Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ORA-24327 when doing utils.dbping

0 views
Skip to first unread message

rnarayan1970

unread,
Mar 4, 2002, 11:57:37 AM3/4/02
to

I have test_world.test defined in my tnsnames.ora file.
I can do TNSPING to test_world.test. Then why am I am not able to do a java utils.dbping

---------- LOGIN ERROR CODE: 24327

Error encountered:

java.sql.SQLException: ORA-24327: need explicit attach before authenticating a
u
ser - (finance/********@test_world.test:1521:finance)
at weblogic.db.oci.OciConnection.getLDAException(OciConnection.java:164)

at weblogic.jdbc.oci.Driver.connect(Driver.java:112)
at java.sql.DriverManager.getConnection(DriverManager.java:517)
at java.sql.DriverManager.getConnection(DriverManager.java:146)
at utils.dbping.main(dbping.java:167)

Joseph Weinstein

unread,
Mar 4, 2002, 1:55:49 PM3/4/02
to rnarayan1970

rnarayan1970 wrote:

> I have test_world.test defined in my tnsnames.ora file.
> I can do TNSPING to test_world.test. Then why am I am not able to do a java utils.dbping
>
> ---------- LOGIN ERROR CODE: 24327

Do you have your ORACLE_HOME environment variable set correctly? Is test_world.test the
name of the tnsnames entry, and is the SID in that entry 'finance'?\
Joe

0 new messages