ORA-03121 error [message #67466] |
Mon, 09 August 2004 20:24 |
Arindam Saha
Messages: 15 Registered: May 2004
|
Junior Member |
|
|
I have installed Oracle Designer 6 client on a workstation. I could not connect to Oracle server (version 9i release 1) through SQL PLUS 8.0 and receiving the following message ORA-03121. What could be the solution?
|
|
|
Re: ORA-03121 error [message #67486 is a reply to message #67466] |
Fri, 20 August 2004 04:18 |
Suresh
Messages: 189 Registered: December 1998
|
Senior Member |
|
|
java.sql.sqlexception
ora-013121:no interface drivers connected funtion notperfomed.
i am getting this error while i am connecting to oracle through the java code.
i am using follwoing code for that,
Class.forName("jdbc.odbc.jdbcodbDriver");
DriverManager.getConnetion("jdbc.odbc.dsnname","username","password");
early reply is appreciable
|
|
|