ORA-01034: ORACLE not available ORA-27101

来源:互联网 发布:熹妃传厨艺大赛软件 编辑:程序博客网 时间:2024/06/16 02:14

该原因是因为可能是非法关机导致数据库归档日志不统一

 startup mount
ORACLE instance started.

Total System Global Area 3240239104 bytes
Fixed Size                  2217712 bytes
Variable Size            1778387216 bytes
Database Buffers         1442840576 bytes
Redo Buffers               16793600 bytes
Database mounted.
SQL> recover database until time '2016-05-24';
Media recovery complete.
SQL> alter database open resetlogs;

 

Database altered.

0 0
原创粉丝点击