Specify the UNIX group names for the database administrators (OSDBA) group and optionally, the database operators (OSOPER) group, then click Next.
Note: The groups that you specify must already exist. For Oracle Real Application Clusters installations, the group ID (gid) for each group must be the same on all nodes of the cluster.
These groups have the following significance:
OSDBA group
UNIX users that are members of this group have database administrator privileges for this Oracle installation. Members of the group can use operating system authentication to connect to a database instance with the SYSDBA privilege (using the AS SYSDBA clause). The default name for this group is dba.
You can specify different OSDBA groups for separate installations of Oracle software on the same system.
OSOPER group
This is an optional group. UNIX users that are members of this group have database operator privileges for this Oracle installation. Members of the group can use operating system authentication to connect to a database instance with the SYSOPER privilege (using the AS SYSOPER clause). The SYSOPER privilege is a subset of the SYSDBA privilege.
If you want a separate group to have SYSOPER privileges, specify a group name that is different from the OSDBA group for the OSOPER group. Otherwise, specify the same group name for both groups.
You can specify different OSOPER groups for separate installations of Oracle software on the same system.
This screen appears only if the UNIX user that started the Installer is not a member of the dba group.