3.2.2.2 Optional Parameters When Specifying a Response File
Optional parameters you can use with the
-responseFile flag are:
-nowelcome- Use the-nowelcomeflag with the-responseFileflag to suppress the Welcome dialog that appears during installation.-silent- Use the-silentflag with the-responseFileflag to run OUI in complete silent mode. Note that the Welcome dialog is suppressed automatically.-force- Use the-forceflag with the-responseFileflag to suppress the dialog when specifying a new folder forORACLE_HOME-waitforcompletion- Use the-waitforcompletionflag with-silent flagto wait for completion instead of spawning the java engine and exiting.
For example, on a UNIX machine, enter the following command:
./runInstaller.sh -responseFile /tma/tmatcp_linux_silent.rsp -silent
Note:
- Using the
-nowelcomeoption with the-silentoption is unnecessary since the Welcome screen does not appear when you use the-silentoption. - If the
ORACLE_HOMEis not empty, use the-forceoption to overwrite it; otherwise, you will get the following error message:SEVERE:OUI-10029:You have specified a non-empty directory to install this product. It is recommended to specify either an empty or a non-existent directory. You may, however, choose to ignore this message if the directory contains Operating System generated files or sub-directories like lost+found.
Parent topic: Installing with a Response File