ORACLE: SYS, system login failure problem: ORA-01031: insufficient privileges

Source: Internet
Author: User

Enter the User name: SYS/sys as sysdba
Error:
ORA-01031: insufficient privileges

 

Enter the User name: System/system as sysoper
Error:
ORA-01031: insufficient privileges

 

Sys and system users cannot log on, and no permission is displayed:

SQL> conn system/System
Connected.
SQL> grant sysdba to sys
2;
Grant sysdba to sys
*
Error is located in row 1st:
ORA-01031: insufficient Permissions

 

The password file is re-created.

 

View users:

SQL> conn system/System
Connected.
SQL> select * from V $ pwfile_users;

Unselected row

 

Finally, check the sqlnet. ora file under D:/Oracle/ora92/Network/admin and find that the file does not exist.

After copying a file, you can log on normally:

SQL> Conn/As sysdba
Connected.
SQL>

Related Article

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.