Permissions for Oracle Users ____oracle

Source: Internet
Author: User
Tags dba create database
DBA: With full privileges, the system has the highest privileges, and only DBAs can create the database structure. 
RESOURCE: Users with RESOURCE permissions can create entities only and cannot create database structures. 
Connect: Users who have CONNECT permissions can only log on to Oracle and cannot create entities and cannot create database configurations. 
for ordinary users: Grant Connect, resource permissions. 
for DBA Administration User: Grant Connect,resource, dba authority. A
normal user can have the same user rights as the system through authorization, but will never reach the same permissions as the SYS user, and the system user's permissions can be reclaimed.
query where the user has permissions:
             Sql> select * from Dba_role_privs; 
             Sql> select * from Dba_sys_privs; 
             Sql> select * from Role_sys_privs;
SYSDBA has the highest system privileges login to SYS
so you login as SYSDBA is logged  in sys so you set up a table in sys, and a normal user login cannot see the SYS table.
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.