Purpose
Creates a new Oracle ASM user group.
Syntax and Description
mkgrp diskgroup usergroup [user] [user...]
Table 10-75 lists the syntax options for the mkgrp command.
Table 10-75 Options for the mkgrp command
| Option | Description |
|---|---|
|
|
Name of the disk group to which the user group is added. |
|
|
Name of the user group to add. 30 is the maximum number of characters. |
|
|
Name of the database user to add to the user group. |
You can optionally specify a list of users to be included as members of the new user group.
Examples
The following is an example of the mkgrp command. This example creates the asm_data user group in the data disk group and adds the oracle1 and oracle2 users to the user group.