单项选择题You are using RMAN to backup your ARCHIVELOG mode database. You have enabled control-file autobackups. Which files are not backed up during the RMAN backup?()

A.Database Datafiles 
B.Database Control Files 
C.Online redo logs
D.Archived redo logs 
E.The database SPFILE 
F.None of the above, all these files are backed up. 


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题Which command will restore all datafiles to the date 9/30/2008 at 18:00 hours? ()

A.restore datafiles until time '09/28/2008:21:03:11'
B.restore database files until time '09/28/2008:18:00:00'
C.restore database until time '09/28/2008:18:00:00'
D.recover database until time '09/28/2008:18:00:00'
E.recover database until timestamp '09/28/2008:18:00:00'

2.单项选择题What command would you issue to enable automated backups of control files? ()

A.alter database controlfile autobacku on
B.alter system controlfile autobackup on 
C.configure controlfile autobackup on 
D.enable controlfile autobackup

3.单项选择题Which command do you use to create a recovery-catalog schema? ()

A.create recovery catalog 
B.create catalog
C.build catalog 
D.catalog create 
E.mount catalog 

4.单项选择题What command would you use to set a persistent setting in RMAN so that backups are all written to a tape device?()

A.CONFIGURE DEFAULT DEVICE TYPE TO TAPE MEDIA 
B.CONFIGURE DEFAULT DEVICE TYPE TO TAPE 
C.CONFIGURE DEFAULT DEVICE TYPE TO SBT 
D.CONFIGURE DEFAULT DEVICE TYPE TO SBT_TAPE

6.单项选择题Which dynamic view displays the status of block-change tracking?()

A.V$BLOCK_CHANGE 
B.V$BLOCK_CHANGE_TRACKING 
C.V$BLOCKCHANGE 
D.V$BLOCK_TRACKING

7.单项选择题Which of the following most closely represents an image copy? ()

A.Unix cp command of a file
B.Bit-by-bit copy of a file
C.Windows COPY command of a file 
D.All of the above

9.单项选择题Which type of backup backs up only data blocks modified since the most recent backup at the same level or lower?()

A.Differential incremental backup
B.Different incremental backup 
C.Cumulative backup 
D.Cumulative incremental backup

10.单项选择题Which of the following best describes a full backup? ()

A.All datafiles of a database 
B.All datafiles, archive logs, and control files 
C.All datafiles and control files 
D.All the used blocks in a datafile

最新试题

In your production database, users report that they are unable to generate reports on an important table because it does not contain any data. While investigating the reason, you realize that another user executed the TRUNCATE TABLE command, which accidentally caused the data to be lost. Now you want to recover the lost data of the table without affecting objects in other schemas.Which method must you use to recover the lost data?()

题型:单项选择题

Which two statements are true about a job chain?()

题型:多项选择题

Which two commands never trigger an implicit rebalancing within the disk group?()

题型:多项选择题

Examine the parameter setting in your database:Which statement is correct about the database?()

题型:单项选择题

Indentify two advantages of using recovery catalog instead of the control file of the database in Recovery Manager (RMAN)?()

题型:多项选择题

The user SYS creates a job by using the following command:Which two statements are true about the job that was created by the preceding command?()

题型:多项选择题

You want to configure the Flashback Database feature and retain flashback logs for three days. Presently the database is open and configured in ARCHIVELOG mode.The following steps must be performed in the correct sequence to do this:Choose the correct sequence.() 

题型:单项选择题

Examine the following ALTER command:SQL> ALTER DISKGROUP dgroup1 UNDROP DISKS;What is the purpose of the command?()

题型:单项选择题

You want to enable automatic PGA memory management in your database. Which setting is required to achieve this?()

题型:单项选择题

You are using Recovery Manager (RMAN) with a recovery catalog to back up your production database. The backups and the archived redo log files are copied to a tape drive on a daily basis. Because of media failure, you lost your production database completely along with the recovery catalog database. You want to recover the target database and make it functional. You consider performing the following steps to accomplish the task:Which option illustrates the correct sequence that you must use?()

题型:单项选择题