Turning Off OS Authentication in ORACLE
You can 'disable' the OS auth of sysdba by putting this line into sqlnet.ora. i.e. users will not be able to enter as sys dba without providing passwords.
SQLNET.AUTHENTICATION_SERVICES=(NONE)
However, it could be 'enabled' just as easy by removing it.
_________________________________________________________________________________
Comments
Post a Comment