Exam 1z0-083 All QuestionsBrowse all questions from this exam
Question 177

Which two restrictions apply when the RMAN BACKUP AS COPY command is used to create a backup? (Choose two.)

    Correct Answer: B, C

    When using the RMAN BACKUP AS COPY command to create backups, two restrictions apply: Binary compression cannot be applied to the backup, and backups can be written only to disk. Image copies created with the BACKUP AS COPY command are bit-for-bit copies of database files, and these copies cannot be compressed. Additionally, these backups must be written to disk rather than media such as tapes.

Discussion
ilputtoOptions: BC

image copies cannot be compressed nor backup on tape

vkra

https://docs.oracle.com/en/database/oracle/oracle-database/19/bradv/getting-started-rman.html#GUID-096D8191-5DB3-4F49-83EF-14DC13DEA022 : If you specify BACKUP AS COPY, then RMAN copies each file as an image copy, which is a bit-for-bit copy of a database file created on disk. Image copies are identical to copies created with operating system commands like cp on Linux or COPY on Windows, but are recorded in the RMAN repository and so are usable by RMAN. You can use RMAN to make image copies while the database is open.

_gio_Options: BC

Sure of BC

ScottLOptions: BC

B C correct

antonica

Why not F?

hilaireOptions: BF

B F correct backup as copy can be take for only datafile backup as copy datafile 4 format 'c:\datafile4.dbf';

hilaire

Backup as copy is possible to sbt https://docs.oracle.com/database/121/BRADV/rcmbckba.htm#BRADV89510

hilaire

Sorry forget this BC is the answer https://www.druva.com/blog/oracle-in-depth-part-3-sbt-direct-to-cloud/