The CREATE ROLE statement defines a role.
<create_role_statement> ::= CREATE ROLE <role_name> [IDENTIFIED BY <password>]
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: