Is it possible to granting privileges on a schema level?

Is there a simple way to grant privileges on a schema level?

    Requires Free Membership to View

No, privileges are granted at the object level (table, view, sequence, etc.) or are system privileges (create table, create procedure, etc.). The "any" privileges, such as "select any table" or "create any table" are system privileges, but they are more than schema-wide, they are database-wide.

This was first published in April 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.