View the existing permissions of a user in the Oracle System

Source: Internet
Author: User

The following articles mainly show you how to correctly view the actual operation solutions for permissions of a user in Oracle. This article was found on a website with good reputation, if you are interested in the actual operations, you can click the following article.

Select * from session_privs

1 CREATE SESSION

2 UNLIMITED TABLESPACE

3 CREATE TABLE

4 CREATE CLUSTER

5 CREATE VIEW

6 CREATE SEQUENCE

7 CREATE PROCEDURE

8 CREATE TRIGGER

9 CREATE ANY DIRECTORY

10 CREATE TYPE

11 CREATE OPERATOR

12 CREATE INDEXTYPE

13 DEBUG CONNECT SESSION

How to add permissions

1. Enter the sys user, as shown in figure

 
 
  1. SQL> conn sys/123456@10.10.1.111/orcl as sysdba

2. add permissions to the new user conquer, as shown in figure

 
 
  1. SQL> grant create session to conquer;

The above content describes the permissions of a user in the Oracle system, hoping to help you in this regard.

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.