您的位置:首页 > 数据库 > Oracle

ORA-01034: ORACLE not available ORA-27101

2016-11-22 16:41 337 查看
该原因是因为可能是非法关机导致数据库归档日志不统一

 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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐