• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

LOGIN ERROR CODE:24327

 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic