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, passwordExplanation
The current user must be a
DBA user.The role name must not be the same as the name of an existing role, user, or usergroup.
See also:
Role concept