...
Issue:
Read-Only oracle home created creates spfile, lock files and other logs in $ORACLE_BASE/dbs directory instead of $ORACLE_HOME hence causing issue when VDB needs to be restarted.
...
Code Block |
---|
$ cd $ORACLE_HOME/bin $ ./orabasehome /u01/apphome/oracle/homes/OraDB21Home1 |
In this example, the Oracle home is in read-only mode., since you can see it goes into $ORA_BASE/homes
Solution:
Disable Read-Only ORACLE_HOME.
...