restrict - sqlplus / as sysdba
BoochiMar 13 2008 — edited Mar 13 2008This might be a basic question. But, I don't have answer for this. How to restrict the sysdba access.
I can connect any user as sysdba. This will display all the system objects. How to restrict this access. Infact, there are no DBA previleges granted to scott.
Ex:
SQL> connect / as sysdba
SQL> connect scott as sysdba
Any help is appreciated.