Privilege | Default |
SELECT INSERT DELETE UPDATE | Only the owner can perform select, insert, delete, or update operations on objects it owns. |
REFERENCES | Only the table owner can create referential constraints that see its tables. |
EXECUTE | Only the owner of a database procedure can execute the procedure. |
RAISE | Only the owner of a database event can raise the event. |
REGISTER | Only the owner of a database event can register to receive the event. |
NEXT | Only the owner of a database sequence can execute the next value and current value operators on the sequence. |
Privilege | Description |
CREATE_TABLE | Any user can create tables (create_table). |
DB_ADMIN | For a specified database, the DBA of the database and users that have the security privilege have the db_admin privilege. All other users of the database have nodb_admin privilege. |