Examine the following command that is used to duplicate a database on the same host:RMAN> RUN -{ALLOCATE AUXILIARY CHANNEL aux 1 DEVICE TYPE DISK;DUPLICATE TARGET DATABASE TO auxdb SKIP READONLY;}Which two statements describe the effect after the database is duplicated successfully? (Choose two)
In which two aspects does hot patching differ from conventional patching? (Choose two.)
You are working on a database that was created using Oracle Database 10g, the default tablespace type property was not changed. You execute the following statement to create a tablespace, mytbs: CREATE TABLESAPCE mythbs DATAFILE '/u1/data/mytbs.dbf' SIZE 100M; Which two statements are correct regarding the mytbs tablespace? (Choose two)
Which two statements are true about the Automatic Diagnostic Repository (ADR)? (Choose two.)
View the Exhibit and examine the output of the query in different times when the following command runs in an RMAN session:RMAN> BACKUP DATABASE FILESPERSET 2;The database has seven data files. Why is the value of %_COMPLETE refreshed to 13.59 in the third output after reaching 88.77?
The database is running in the ARCHIVELOG mode. It has three redo log groups with one member each.One of the redo log groups has become corrupted. You have issued the following command during the recovery of a damaged redo log file:ALTER DATABASE CLEAR UNARCHIVED LOGFILE GROUP 3;Which action should you perform immediately after using this command?