sedj
Programmer
- Aug 6, 2002
- 5,610
Dear fellow problem solvers,
I have a java GUI that connects to an Oracle9i database using Oracles own supplied oci JDBC driver. When I connect using the following parameters :
"oracle.jdbc.driver.OracleDriver" [for the driver]
"jdbc
racle
ci8:BEN/BEN@" [for the url]
all is well and connection is made.
However when I try accessing the database via the net, using the url :
"jdbc
racle
ci8:BEN/BEN@123.45.67.89:myoracle"
I get the following error :
"ORA-06401:NETCMN:invalid driver designator"
I am stumped - I throw my sanity and faith in oracle in your hands !
Many thanks for your help,
Ben
I have a java GUI that connects to an Oracle9i database using Oracles own supplied oci JDBC driver. When I connect using the following parameters :
"oracle.jdbc.driver.OracleDriver" [for the driver]
"jdbc
all is well and connection is made.
However when I try accessing the database via the net, using the url :
"jdbc
I get the following error :
"ORA-06401:NETCMN:invalid driver designator"
I am stumped - I throw my sanity and faith in oracle in your hands !
Many thanks for your help,
Ben