Hi
can anyone plz., explain how can i connect to oracle9.0.1 database thru weblogic7.0 and
EJB using a Oracle oci driver...plz., let me know if my classpath and path settings are correct. I checked TNSNAMES.ORA and LISTENER.ORA they seemed to be fine.
My SQL Plus runs fine.
When i give utils.dbping command I get the following error
LOGIN ERROR CODE:24327
java.sql.SQLException: ORA-24327: need explicit attach before authenticating a user - (SCOTT/*********@oracledb)
I am using windows XP
CLASSPATH settings in system variable
C:\oracle\ora90\jdbc\lib\classes12.zip;C:\bea\weblogic700\server\lib\weblogic_sp.jar;C:\bea\weblogic700\server\lib\weblogic.jar;
PATH settings in system variable
C:\bea\weblogic700\server\bin\oci901_8;C:\oracle\ora90\bin;
I have been trying to overcome this error since 1 week. I am a beginner and trying to learn weblogic. I dont know much about oracle too.
Thanks in advance