3.5.1 OUI Related Keyword
Table 3-1 Optional Keyword
| Keyword Name | Data Type | Description |
|---|---|---|
FROM_LOCATION
|
String | Complete path to the products.xml |
FROM_LOCATION_CD_LABEL |
String | This variable should only be used in multi-CD installations. It includes the label of the compact disk where the file "products.xml" exists.
The label can be found in the file " |
ORACLE_BASE |
String | Complete path of the Oracle Base. |
SHOW_WELCOME_PAGE |
Boolean | Set to true if the Welcome page in OUI needs to be shown. |
SHOW_CUSTOM_TREE_PAGE
|
Boolean | Set to true if the custom tree page in OUI needs to be shown. |
SHOW_COMPONENT_LOCATIONS_PAGE |
Boolean | Set to true if the component locations page in OUI needs to be shown. |
SHOW_SUMMARY_PAGE |
Boolean | Set to true if the summary page in OUI needs to be shown. |
SHOW_INSTALL_PROGRESS_PAGE |
Boolean | Set to true if the install progress page in OUI needs to be shown. |
SHOW_CONFIG_TOOL_PAGE
|
Boolean | Set to true if the config assistants page in OUI needs to be shown. |
SHOW_RELEASE_NOTES |
Boolean | Set to true if the release notes of this installation need to be shown at the end of installation. |
SHOW_ROOTSH_CONFIRMATION |
Boolean | Set to true if the Confirmation dialog asking to run the orainstRoot.sh script in OUI needs to be shown. Valid only for Linux platforms. |
SHOW_END_SESSION_PAGE |
Boolean | Set to true if the end of session page in OUI needs to be shown. |
SHOW_EXIT_CONFIRMATION |
Boolean | Set to true if the confirmation when exiting OUI needs to be shown. |
NEXT_SESSION |
Boolean | Set to true to allow users to go back to the File Locations page for another installation. This flag also needs to be set to true in order to process another response file (see NEXT_SESSION_RESPONSE).
|
NEXT_SESSION_ON_FAIL |
Boolean | Set to true to allow users to invoke another session even if current install session has failed. This flag is only relevant if NEXT_SESSION is set to true.
|
NEXT_SESSION_RESPONSE |
Boolean | Set to true to allow users to go back to the File Locations page for another installation. This flag also needs to be set to true in order to process another response file. |
DEINSTALL_LIST |
StringList | List of components to be deinstalled during a deinstall session.#Example: DEINSTALL_LIST={"TSAM_Manager","22.1.0.0.0"}
|
SHOW_DEINSTALL_CONFIRMATION |
Boolean | Set to true if deinstall confirmation is needed during a deinstall session. |
SHOW_DEINSTALL_PROGRESS |
Boolean | Set to true if deinstall progress is needed during a deinstall session. |
CLUSTER_NODES |
StringList | This variable represents the cluster node names selected by the user for installation. |
ACCEPT_LICENSE_AGREEMENT
|
Boolean | By setting this variable to true, you are accepting the license agreement. This variable is used only for silent installations. |
METALINK_LOCATION |
String | This variable represents the Oracle metalink location. |
METALINK_USERNAME |
String | This variable represents the Oracle metalink user name. |
METALINK_PASSWORD |
String | This variable represents the corresponding Oracle metalink password. |
PROXY_HOST |
String | The proxy host used to connect to Oracle metalink. |
PROXY_PORT |
String | The proxy port used to connect to Oracle metalink. |
PROXY_REALM |
String | The realm for the proxy used to connect to Oracle metalink. |
PROXY_USER |
String | The username for the proxy used to connect to Oracle metalink. |
PROXY_PWD |
String | The password for the proxy used to connect to Oracle metalink. |
DONT_PROXY_FOR |
String | The don't proxy for list. |
TOPLEVEL_COMPONENT |
StringList | The top level component to be installed in the current session. #Example: TOPLEVEL_COMPONENT={"TSAM_Manager","22.1.0.0.0"} |
SHOW_SPLASH_SCREEN |
Boolean | Set to true if the initial splash screen in OUI needs to be shown. |
SELECTED_LANGUAGES |
StringList | Languages in which the components will be installed. |
COMPONENT_LANGUAGES |
StringList | Languages supported by this component. List of supported languages : {"en","ja"} |
LINUX_GROUP_NAME |
String | Linux group to be set for the inventory directory. Valid only in Linux platforms. |
Table 3-2 Required Parameters
| Keyword Name | Data Type | Description |
|---|---|---|
RESPONSEFILE_VERSION |
String | The format version number of response file. |
ORACLE_HOME |
String | Complete path of the Oracle Home. |
ORACLE_HOME_NAME |
String | Oracle Home name. |
Parent topic: Response File Keywords