unsupported oracle database version
326851Nov 17 2008 — edited Jan 5 2009Dear,
In Jdeveloper, we can create an new DB-connection in the IDE.(thin-JDBC, example:jdbc:oracle:thin:@PA:1540:PAP)
If the DB is a 10G, the test works fine but if I connect to a old DB (8 or 9) I have the ERROR:"unsupported oracle database version".
If I want to create a new generic JDBC connetion, I have the message "Driver already difined".
Is it possible to connect to a old DB with jdeveloper11G?
(If I make the same DB connetions in netbeans, the connections are all ok)