Sunday, November 9, 2008

Restricting SYSDBA in Remote System.

How we Restrict SYSDBA login in Remote Computer?
This We can do by---
SQL> conn sys/sys@ as sysdba
Alter system set remote_login_passwordfile=NONE;
SQL> Shut immediate
Take the startup

No comments: