码迷,mamicode.com
首页 > 数据库 > 详细

Oracle ORA-01033: 错误解决办法

时间:2019-01-22 13:21:42      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:ble   proc   分享图片   image   RoCE   ini   color   oba   str   

Oracle ORA-01033: ORACLE initialization or shutdown in progress 错误

技术分享图片

解决办法:
[oracle@slave ~]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.4.0 Production on Tue Jan 22 09:58:53 2019

Copyright (c) 1982, 2013, Oracle. All rights reserved.

Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> shutdown normal
ORA-01109: database not open

Database dismounted.
ORACLE instance shut down.
SQL> startup mount
ORACLE instance started.

Total System Global Area 3691200512 bytes
Fixed Size 2258680 bytes
Variable Size 788531464 bytes
Database Buffers 2885681152 bytes
Redo Buffers 14729216 bytes
Database mounted.
SQL> alter database open;

Database altered.

Oracle ORA-01033: 错误解决办法

标签:ble   proc   分享图片   image   RoCE   ini   color   oba   str   

原文地址:http://blog.51cto.com/437549/2345337

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!