Entering content frame

RENAME USERGROUP Statement (rename_usergroup_statement) 

The RENAME USERGROUP statement changes the name of a usergroup.

Syntax

<rename_usergroup_statement> ::= RENAME USERGROUP <usergroup_name> TO <new_usergroup_name>

usergroup_name

Explanation

The user group to be modified must exist. The name of the usergroup must identify a usergroup for which the current user has the owner privilege.

The new usergroup name must not be identical to that of an existing user, usergroup, or role.

The members of this usergroup must not be logged onto the database system when the RENAME USERGROUP statement is executed.

The database system automatically adapts the objects that are dependent on the modified usergroup to the new usergroup name.

 

Leaving content frame