Complete this procedure to run configuration assistants configuration with the -executeConfigTools
command.
Oracle_home\install\response\product_timestamp.rsp
. For example, for Oracle Grid Infrastructure:
oracle.install.asm.SYSASMPassword=password oracle.install.config.emAdminPassword=password
cd Grid_home
For Oracle Grid Infrastructure:
gridSetup.bat -executeConfigTools -responsfile Grid_home\install\response\product_timestamp.rsp
setup.exe -executeConfigTools -responseFile Oracle_home\install\response\product_timestamp.rsp
For Oracle Database, you can also edit and use the response file located in the directory Oracle_home\inventory\response\
:
setup.exe -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.bat -executeConfigTools -responseFile Grid_home\install\response\grid_2016-09-09_01-03-36PM.rsp [-silent]
For Oracle Database:
setup.exe -executeConfigTools -responseFile Oracle_home\inventory\response\db_2016-09-09_01-03-36PM.rsp [-silent]