Thursday, April 29, 2010

How to disable Sysdba Authentication !

You can 'disable' the OS auth of sysdba by putting this line into sqlnet.ora

SQLNET.AUTHENTICATION_SERVICES=(NONE)

OR,
REMOTE_LOGIN_PASSWORDFILE=NONE

However, it could be 'enabled' just as easy by removing it. So it's not really adding too much security .

No comments:

Post a Comment