您的位置:首页 > 其它

OCP-1Z0-053-200题-10题-94

2014-01-26 13:30 260 查看
QUESTION 10

Multiple RMAN sessions are connected to the database instance.

Examine the following output when backup commands are running in server sessions:

SQL> SELECT s.sid, p.spid, s.client _info FROM v$process p, v$session s

WHERE p.addr = s.paddr

AND CLIENT _INFO LIKE 'rman%';

SID SPID CLIENT_INFO

--- ----- ----------------------------

103 25280 rman channel 1=ORA_DISK_1

151 25292 rman channel 1=ORA_DISK_2

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

Answer: C

同94题:http://blog.csdn.net/rlhua/article/details/12358675

Explanation/Reference:

Section: Backup, Recovery & Recovery Manager (RMAN)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: