Tuesday, October 19, 2010

Avoid logging in / as sysdba

To avoid a user to connect to Database using connect /as sysdba you can edit the sqlnet.ora file and change the value of parameter SQLNET.AUTHENTICATION_SERVICES from (NTS) to (NONE)

SQLNET.AUTHENTICATION_SERVICES=(NONE)

No comments: