ORA-27303
ORA-27303
APPLIES TO
Operating System - Oracle Linux Server 7.9
Oracle Database - Enterprise Edition - version 11.2.0.4.0
Oracle Grid Infrastructure - version 11.2.0.4.0
SYMPTOMS
RAC node 1 instance connect " /as sysdba" fails.
~]$ sqlplus / as sysdba |
CAUSE
At the time of startup the background processes are having a gid, and since the gid of the $ORACLE_HOME/bin/oracle was changed, the new gid was not matching with the gid at startup.
SOLUTION
Change the gid of the $ORACLE_HOME/bin/oracle to the original value i.e. startup gid.
~]$ ls -l $ORACLE_HOME/bin/oracle |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.