About grant authorization

Source: Internet
Author: User
Single Table authorization Grant  Select, Insert, Update, Delete  OnTable Name ToAuthorized user name; Grant  Select, Insert, Update, Delete, References, Alter, Index OnT_fix_bind_route ToSpos_user3; All table authorization Select'Grant select, insert, update, delete on' | T. tname | 'to authorized user name ;' FromTab t WhereT. tabtype = 'table '; Single sequence authorization Grant  Select  OnSequence name ToAuthorized user name; Grant  Select  OnNac_user.seq_l_tradelist_atuoid ToSpos_user3; Authorize a userAll sequences Select'Grant select on' | T. sequence_name | 'to authorized user name ;' FromSYS. dba_sequences t WhereSequence_owner = 'authorization username (uppercase )'; Stored Procedure authorization Grant  Execute  OnNac_posp ToSpos_user3; Grant debugging permissions to users Grant  Debug  Session  ToUser Name DBA revokes Permissions Select'Revoke all on web_user. '| T. object_name |' from nac_user ;' FromDba_objects t WhereT. Owner = 'web _ user' AndT. object_type In('Table', 'sequence ', 'view', 'Procedure') -- Object Type

About grant authorization

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.