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

Thread: revoke

  1. #1
    Join Date
    Sep 2007
    Posts
    47

    revoke

    Hi, what is the command to revoke all grants from a particular schema for a single user.


    thanks,

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    there is no command, you will have to loop through and do them one by one

  3. #3
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    There is no single revoke statement to do that; you have to revoke privs one at a time.

    Hint: You can always write a query to generate all the statements you need.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

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