...
Read-Only oracle home created spfile, lock files and other logs in $ORACLE_BASE/dbs directory instead of $ORACLE_HOME hence causing issue when VDB needs to be restarted.
Determine if your ORACLE_HOME is read-only:
Code Block |
---|
$ cd $ORACLE_HOME/bin
$ ./orabasehome
/u01/app/oracle/homes/OraDB21Home1 |
In this example, the Oracle home is in read-only mode.
Solution:
Disable Read-Only ORACLE_HOME.
...