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

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.