Your browser does not support JavaScript. This help page requires JavaScript to render correctly.
Skip Headers
Previous
Previous
 
Next
Next

Guideline for Granting Privileges

Because privileges are the rights to perform a specific action, such as updating or deleting a table, do not provide database users more privileges than are necessary. For an introduction to managing privileges, see "About User Privileges and Roles.

In other words, the principle of least privilege is that users be given only those privileges that are actually required to efficiently perform their jobs. To implement this principle, restrict the following as much as possible:

For example, generally the CREATE ANY TABLE privilege is not granted to a user who does not have database administrator privileges.

Related Topics

About Privilege Management

Guideline for Granting Roles to Users

Controlling Access to Applications with Secure Application Roles