Skip to main content

Posts

Showing posts with the label SQLNET

Turning Off OS Authentication in ORACLE

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. _________________________________________________________________________________