Oracle Service Cloud Developer — Question 19
Consider the following command:
./patchmgr -cells dm01 -patch -rolling
Which two actions does this command perform? (Choose two.)
Answer options
- A. upgrades one or more Exadata Storage Servers simultaneously
- B. upgrades one or more Exadata Storage Servers listed in the dm01 file
- C. upgrades one or more Exadata Storage Servers, one at a time
- D. rolls back one or more Exadata Storage Servers to the previous release
- E. upgrades one or more Exadata Storage Servers and InfiniBand Switches
- F. upgrades an Exadata Storage Server named dm01
Correct answer: A, F
Explanation
The command specifies a rolling patch upgrade, which means it upgrades one or more Exadata Storage Servers at the same time, making option A correct. Additionally, the command targets the Exadata Storage Server named dm01, confirming option F is also correct. The other options do not align with the command functionality.