5
Oracle启动错误(无法打开参数文件)
我在Ubuntu 12.10上安装了Oracle 11g服务器。但是我无法启动服务器。当我启动服务器时,发生以下错误: SQL> startup ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/xe/dbs/initXE.ora' 我该如何解决这个问题?我认为连接失败,因为目标主机或对象不存在。如何指定目标主机? 运行: $ ls -latr /u01/app/oracle/product/11.2.0/xe/dbs/initXE.ora 返回: -rw-r--r-- 1 oracle dba 2637 Mar 13 17:07 /u01/app/oracle/product/11.2.0/xe/dbs/initxe.ora 运行不echo $ORACLE_SID显示任何内容-空行。