053-98

You plan to execute the following command to perform a Flashback Database operation in your database:
SQL> FLASHBACK DATABASE TO TIMESTAMP (SYSDATE -5/24);
Which two statements are true about this? (Choose two)
A. The database must have multiplexed redo log files
B. The database must be in the MOUNT state to execute the command
C. The database must be in the NOMOUNT state to execute the command
D. The database must be opened in RESTRICTED mode before this operation
E. The database must be opened with the RESETLOGS option after the flashback operation

闪回数据库:
使 用 ALTER DATABASE FLASHBACK ON 语 句 开 启 数 据 库 闪 回 特 性 。 开 启 后 就 可 以 使用 FLASHBACK DATABASE 语句将数据库闪回到过去的时间点(SCN) --(相当于完成了快速的不完全恢复)
先决条件:
1.数据库必须运行在归档模式下
2.数据库必须被置为 mount 状态,不能打开,并且是使用当前的控制文件。不能使用备份或者重建的控制文件。控制文件被重建后,所有现存的闪回日志信息将丢失。
3. 数 据 库 中 所 有 在 线 的 表 空 间 必 须 是 启 用 闪 回 数 据 库 的 。 即 所 有 使 用 了ALTER TABLESPACE ... FLASHBACK OFF 的表空间必须离线


posted @ 2017-11-15 15:31  巴啦啦大魔王  阅读(105)  评论(0编辑  收藏  举报