红联Linux门户
Linux帮助

解决oracle报ora-01034 linux Error:2错误

发布时间:2008-02-02 16:29:31来源:红联作者:cights
安装环境:CentOS4.6 Oracle10g

现象:用sqlplus连到数据库,执行sql报ora-01034错误;在windows下配置本地网络服务报如下错误:
ORA-01034:ORACLE not available
ORA-27101:shared memory realm does not exist
Linux Error:2:No such file or directory

错误原因:数据库实例没有启动。其解决方法如下:
sqlplus /nolog
connect / as sysdba
startup
文章评论

共有 0 条评论