REVOKE DATA ROLE

Purpose

Use REVOKE DATA ROLE to revoke data roles from grantees.

Prerequisites

You must have the GRANT ANY DATA ROLE system privilege to execute this command.

You can use the DBA_DATA_ROLE_GRANTS dictionary view to query existing data role grants.

Syntax

Description of the illustration revoke_data_role.gif

revokee_list::=

Description of the illustration revokee_list.gif

revokee::=

Description of the illustration revokee.gif

Semantics

Example

The following SQL statement revokes the data role manager_role from the end user marvin:

REVOKE DATA ROLE manager_role FROM marvin;