Oracle Database Administration II — Question 23
Which two are true about the execution of operating system scripts starting from Oracle Database 19c? (Choose two.)
Answer options
- A. orainstRoot.sh can be executed automatically by the Database installer by using sudo or root credentials.
- B. root.sh can be executed automatically by the Database Installer only if it is provided with root credentials.
- C. The sudo password can be specified in a response file.
- D. root.sh can be executed automatically by the Database installer only by using sudo credentials.
- E. The sudo password must be specified in a response file.
- F. The root password cannot be specified in a response file.
Correct answer: A, F
Explanation
Option A is correct because orainstRoot.sh can indeed be run automatically using either sudo or root credentials during installation. Option F is also correct, as the root password cannot be included in a response file for security reasons. The other options are incorrect because they suggest capabilities or requirements that do not align with the execution policies of Oracle Database scripts.