ORA-28009 ORA-01031: insufficient privileges [message #221744] |
Wed, 28 February 2007 04:53 |
laksha
Messages: 42 Registered: June 2006
|
Member |
|
|
I am not able to conect as sys and system as sysdba.Why?
I am doing this on the server as the oracle user.
If i use operating system authentication is it possible to connect as sysdba.
SQL> conn / as sysdba;
Connected.
SQL> conn sys/syspw@prod
ERROR:
ORA-28009: connection to sys should be as sysdba or sysoper
SQL> conn sys/syspwd@prod as sysdba
ERROR:
ORA-01031: insufficient privileges
SQL> conn system/systempwd@prod
Connected.
SQL> conn system/systempwd@prod as sysdba
ERROR:
ORA-01031: insufficient privileges
Database:oracle 9.2.0.5
O7_DICTIONARY_ACCESSIBILITY FALSE
remote_login_passwordfile NONE
v$pwfile_users has no data.
|
|
|
|