标签:ocp
561.If you issue the command shutdown abort prior to trying to put the database in ARCHIVELOG mode,
实验验证如下:
SQL> shutdown abort;
ORACLE 例程已经关闭。
SQL> startup mount;
ORACLE 例程已经启动。
Total System Global Area 1071333376 bytes
Fixed Size 1375792 bytes
Variable Size 738197968 bytes
Database Buffers 327155712 bytes
Redo Buffers 4603904 bytes
数据库装载完毕。
SQL> alter database archievelog;
alter database archievelog
*
第 1 行出现错误:
ORA-02231: ALTER DATABASE 选项缺失或无效
SQL> alter database archivelog;
alter database archivelog
*
第 1 行出现错误:
ORA-00265: 要求实例恢复, 无法设置 ARCHIVELOG 模式
版权声明:本文为博主原创文章,未经博主允许不得转载。
标签:ocp
原文地址:http://blog.csdn.net/adeline_pan/article/details/46874313