grant SYSDBA privilege to local user ( testing purpose ).*
JhilDec 14 2012 — edited Dec 16 2012Hello DBAs
I want to grant SYSDBA privilege to user sam ( testing purpose ).
SQL> grant SYSDBA to sam;
Grant succeeded.
SQL> conn sam
Enter password:
Connected.
SQL> shut immediate;
ORA-01031: insufficient privileges