ora-01033:oracle initialization or shutdown in progress

前端之家收集整理的这篇文章主要介绍了ora-01033:oracle initialization or shutdown in progress前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

在执行数据库操作时,提示ora-01033:oracle initialization or shutdown in progress信息

记录解决方案:


第一步:

sqlplus /as sysdba

第二步:

sql>shutdown normal

第三步:
sql>startup mount
第四步:
sql>alter database open;
原文链接:https://www.f2er.com/oracle/207764.html

猜你在找的Oracle相关文章