Any user password can be logged in with the SYSDBA role

Source: Internet
Author: User
This is because operating system authentication is used by default when you install Oracle:



After you install the following method, you can restrict sysdba to log on without a password.

Sqlnet.authentication_services= (NTS), in $oracle_home\network\admin\sqlnet.ora
NTS refers specifically to Windows systems or to all, both of which allow the operating system to authenticate.
If you do not set sqlnet.authentication_services under UNIX, the default is operating system certification! or set to all also allows the operating system to authenticate. Parameter sqlnet.authentication_services= (none,nts) indicates which authentication method is used when a user connects to an Oracle server
None represents Oracle database authentication, and NTS represents operating system authentication, which can be used in two ways.



Sqlnet. authentication_services= None

Any user password can be logged in with the SYSDBA role

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.