单选题 .You use RMAN to take regular backups for your database. Examine the RMANcommands: RMAN> CROSSCHECK BACKUP; RMAN> DELETE EXPIRED BACKUP;
Which statement is true?
相关试题
单选题 .You issue the RMAN command:
RMAN> BACKUP SECTION SIZE 300M TABLESPACE users:
Which statement is true about the execution of the command?
单选题 .Your database is running in ARCHIVELOG mode and flashback is enabled
In which scenario must you use RMAN backups for recovering tables and table partitions?
多选题 .Which two are prerequisites for performing FlashbackTransaction?
单选题 .you enable Flashback Data Archive for a table for which you want to track and save all transactions for four years. After some time, the requirement changes for Keeping transactions from four to two years .
You execute the following command to change the requirement:
SQL>ALTER FLASHBACK ARCHIVE fda1 MODIFY RETENTTON 2 YEAR;
What is the outcome?
单选题 .Examine the RMAN command: RMAN> RUN
{ ALLOCATE CHANNEL c1 DEVICE TYPE sbt; ALLOCATE CHANNEL c2 DEVICE TYPE sbt; ALLOCATE CHANNEL c3 DEVICE TYPE sbt;
BACKUP INCREENTAL 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?
单选题 .Examine the probable steps involved in the basic backup process of RMAN and Oracle Secure Backup(OSB): 1.RMAN initiates backup and passes the database backup storage selector to OSB.RMAN 2.RMAN creates the backupjob. 3.OSB creates the backup job with an OSB user 4.RMAN updates its repository. 5.RMAN executes the job and transfers data from a client tomedia. 6.OSB executes the job and transfers data from a client to media 7.OSB updates its repository. Identify the required steps in the correct order.
单选题 .Examine the RMAN commands:
RMAN> CONNECT TARGET "sbu@prod as SYSBACKUP"; RMAN> CONNECT AUXILIARY "sbu@dup_db as SYSBACKUP";
RMAN> DUPLICATE TARGET DATABASE TO dup_dbFROM ACTIVE DATABASEPASSWORD FILESECTION SIZE 400M;
Which statement is true about the DUPLICATE command?
多选题 .In your database, the user scott wants to retrieve the dropped HR.EMPLOYEES table by using the command:
SQL>FLASHBACK TABLE HR.EMPLOYEES TO BEFORE DROP;
What are three prerequisites for this command to succeed?