Altering database groups

You can use the ALTER GROUP command to change the name, membership, session settings, account expiration, or owner of an existing database group.

To change the group, log in to the database by using an account that has Alter administrative privilege. For example, the following command removes the member dlee from the group named qa:
SYSTEM.ADMIN(ADMIN)=> ALTER GROUP qa DROP USER dlee;
ALTER GROUP