|
680.Which two operations are NOT performed by the DUPLICATE command in Recovery Manager (RMAN) while duplicating a running database? (Choose Two) A.Creating the control file for the duplicate database B.Restoring the target data files to the duplicate database C.Performing complete recovery using all available backups D.Generating a new, unique DBID for the duplicate database E.Copying the online redo log files from the target database to the duplicate database 当复制一个数据库时,在RMAN备份管理中哪两个操作不执行DUPLICATE命令? Answer: CE C 使用所有可用的备份进行完全恢复 E 将联机重做日志文件从目标数据库拷贝到复制数据库
|