DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Privilege Question

  1. #1
    Join Date
    Oct 2002
    Posts
    7
    If you grant a privilege to Table T "with grant option" to user1, who in turns grant privilege to user2, will user2 lose the privilege automatically if you revoke the privilege from user1?

  2. #2
    Join Date
    May 2002
    Posts
    2,645
    Object vs system privileges - objects are revoked, system privs stay in effect.

  3. #3
    Join Date
    Oct 2002
    Posts
    7
    Does the ALL_TAB_PRIVS system table provide information on the privileges?

  4. #4
    Join Date
    May 2002
    Posts
    2,645
    Select * from dictionary
    where table_name = 'ALL_TAB_PRIVS';

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width