Windows10 "Sqlplus/as sysdba" execution prompt no permission to resolve

Source: Internet
Author: User
Tags sqlplus

ORA_DBA: is a unique user of Oracle, is Super Administrator privilege, built DBA it has the highest authority to manage the database.

Note: You need to run CMD as an administrator, or the 4th step will fail ( Click Start, enter cmd, right-click Run as Administrator )

1. Use the command to view the current system User: NET User

This is all the users in the current system.

2. View user groups

NET localgroup– View user group;

3. View the specific users under the ORA_DBA user group:

net localgroup ora_dba;

There is no first step to find the native administrator user.

4. Add the native administrator user (remember the user set up when the system logs in) to the ORA_DBA user group:

net localgroup ora_dba Administrator/add;
You can also add a user group under the group
net localgroup ora_dba Administratos/add;

5. At this point, the successful execution of "Sqlplus/as sysdba"

Windows10 "Sqlplus/as sysdba" execution prompt no permission to resolve

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.