Oracle Database Administration II — Question 20
Examine this command:
$ rhpctl move database `"sourcehome Oracle_home_path `"destinationhome Oracle_home_path
For which two purposes can you use this command? (Choose two.)
Answer options
- A. to switch an existing Oracle Database home to a newer release of Oracle software on the same server
- B. to switch to a read-only Oracle home
- C. to switch back to the previous Oracle home as part of a rollback operation
- D. to switch the Oracle Database home when using a centralized Rapid Home Provisioning server
- E. to switch to a patched Oracle Database home
Correct answer: C, E
Explanation
The command is used to facilitate a rollback operation, allowing the user to switch back to the previous Oracle home, which is option C. Additionally, it enables the user to change to a patched Oracle Database home, which corresponds to option E. Options A, B, and D do not accurately describe the functions of the command.