linux - 数据库 - Connected to an idle instance
运行 connect /as sysdba;
报错:Connected to an idle instance
原因:配置文件 .bash_profile 中的 ORACLE_HOME 的最后这个 / 的问题,ORACLE_HOME最后不能有 /

运行 connect /as sysdba;
报错:Connected to an idle instance
原因:配置文件 .bash_profile 中的 ORACLE_HOME 的最后这个 / 的问题,ORACLE_HOME最后不能有 /
