浪潮软件SQL*Plus无法连接,提示ORA-01033错误

浪潮软件SQL*Plus无法连接,提示ORA-01033错误

数 据 库: Ora 9i
软件版本: 软件模块:
问题描述:
控制面板的Oracle相关服务显示已启动,但用SQL*Plus无法连接,显示以下错误

ORA-01033: ORACLE initialization or shutdown in progress
产生原因:
解决方法:
c:\ sqlplus/nolog
sql> conn system/password as sysdba
sql> shutdown immediate
sql>startup mount;
sql>recover database;
sql>alter database open;
sql>shutdown immediate
sql>startup

原创文章,转载请注明: 转载自浪潮888博客

本文链接地址: 浪潮软件SQL*Plus无法连接,提示ORA-01033错误

文章的脚注信息由WordPress的wp-posturl插件自动生成



This entry was posted in 浪潮文档. Bookmark the permalink.

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>