Entering content frame

CREATE ROLE Statement (create_role_statement) 

The CREATE ROLE statement defines a role.

Syntax

<create_role_statement> ::= CREATE ROLE <role_name> [IDENTIFIED BY <password>]

role name, password

Explanation

The current user must be a database administrator (DBA user).

The role name must not be the same as the name of an existing role, user, or user group.

See also:

Role concept

 

Leaving content frame