87.You want to perform an RMAN backup of database as a copy. Which two factors will you consider
while performing the backup operation? (Choose two).
A. The backup as copy can only be taken to disk
B. The backup as copy can only be taken to tape
C. Backup can be performed only when the instance is shutdown
D. Backup will constitute all used and unused blocks in the database
Answer: AD| Syntax Element | Description |
|---|---|
COPY OF DATABASE | Makes a backup of previous image copies of all data files and control files in the database. All data files that would normally be included by BACKUP DATABASE are expected to have copies: if not, RMAN signals an error. It is not necessary for all copies to have been produced by a single BACKUP command. If multiple copies exist of a data file, then RMAN backs up the latest. Optionally, specify the copies by tag name (for example,FULL_COLD_COPY). Note: The output of this command can be image copies or backup sets. |
题意说,使用rman进行数据库的copy,哪两种因素在你进行backup时所考虑的?
A。只能备份到disk
D。数据库里所有使用和未使用的块都会被备份。
本文详细解读了使用RMAN进行数据库copy备份操作时需要考虑的两个重要因素:备份仅能备份到磁盘(选项A),以及备份将包含数据库中所有已用和未使用的块(选项D)。通过理解这些关键点,用户可以更有效地执行备份操作。
102

被折叠的 条评论
为什么被折叠?



