...
Code Block |
---|
$ cd $ORACLE_HOME/bin $ ./orabasehome /u01home/app/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.
...
...
Code Block |
---|
$ cd $ORACLE_HOME/bin $ ./orabasehome /u01home/app/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.
...