ORA-01031: insufficient privileges [message #259740] |
Thu, 16 August 2007 06:48 |
Muhammad Ahmad
Messages: 30 Registered: November 2002
|
Member |
|
|
Hi,
Please have a look at the following output :-
$ echo $ORACLE_SID
mydb2
$ sqlplus sys/oracle@mydb2 as sysdba
SQL*Plus: Release 10.2.0.3.0 - Production on Thu Aug 16 16:32:07 2007
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
ERROR:
ORA-01031: insufficient privileges
Enter user-name: / as sysdba
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL>
Why "ORA-01031: insufficient privileges" occur ?
What should i check?
Thanks for your kind concern
Regards,
|
|
|
|
Re: ORA-01031: insufficient privileges [message #259777 is a reply to message #259751] |
Thu, 16 August 2007 08:23 |
Muhammad Ahmad
Messages: 30 Registered: November 2002
|
Member |
|
|
Thanks Michel for your reply,
In both the cases I connect Locally through OS Superuser , on the server.
$ id
uid=106(oracle) gid=104(dba)
$ sqlplus sys/oracle@mydb2 as sysdba
SQL*Plus: Release 10.2.0.3.0 - Production on Thu Aug 16 18:04:12 2007
Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
ERROR:
ORA-01031: insufficient privileges
Enter user-name: / as sysdba
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options
SQL>
------------------------------
-------------
Regards,
|
|
|
|
|
|
|
|