DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: ORA-01031: insufficient privileges

  1. #1
    Join Date
    Feb 2002
    Posts
    267

    ORA-01031: insufficient privileges

    Hi folks,
    I am trying to create database manually on windows 2000;but getting the following error.
    The installation went fine and i could also create database using DBASSIT tool; but when i am trying manually i am getting this insufficient privileges error.


    C:\>set ORACLE_SID=test

    C:\>oradim -NEW -SID test

    C:\>sqlplus internal

    SQL*Plus: Release 8.1.7.0.0 - Production on Sat Dec 21 12:39:47 2002

    (c) Copyright 2000 Oracle Corporation. All rights reserved.

    ERROR:
    ORA-01031: insufficient privileges


    Enter user-name:

  2. #2
    Join Date
    Nov 2002
    Location
    New Delhi, INDIA
    Posts
    1,796
    Hi

    Just check if the Oracle service was created and if its running or not...

    c:\set ORACLE_SID=TEST

    c:\oradim -new -SID TEST -SRVC OracleServiceTEST -INTPWD password -pfile file

    just make sure u have the initfile in hand :-)

    Regards
    Amar
    Amar
    "There is a difference between knowing the path and walking the path."

    Amar's Blog  Get Firefox!

  3. #3
    Join Date
    Dec 2002
    Location
    USA
    Posts
    53
    Adding SQLNET.authentication_services=(NTS) to sqlnet.ora file, then connect internal will not need password.

  4. #4
    Join Date
    Feb 2002
    Posts
    267
    THANX supower....It worked...

    but what difference does this parameter makes
    and what other values it can take ?

    regards
    sonia

Posting Permissions

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


Click Here to Expand Forum to Full Width