Hi anil,

you have to give a service name.  like below:

User name:
password:
Host string:ariga(example)

If you are not adding service name,in oracle, goto "tnsnames.ora" file and
add a service name. Here i have given a service name like  "ariga"



ARIGA =
  (DESCRIPTION =
    (ADDRESS_LIST =
      (ADDRESS = (PROTOCOL = TCP)(HOST = ariga)(PORT = 1521))
    )
    (CONNECT_DATA =
      (SERVICE_NAME = ariga.akash)
    )
  )





Regards
kandasamy



>From: Anil Kumar Fanda <[EMAIL PROTECTED]>
>Reply-To: A mailing list for Enterprise JavaBeans development
><[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: problem with Oracle type 2 driver with weblogic
>Date: Mon, 8 Jan 2001 11:25:18 +0530
>
>Hi friends
>               I am getting the following error while trying to connect to
>the oracle 8.0 database.
>
>
>
>
>+++ WebLogic Native Layer for OCI 8.x (BETA-2)
>
>
>----------  LOGIN ERROR CODE: 24327
>
>Error encountered:
>
>java.sql.SQLException: ORA-24327: need explicit attach before
>authenticating
>a user - (developer/********@localhost)
>         at
>weblogic.db.oci.OciConnection.getLDAException(OciConnection.java:143)
>         at weblogic.jdbcbase.oci.Driver.connect(Driver.java:157)
>         at java.sql.DriverManager.getConnection(DriverManager.java:457)
>         at java.sql.DriverManager.getConnection(DriverManager.java:106)
>
>
>User id , password everything is correct, I don't know what is the problem.
>
>
>thx and regds
>Anil
>
>===========================================================================
>To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
>of the message "signoff EJB-INTEREST".  For general help, send email to
>[EMAIL PROTECTED] and include in the body of the message "help".
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to