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

Thread: Ora-01031insufficient privileges

  1. #1
    Join Date
    Feb 2001
    Posts
    119

    Ora-01031insufficient privileges

    $ sqlplus /nolog

    SQL*Plus: Release 9.2.0.6.0 - Production on Wed May 18 15:32:59 2005

    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

    SQL> connect sys/oracle as sysdba
    Connected to an idle instance.
    SQL> startup nomount pfile=initspdemo.ora
    ORA-01031: insufficient privileges
    Last edited by Subha; 05-18-2005 at 03:49 PM.

  2. #2
    Join Date
    Feb 2001
    Posts
    119
    I am trying to create a database and i am getting this error .

  3. #3
    Join Date
    Nov 2000
    Location
    Pittsburgh, PA
    Posts
    4,166
    Originally posted by Subha
    I am trying to create a database and i am getting this error .
    sqlplus /nolog
    connect / as sysdba

    Did you log in?

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    sorry hal, oracle wont let you do that!

    use a user with the correct privs - thanks for visiting!

  5. #5
    Join Date
    Feb 2001
    Posts
    119
    $ sqlplus /nolog

    SQL*Plus: Release 9.2.0.6.0 - Production on Wed May 18 15:32:59 2005

    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.

    SQL> connect sys/oracle as sysdba
    Connected to an idle instance.
    SQL> startup nomount pfile=initspdemo.ora
    ORA-01031: insufficient privileges

    oracle:x:1001:101:Oracle dba :/usr/local/oracle:/bin/ksh

  6. #6
    Join Date
    Feb 2001
    Posts
    119
    -rwsr-s--x 1 oracle dba 69431872 Feb 20 09:37 oracle
    -rwxr-x--x 1 oracle dba 1058864 Feb 20 09:38 sqlplus
    Last edited by Subha; 05-18-2005 at 04:10 PM.

  7. #7
    Join Date
    Mar 2004
    Location
    DC,USA
    Posts
    650
    Check the init file privileges and the user privileges to login.....
    "What is past is PROLOGUE"

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