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

Ojdbc

gggfrteeee

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)
83 views1 page

Ojdbc

gggfrteeee

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
You are on page 1/ 1

login as: andinet

[email protected]'s password:
Last login: Wed Jul 5 10:27:17 2017 from 10.10.20.84
[andinet@t24db1 ~]$ cd /u01/app/oracle/product/11.2.0.4/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 ojdbc5dms.jar
-rw-r--r--. 1 oracle oinstall 3438617 Oct 2 2016 ojdbc5_g.jar
-rw-r--r--. 1 oracle oinstall 2105473 Oct 2 2016 ojdbc5.jar
-rw-r--r--. 1 oracle oinstall 4534907 Oct 2 2016 ojdbc6dms_g.jar
-rw-r--r--. 1 oracle oinstall 3367712 Oct 2 2016 ojdbc6dms.jar
-rw-r--r--. 1 oracle oinstall 4511564 Oct 2 2016 ojdbc6_g.jar
-rw-r--r--. 1 oracle oinstall 2756471 Oct 2 2016 ojdbc6.jar
-rw-r--r--. 1 oracle oinstall 20365 Jul 11 2013 simplefan.jar
[andinet@t24db1 lib]$

$ jar -xvf ojdbc55.jar META-INF/MANIFEST.MF


inflated: META-INF/MANIFEST.MF

Now the META-INF directory will be created having MANIFEST.MF file name

$ grep Implementation META-INF/MANIFEST.MF


Implementation-Vendor: Oracle Corporation
Implementation-Title: JDBC
Implementation-Version: 12.1.0.1.0
$ unzip classes12.zip META-INF/MANIFEST.MF
Archive: classes12.zip
inflating: META-INF/MANIFEST.MF
$ grep Implementation META-INF/MANIFEST.MF
Implementation-Title: classes12.jar
Implementation-Version: Oracle JDBC Driver
version - "10.2.0.1.0"
Implementation-Vendor: Oracle Corporation
Implementation-Time: Jun 22 18:51:56 2005

You might also like