Oracle Global Human Resources Cloud Payroll Implementation Specialist — Question 15
You must monitor and manage a co-located stand-alone agent, OracleDIAgent1, by using the ODI plug-in for Enterprise Manager Cloud Control. Which is the correct command to start this agent on Linux? (Choose the best answer.)
Answer options
- A. ./agent.sh –NAME=OracleDIAgent1 –PORT=20910
- B. ./agent.sh –NAME=OracleDIAgent1
- C. ./startComponent.sh OracleDIAgent1
- D. ./startComponent.sh OracleDIAgent1 –PORT=20910
Correct answer: A
Explanation
The correct command is A, as it specifies both the agent name and the port, which are necessary for starting OracleDIAgent1 correctly. Option B omits the port specification, while options C and D use the wrong script to start the agent, making them invalid for this context.