DROP DATA ROLE

Purpose

Use DROP DATA ROLE to drop a data role.

Prerequisites

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

Syntax

Description of the illustration drop_data_role.gif

Semantics

Example

The following SQL statement drops the existing data role, manager_role:

DROP DATA ROLE manager_role;