Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

sqlnet.authentication_services=none

Rabi786Apr 7 2015 — edited Apr 8 2015

Hi

So far my understanding If I use sqlnet.authentication_services=none  then OS authentication will be eliminated that means user must put password to login as sysdba. But Today I have noticed that it doesn't work. sys user can  access the database with OS authentication

$ export ORACLE_SID=test1

$ sqlplus '/as sysdba'

Could anybody share with me , what could be reasons behind this?

I configured the SQLNET.ORA to secure the database , to protect OS authenticate user to access the database. Particularly OS root user.

Regards

Rabi

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 6 2015
Added on Apr 7 2015
6 comments
2,783 views