Hi…
I have a doubt; I have a data base which in my eclipse can only have a successful data base access by specified an oracle OCI driver.
The data base is on Oracle 11g. My eclipse was running with Java 5.0, but a change it for Java 6.0, although the problem persists.
***** an unsuccessful connection
Driver template: Oracle (Thin driver)
Connection URL: jdbc:oracle:thin:@localhost:1521:orcl
User name: system
Driver classname: oracle.jdbc.driver.OracleDriver
***** a success connection
Driver template: Oracle (OCI driver)
Connection URL: jdbc:oracle:oci8:@orcl
User name: system
Driver classname: oracle.jdbc.driver.OracleDriver
Jar file used: ojdbc5.jar
In the same way i tried to use classes12.jar, a driver for get a connection but I think the problem is the version of oracle. I can have a successful oracle thin connection with others data bases on oracle 9g whith this jar (classes12.jar).
**********************************************************************************************************
A second doubt is: for a connection on a data base on Oracle 11g with Toad, we need to have Toad 9.5. Myeclipse can open whatever driver version of Oracle ???
PD. I’m a beginner :$