Use the GRANT statement to grant administrative privileges. Use the REVOKE statement to revoke administrative privileges.
To grant the SYSDBA, SYSOPER, SYSBACKUP, SYSDG, or SYSKM administrative privilege to a user:
- Run the
GRANTstatement.
o revoke the administrative privilege from a user:
- Run the
REVOKEstatement.
checkpoint certification malaysia
The WITH ADMIN OPTION is ignored if it is specified in the GRANT statement that grants an administrative privilege, and the following rules apply:
- A user currently connected as
SYSDBAcan grant any administrative privilege to another user and revoke any administrative privilege from another user. - A user currently connected as
SYSOPERcannot grant any administrative privilege to another user and cannot revoke any administrative privilege from another user. - A user currently connected as
SYSBACKUPcan grant or revoke another user’sSYSBACKUPadministrative privilege. - A user currently connected as
SYSDGcan grant or revoke another user’sSYSDGadministrative privilege. - A user currently connected as
SYSKMcan grant or revoke another user’sSYSKMadministrative privilege.
Administrative privileges cannot be granted to roles, because roles are available only after database startup. Do not confuse the database administrative privileges with operating system roles.
Leave a Reply