Oracle connect resource permission

Source: Internet
Author: User

Connect resource permission;

Grant connect, resource to user;

Subsequent User Permissions:

Connect role: -- is the most basic and typical right granted to end users.

Alter session -- modify a session

Create Cluster -- create a cluster

Create database link -- create a database link

Create sequence -- create a sequence

Create session -- create a session

Create synonym -- create a synonym

Create View -- create View

Resource role: -- grant permissions to developers

Create Cluster -- create a cluster

Create procedure -- creation process

Create sequence -- create a sequence

Create Table -- create a table

Create trigger -- create a trigger

Create type -- create type

You can find the following in dba_sys_privs:

SQL> select grantee, privilege from dba_sys_privs

2 Where grantee = 'resource' order by privilege;

Grantee privilege

----------------------------------

Resource create Cluster

Resource create indextype

Resource create Operator

Resource create procedure

Resource create Sequence

Resource CREATE TABLE

Resource create trigger

Resource create type

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.