Show TOC

PrivilegeLocate this document in the navigation structure

Use

A privilege defines the SQL statements permitted for a database object.

Users may only execute SQL statements on database objects for which they have been granted privileges. When a user creates a database object, this user then automatically becomes the owner of the database object, and is granted all privileges for this database object.

The owner of an object can grant privileges for this database object to other users. The database systems does not grant any privileges implicitly. Other users can only grant privileges for a database object when they themselves have been granted these privileges and have permission to grant these to other users.