Rename a group or change the comment that describes the group. Permission required: create_user.
alter group NewGroup rename to Recruit;
alter group Recruit comment 'This group is for the newly hired';
Use alter group to change the following settings. See also alter user.
Key Phrase | Explanation |
---|---|
rename to | Rename the group. |
comment | Create a description of the group. |
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |