Tuesday, October 4, 2011

How to Download the Row Set JAR

Visit the Below Website to access unlimited exam questions for all IT vendors and Get Oracle Certifications for FREE
http://www.free-online-exams.com
Problem: How to Download the Row Set JAR
Symptoms:
How to download the row set JAR file.

Solution:



The row set JAR is not part of oracle JDBC prior to the 10.2.0.X driver.
The following document Oracle Database JDBC Developer's Guide and Reference 10g Release 2 (10.2) states:
"Oracle Database 10g release 2 (10.2) provides support for implementation of all five types of RowSets through the interfaces and classes packaged in the javax.sql.rowset package. In Oracle Database 10g release 2 (10.2), this package is included in the standard Oracle JDBC JAR files, classes12.jar and ojdbc14.jar.

Note:
Prior to Oracle Database 10g release 2 (10.2), the row set implementation classes were packaged in the ocrs12.jar file.
"
For JDBC releases prior to 10.2 you can find the row sets implementation at:
http://java.sun.com/developer/earlyAccess/jdbc/jdbc-rowset.html
otherwise if you need Oracle specific APIs you can use the oracle jar, ocrs12.jar by:
1. http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
2. Choose your JDBC version prior to 10.2
3. Download the file ocrs12.jar



References:
How to Download the Row Set JAR [ID 401283.1]



Get Oracle Certifications for all Exams
Free Online Exams.com

No comments: