Home / Errors/Workarounds10g (page 2)

Errors/Workarounds10g

rlwrap: error: Cannot execute sqlplus: No such file or directory

OracleDBerror

ERROR   $ sqlplus / as sysdba rlwrap: error: Cannot execute sqlplus: No such file or directory   SOLUTION Add the following to the environment file: export PATH=$ORACLE_HOME/bin:$PATH export LD_LIBRARY_PATH=$ORACLE_HOME/lib …

Read More »

ORA-12720: operation requires database is in EXCLUSIVE mode

OracleDBerror

ERROR CREATE CONTROLFILE ................................. ................................................. CHARACTER SET AL32UTF8; ERROR at line 1: ORA-01503: CREATE CONTROLFILE failed ORA-12720: operation requires database is in EXCLUSIVE mode SOLUTION SQL> alter system set cluster_database=FALSE …

Read More »