Granting and revoking object creation 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: