Oracle OCP 1Z0 053 Q94(RMAN SET COMMAND ID)

abstractcyj發表於2016-04-01
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
Answer: C


RUN
{
ALLOCATE CHANNEL c1 TYPE disk;
SET COMMAND ID TO 'mytest';
BACKUP DATABASE;
}


顯示格式:
id=mytest,rman channel=c1

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/8520577/viewspace-2073803/,如需轉載,請註明出處,否則將追究法律責任。

相關文章