How to correctly set the ORACLE_HOME variable on Ubuntu 9.x?

后端 未结 9 1904
春和景丽
春和景丽 2020-12-23 13:34

I have the same problem as listed here: How to recover or change Oracle sysdba password although I did not lose the password, I entered it twice in the configure script orig

9条回答
  •  伪装坚强ぢ
    2020-12-23 14:32

    This is the right way to clear this error.

    export ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1 sqlplus / as sysdba

提交回复
热议问题