Skip to content

In OracleRAC, "oper" group mismatch between the defined in ORACLE_HOME and the defined in "oracle" user #570

@dbarj

Description

@dbarj

In OracleFPP/OL8/scripts/setup.sh, when calling runInstaller, the defined oper group name is "oper".

However, in OracleRAC/OL8/scripts/05_setup_users.sh, when creating the OS groups, the oper group is named "dbaoper". This mismatch can cause issues.

Environment (please complete the following information):

  • Host OS: Oracle Linux 8
  • Kernel version (for Linux host): 5.15.0-314.193.5.4.el8uek.x86_64
  • Vagrant version: 2.4.9
  • Vagrant provider:
    • For VirtualBox:
      • VirtualBox version: 7.1.4
  • Vagrant project: OracleRAC/OL7

Add any other information about the issue here (console log, ...).

[oracle@node1 dbhome_1]$ cat $ORACLE_HOME/rdbms/lib/config.c | grep SS_OPER_GRP
#define SS_OPER_GRP "oper"
{SS_DBA_GRP, SS_OPER_GRP, SS_ASM_GRP,
[oracle@node1 dbhome_1]$ groups
oinstall dbaoper dba asmdba backupdba dgdba kmdba racdba

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions