Wednesday, June 23, 2010

How to connect sys without sysdbda or sysoper privileges

conn sys/sys as sysdba


alter system set O7_DICTIONARY_ACCESSIBILITY = true scope=spfile;


O7_DICTIONARY_ACCESSIBILITY is static parameter restart is necessary


shutdown immediate

startup

conn sys/sys

No comments:

Post a Comment