I want to check out the Version of my Oracle JDBC driver. In this case, I know the driver is 12.1.0.2:

/u01/app/oracle/product/12.1.0.2/dbhome_1/bin/oracle

But without that I am searching for a valid command which will give me the version back on the console. I am using CentOS 7. Should I search for the Manifest.MF file or do you have other ideas?

share|improve this question
up vote 0 down vote accepted

Oracle documents this in Verifying a JDBC Client Installation with a sample function written in Java:

If at any time you must determine the version of the JDBC driver that you installed, you can invoke the getDriverVersion() method of the OracleDatabaseMetaData class.

Further reading:

share|improve this answer
    
thank you found the file in the libary – Mchoeti Mar 15 '16 at 17:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.