The silent installer is useful if you want to add the Tools and Frameworks installation to an install script, or push out the installation on multiple machines.
The syntax to run the silent installation is the following:
silent_install.bat <FULL_PATH_TO_RESPONSE_FILE> <ORACLE_HOME_NAME> <ORACLE_HO ME_LOCATION>
where the options have the following values. Note that all the options are required.
Option |
Description |
---|---|
FULL_PATH_TO_RESPONSE_FILE |
The full path to response file which is
used by the silent installer. For example,
|
ORACLE_HOME_NAME |
A string value which represents your ORACLE_HOME. For example ToolsandFrameworks |
ORACLE_HOME_LOCATION |
The location where you would like to
install the product. For example,
|
Note
When you install Workbench, a predefined Workbench administrator
user is created with full administration privileges. This administrator is
assigned the username
admin
and the default password
admin
. You must change the default Administrator
password before you can use Workbench.
Before you begin, review and the
install\silent_response.rsp
file in a text editor.
All the settings in the file are optional.
To start the silent installer
Example 1. Example
silent_install.bat C:\Users\<myname>\Documents\OCxmgr_installer11.3.0-win64\cd\Disk1\install\silent_response.rsp toolsandframeworks c:\End eca\ToolsAndFrameworks