Which two are true about the automatic execution of operating system scripts when performing silent mode installation starting from Oracle Database 19c? (Choose two.)
A.
The response file can specify the root or sudo password.
B.
The installer will prompt for the root or sudo password.
C.
Silent install always runs operating scripts automatically.
D.
The response file must contain the root or sudo password.
E.
The response file can specify the path of the sudo program.
BE
#--------------------------------------------------------------------------------------
# Specify the configuration method to be used for automatic root script execution.
#
# Following are the possible choices:
# - ROOT
# - SUDO
#--------------------------------------------------------------------------------------
oracle.install.db.rootconfig.configMethod=ROOT
#--------------------------------------------------------------------------------------
# Specify the absolute path of the sudo program.
#
# Applicable only when SUDO configuration method was chosen.
#--------------------------------------------------------------------------------------
oracle.install.db.rootconfig.sudoPath=
#--------------------------------------------------------------------------------------
# Specify the name of the user who is in the sudoers list.
# Applicable only when SUDO configuration method was chosen.
# Note:For Single Instance database installations,the sudo user name must be the username of the user installing the database.
E is correct, no doubts.
B is also correct:
oraclelinux79:CDB01 /u01/oracle/products/DB19EE_HOME2>./runInstaller -silent -responsefile /home/oracle/db1.rsp -ignorePrereq
Launching Oracle Database Setup Wizard...
Enter password for 'root' user:
upvoted 3 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
RinD
Highly Voted 2 years, 9 months agomporislav
Highly Voted 2 years, 9 months ago_gio_
Most Recent 7 months, 2 weeks agoScottL
9 months, 1 week agoObserverPL
2 years, 8 months ago