For Oracle Grid Infrastructure:
gridSetup.sh -executeConfigTools -responseFile Grid_home/install/response/product_timestamp.rsp
For Oracle Database:
runInstaller -executeConfigTools -responseFile ORACLE_HOME/install/response/product_timestamp.rsp
For Oracle Database, you can also run the response file located in the directory ORACLE_HOME/inventory/response/
:
runInstaller -executeConfigTools -responseFile ORACLE_HOME/inventory/response/db_install.rsp
The postinstallation configuration tool runs the installer in the graphical user interface mode, displaying the progress of the postinstallation configuration. Specify the [-silent]
option to run the postinstallation configuration in the silent mode.
For example, for Oracle Grid Infrastructure:
$ gridSetup.sh -executeConfigTools -responseFile /u01/app/12.2.0/grid/install/response/
grid_2016-01-09_01-03-36PM.rsp [-silent]
For Oracle Database:
$ runInstaller -executeConfigTools -responseFile ORACLE_HOME/inventory/response/
db_2016-01-09_01-03-36PM.rsp [-silent]