This is a discussion on How to know the Oracle JDBC Driver Version? within the Oracle Miscellaneous forums, part of the Oracle Database category; --> As Oracle JDBC Driver files of different version have the same filename, e.g. classes12.jar, nls_charset12.jar or ojdbc14.jar, orai18n.jar How ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| tamsun wrote on 03.09.2006 13:45: > As Oracle JDBC Driver files of different version have > the same filename, e.g. > > classes12.jar, nls_charset12.jar > or > ojdbc14.jar, orai18n.jar > > How can I know the real version of these files? Check out the manifest file stored in the jar file. It contains the detailed version information Thomas |
| ||||
| On Sun, 03 Sep 2006 13:48:50 +0200, Thomas Kellerer <ESPKLFCTEKVY@spammotel.com> wrote: >tamsun wrote on 03.09.2006 13:45: >> As Oracle JDBC Driver files of different version have >> the same filename, e.g. >> >> classes12.jar, nls_charset12.jar >> or >> ojdbc14.jar, orai18n.jar >> >> How can I know the real version of these files? > >Check out the manifest file stored in the jar file. It contains the detailed >version information > >Thomas thank you. |