您的位置:首页 > 数据库

77.You executed the following command to perform a backup of the USERS tablespace: SQL> ALTER TABLES

2016-07-26 22:13 871 查看
77.You executed the following command to perform a backup of the USERS tablespace:

SQL> ALTER TABLESPACE users BEGIN BACKUP;

ALTER TABLESPACE users BEGIN BACKUP

*

ERROR at line 1:

ORA-01123: cannot start online backup; media recovery not enabled

What could be the reason for this error?

A.The MTTR Advisor is disabled.

B.The database is in NOARCHIVELOG mode.

C.The tablespace is already in backup mode.

D.The Flash Recovery Area is not configured.

答案:B

解析:非归档模式下不能在线备份

SQL> archive log list;

Database log mode              No Archive Mode

Automatic archival             Disabled

Archive destination            USE_DB_RECOVERY_FILE_DEST

Oldest online log sequence     77

Current log sequence           79

SQL> ALTER TABLESPACE users BEGIN BACKUP;

ALTER TABLESPACE users BEGIN BACKUP

*

ERROR at line 1:

ORA-01123: cannot start online backup; media recovery not enabled
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  1z0-052
相关文章推荐