Which statement is true about the command?

Examine the RMAN command:RMAN> RUN {ALLOCATE CHANNEL c1 DEVICE TYPE sbt;ALLOCATE CHANNEL c2 DEVICE TYPE sbt;ALLOCATE CHANNEL c3 DEVICE TYPE sbt;BACKUPINCREMENTAL LEVEL = 0(DATAFILE 1, 4, 5 CHANNEL c1)(DATAFILE 2, 3, 9 CHANNEL c2)(DATAFILE 6, 7, 8 CHANNEL c3)SQL ‘ALTER SYSTEM ARCHIVE LOG CURRENT’; }Which statement is true about the command? Choose the best answer. … Read more

Which statement is true about the command?

You issue the command:SQL> ALTER DATABASE BACKUP CONTROLFILE TO TRACE;Which statement is true about the command? Question: Which statement is true about the command? Options: It creates a copy of the control file and stores it in the location specified in the diagnostic_dest initialization parameter. It creates a file that contains the SQL statement, which … Read more