Create or re-create a group, either from scratch or as a copy of another group. Permission required: create_user.
create group Level_1 as Newhires comment 'Copy of Newhires';
Creates a group called Level_1 that is a copy of the existing group Newhires.
Use create group to create a group in the following ways:
Key Phrase | Explanation |
---|---|
create group | Create a security group to assign users to, so that they can share identical minimum permissions assigned at the group level. |
create or replace group | Create a security group. If a group of that name already exists, it is replaced. |
create group as | Create a group as a copy of an existing group. |
comment | Create a description of the security group. |
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |