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)
本文探讨了在多个RMAN会话中通过指定命令ID来帮助关联服务器会话与备份通道的方法。通过这种方式,可以有效地管理和跟踪复杂的备份操作。
9613

被折叠的 条评论
为什么被折叠?



