单项选择题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 


您可能感兴趣的试卷

你可能感兴趣的试题

1.单项选择题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

3.单项选择题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

4.单项选择题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

6.单项选择题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

7.单项选择题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

8.单项选择题How is block-change tracking enabled?()

A.With alter database enable block change tracking
B.With alter system enable block change tracking 
C.With an init.ora parameter change 
D.With an spfile parameter change 

9.单项选择题You have lost datafile 4 from your database. Which is typically the fastest way to restore your database? ()

A.Restore and recover the datafile. 
B.Restore and recover the tablespace. 
C.Restore and recover the database. 
D.Restore and recover the control file. 
E.Restore and recover the parameter file.

10.单项选择题What does the SCN represent?()

A.The system change number, which is a point in time relative to transactions within a given database. 
B.A number that represents time. Thus, at 1300 hours, the SCN is the same on all databases. 
C.The security change number, which represents the security code that is needed to access any database structure.
D.A conversion factor that converts internal database time to external clock time. 
E.UTC time in the database, providing a standardized way of tracking time in Oracle. 

最新试题

You are creating a database by using Database Configuration Assistant (DBCA). You have chosen the File System option as the storage mechanism. What would be the result of choosing this option?()

题型:单项选择题

Note the following statements that use flashback technology:1. FLASHBACK TABLE <table> TO SCN <scn>;2. SELECT * FROM <table> AS OF SCN 123456;3. FLASHBACK TABLE <table> TO BEFORE DROP;4. FLASHBACK DATABASE TO TIMESTAMP <timestamp>;5. SELECT * FROM <table> VERSIONS AS OF SCN 123456 AND 123999;Which of these statements will be dependent on the availability of relevant undo data in the undo segment?()

题型:单项选择题

Identify the persistent configuration setting for the target database that can be set for the backup by using RMAN.()

题型:多项选择题

Examine the following RMAN script:Which statement describes the purpose of the script?()

题型:单项选择题

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?()

题型:多项选择题

Which three functions are performed by the SQL Tuning Advisor? ()

题型:多项选择题

You executed the following commands in a database session:What could have caused the recycle bin to clean up?()

题型:单项选择题

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.() 

题型:单项选择题

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

题型:多项选择题

View the exhibit and examine the TRANS table's storage information.After a massive delete operation, you executed the following statement to shrink the TRANS table:SQL> ALTER TABLE trans SHRINK SPACE CASCADE;Which statement describes the outcome of the command?()

题型:单项选择题