Oracle table access permission control and oracle access permission Control

Source: Internet
Author: User

Oracle table access permission control and oracle access permission Control

Currently, a database user SYSUSER has permissions on all tables. Another system wants to access a table in my database. I don't want him to control all tables in my database, I have created a new user who can only access one table in my database. Other permissions are useless. The specific process is as follows:

1. system user SYS login conn sys/password as sysdba2. create user username identified by password default tablespace user_data temporary tablespace user_temp; grant connect, resource to username; 3. create Table A and authorize grant all on User. tableA TO user B; 4. create synonym user B. tableA FOR user. tableA;

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.