Granting and revoking permissions to execute commands  Examples of granting object creation permissions

Chapter 17: Managing User Permissions

Object creation permissions regulate the use of commands that create objects. These permissions can be granted only by a System Administrator or a Database Owner.

The object creation commands are:

The syntax for object creation permissions differs slightly from the syntax for object access permissions. The syntax for grant is:

grant {all [privileges] | command_list} 
     to {public | name_list | role_name}

The syntax for revoke is:

revoke {all [privileges] | command_list} 
     from {public | name_list | role_name} 

where:





Copyright © 2005. Sybase Inc. All rights reserved. Examples of granting object creation permissions

View this book as PDF