Doc ID 2406287.1 and behaviour of setasmgidwrap command
Hello,
I'm working on 12.2 data guard environments and I encountered the issue described in this doc id:
After Dbca Database Creation, Other Database Terminated With ORA-27300/ORA-27301/ORA-27302/ORA-27303
The two oracle binaries in grid_home and rdbms_home are associated with different group id; no grid user, oracle is the owner of the two homes:
GRID_HOME=/orabin/product/oracle/grid/12.2/12201
ls -l $GRID_HOME/bin/oracle
-rwsr-s--x 1 oracle oinstall 580226167 Feb 26 16:27 /orabin/product/oracle/grid/12.2/12201/bin/oracle
RDBMS_HOME=/orabin/product/oracle/rdbms/12.2/12201
ls -l $RDBMS_HOME/bin/oracle
-rwsr-s--x 1 oracle asmadmin 611519093 Jun 18 15:22 /orabin/product/oracle/rdbms/12.2/12201/bin/oracle