Results 1 to 7 of 7

Thread: conn / as sysdba failes

  1. #1
    Join Date
    Mar 2005
    Posts
    4

    Angry conn / as sysdba failes

    User IS in ORA_DBA group,
    sqlnet.ora CONTAINS folowing line:

    SQLNET.AUTHENTICATION_SERVICES = (NTS)

    what am I missing?

    tia

  2. #2
    Join Date
    Sep 2005
    Posts
    3
    this is for oracle 10g.
    you have to add this line in ur sqlnet.ora file

    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    Then

    1.check the user permission.
    2.check ur password file (for curroption) otherwise creat another.
    3. set ur enviroment variable for the sid.
    then try to connect.

  3. #3
    Join Date
    Sep 2005
    Posts
    3
    this is for oracle 10g.
    you have to add this line in ur sqlnet.ora file

    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    Then

    1.check the user permission.
    2.check ur password file (for curroption) otherwise creat another.
    3. set ur enviroment variable for the sid.
    then try to connect.

    sareet
    sareetmohanty@yahoo.com

  4. #4
    Join Date
    Mar 2005
    Posts
    4
    Quote Originally Posted by sarit
    this is for oracle 10g.
    you have to add this line in ur sqlnet.ora file

    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    Then

    1.check the user permission.
    2.check ur password file (for curroption) otherwise creat another.
    3. set ur enviroment variable for the sid.
    then try to connect.

    sareet
    sareetmohanty@yahoo.com
    thanx, sareet

    added the line in sqlnet.ora,
    1.what user permissions?
    2. I thought I don't need a password file for connect / ?!!
    3. what variable what SID

    As you can see, I'm very new to Oracle

    tia

  5. #5
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932
    In command prompt, did you define your SID

    set oracle_sid=ORCL

  6. #6
    Join Date
    Sep 2005
    Posts
    3
    HI Tia,
    1.if ur working on unix envirnoment then u've to set ur variable
    2. if ur working on windows plartform then u've to set ur oracle sid (if u've mutiple database running on same machine)
    set oracle_sid=orcl (example)
    3. again check the user for the admin permission.
    4. pwd file is very important in case of sys or sysoper
    so if u don't have then crearte it again using orapwd from command prompt.

    example :

    orapwd file=D:\oracle\ora921\dbs\orapwV722 password=oracle entries=1
    hope u wouldn't have any problem

  7. #7
    Join Date
    Oct 2005
    Posts
    6
    What error your getting when u try to connect ????

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •