View Single Post

   
  #2 (permalink)  
Old 04-08-2008, 11:17 AM
Thomas Kellerer
 
Posts: n/a
Default Re: How to know the Oracle JDBC Driver Version?

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
Reply With Quote