0% found this document useful (0 votes)
113 views1 page

Ojdbc

The document contains a terminal session where the user 'andinet' navigates to a directory containing various Oracle JDBC driver files. It includes commands to extract and view the MANIFEST.MF files from the ojdbc55.jar and classes12.zip, revealing details such as the implementation vendor and version. The session shows the structure and contents of the JDBC library used in Oracle databases.

Uploaded by

Andinet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
113 views1 page

Ojdbc

The document contains a terminal session where the user 'andinet' navigates to a directory containing various Oracle JDBC driver files. It includes commands to extract and view the MANIFEST.MF files from the ojdbc55.jar and classes12.zip, revealing details such as the implementation vendor and version. The session shows the structure and contents of the JDBC library used in Oracle databases.

Uploaded by

Andinet
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

login as: andinet

andinet@[Link]'s password:
Last login: Wed Jul 5 [Link] 2017 from [Link]
[andinet@t24db1 ~]$ cd /u01/app/oracle/product/[Link]/dbhome_1/jdbc/lib/
[andinet@t24db1 lib]$ ll
total 26292
-rw-r--r--. 1 oracle oinstall 3459971 Oct 2 2016 ojdbc5dms_g.jar
-rw-r--r--. 1 oracle oinstall 2624175 Oct 2 2016 [Link]
-rw-r--r--. 1 oracle oinstall 3438617 Oct 2 2016 ojdbc5_g.jar
-rw-r--r--. 1 oracle oinstall 2105473 Oct 2 2016 [Link]
-rw-r--r--. 1 oracle oinstall 4534907 Oct 2 2016 ojdbc6dms_g.jar
-rw-r--r--. 1 oracle oinstall 3367712 Oct 2 2016 [Link]
-rw-r--r--. 1 oracle oinstall 4511564 Oct 2 2016 ojdbc6_g.jar
-rw-r--r--. 1 oracle oinstall 2756471 Oct 2 2016 [Link]
-rw-r--r--. 1 oracle oinstall 20365 Jul 11 2013 [Link]
[andinet@t24db1 lib]$

$ jar -xvf [Link] META-INF/[Link]


inflated: META-INF/[Link]

Now the META-INF directory will be created having [Link] file name

$ grep Implementation META-INF/[Link]


Implementation-Vendor: Oracle Corporation
Implementation-Title: JDBC
Implementation-Version: [Link].0
$ unzip [Link] META-INF/[Link]
Archive: [Link]
inflating: META-INF/[Link]
$ grep Implementation META-INF/[Link]
Implementation-Title: [Link]
Implementation-Version: Oracle JDBC Driver
version - "[Link].0"
Implementation-Vendor: Oracle Corporation
Implementation-Time: Jun 22 [Link] 2005

You might also like