View Single Post

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

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