91、

91.Your database interface is running. A user SCOTT starts a SQL *Plus session, and issues the following query:
SQL> SELECT * FROM sales;
Which process would retrieve the result from the database and return it to the client program?
A. User process
B. Server process
C. System Monitor (SMON)
D. Process Monitor (PMON) 
E. Checkpoint process (CKPT)
Answer: B 
View Code

 

92、You observed the following output for a user session:

What do you infer from the preceding output?
A. Resumable set for session with sid 18
B. The user session has entered into a deadlock
C. The database instance is enabled to use asynchronous commit
D. The threshold warning limit is exceeded for the tablespace that is used by the user session
Answer: A
View Code

 

93、

93.The database is configured in ARCHIVELOG mode and regular complete database backups are taken. 
The loss of which two types of files may require a recovery with the RESETLOGS option? (Choose two)
A. Control files
B. Password files
C. Inactive online redo log file
D. Archived log files required to perform recovery
E. Newly created tablespace which is not backed up
Answer: AD 
View Code

 

94、Multiple RMAN sessions are connected to the database instance.

Examine the following output when backup commands are running in server sessions: What could have helped you to correlate server sessions with channels?

A. Implement RMAN multiplexing
B. Set the DEBUG ON in the RMAN script
C. Specify the command ID in the RMAN script
D. Use a tag with the RMAN BACKUP command

 

95、

95.Examine the following scenario: 
The target database instance is running. The most recent backup available for the target database was taken two days ago. 
Log files switches have occurred in last two days. 
The target database is duplicated on the same host, using the Recovery Manager (RMAN) duplicate command as follows:
RMAN> RUN { ALLOCATE AUXILIARY CHANNEL aux 1 DEVICE TYPE DISK;
DUPLICATE TARGET DATABASE TO auxdb; }
Which statement is true about the duplicate database in this scenario?
A. It contains data till the last backup
B. It contains all data from target database until the current time
C. It contains all data from only the committed transactions in the target database
D. It contains all data except that which is used by the transactions in the current online redo file of target database

 

posted on 2016-04-15 08:50  充实自己  阅读(300)  评论(0编辑  收藏  举报