APPLIES TO:
Oracle E-Business Suite Technology Stack - Version 12.1.3 to 12.2 [Release 12.1 to 12.2]Information in this document applies to any platform.
GOAL
What is the purpose of each of the variables defined in the context file?
SOLUTION
This note gives list of Context Variables with details in short for Oracle Applications Release 12.
A) Context Information:
Variable Title | OA_VAR | Value |
---|---|---|
Context Name | s_contextname | Name of the context, which is of the form <DB_SID>_<HOSTNAME>. |
Context Serial | s_contextserial | This value is automatically updated each time the context variable values are updated through the Oracle Applications Manager. |
Context Type | s_contexttype | Type of the context - whether it is an Applications context or a Database context. |
Location of the Applications Context File | s_contextfile | Location of the Applications context file. |
B) Applications system information:
Variable Title | OA_VAR | Value |
---|---|---|
System Name | s_systemname | Name of the Oracle Applications system which this context points to. |
Database SID | s_dbSid | Database SID for the system. |
Database Name | s_dbGlnam | Global Database name for the system. The value of this variable shall be the same as the Database SID on non-RAC environments. On RAC-environments, this name would be the same for all cluster nodes while the Database SID would be different for each cluster node. |
Database SID in Lower Case | s_dbSidLower | Database SID in lower case for the system. |
C) System Configurations (oa_system_config) :
Variable Title | OA_VAR | Value |
---|---|---|
Apps Environment Name | s_appsEnvName | Name of the Applications Environment. |
TIER_DB | s_isDB | YES/NO, denoting if Database Server is enabled in this context. |
TIER_ADMIN | s_isAdmin | YES/NO denoting if Admin Server is enabled in this context |
TIER_WEB | s_isWeb | YES/NO denoting if Web Server is enabled in this context |
TIER_FORMS | s_isForms | YES/NO denoting if Forms Server is enabled in this context |
TIER_FORMSDEV | s_isFormsDev | YES/NO denoting if Forms Server is enabled in this context |
TIER_NODE | s_isConc | YES/NO denoting if Concurrent Processing Server is enabled in this context |
TIER_NODEDEV | s_isConcDev | YES/NO denoting if Concurrent Processing Server is enabled in this context |
TechStack Config Option | s_techstack | This is automatically supplied to Autoconfig. Since R12 supports only the 10.1.3 techstack, this variable can take only the value 'as1013'. |
Automatic NetService Files Generation Config Option | s_tnsmode | The tnsnames.ora file is generated from the database when this option is set to 'generateTNS'. |
Applications version | s_apps_version | This stores the applications version. |
Apache mode | s_apache_mode | This variable is used to specify whether Apache should be run in the 'Normal' mode or in the 'Restricted' mode. Apache Restricted Mode is used when Oracle Applications need to be brought down for maintenance purposes. In this mode, during downtime normal users would be redirected to a standard 'downtime' URL displaying the downtime details while the privileged users like System Administrators would be able to monitor patches through OAM. This variable should be in sync with 's_restricted_mode_comment'. For running Apache in the NORMAL mode set this variable to NORMAL and 's_restricted_mode_comment' to #. For RESTRICT mode set this variable to RESTRICT and 's_restricted_mode_comment' to null value. |
IAS version | s_ias_version | This variable stores the Oracle Application Server version. |
D) Users (oa_users):
Variable Title | OA_VAR | Value |
---|---|---|
Database 'SYS' User | s_sys_user | The database 'SYS' user |
Applications 'APPS' User | s_apps_user | The applications 'APPS' user |
Applications 'APPLSYS' User | s_applsys_user | The applications 'APPLSYS' user. |
CP User | s_cp_user | This username will be used for starting and stopping the Concurrent Manager. By default, this variable is set to SYSADMIN which is the default username of the System Administrator. |
Applications 'GUEST' User | s_guest_user | The applications 'GUEST' user |
Applications 'GUEST' Password | s_guest_pass | The applications 'GUEST' password. |
Applications 'GWYUID' User | s_gwyuid_user | The applications 'GWYUID' user. |
Applications 'GWYUID' Password | s_gwyuid_pass | The applications 'GWYUID' password. |
E) Customer Info(customer_info):
Variable Title | OA_VAR | Value |
---|---|---|
Customer Metalink ID | s_metalink_id | Metalink ID of the customer |
Customer Country Code | s_country_code | This variable is used while configuring the Oracle Configuration Manager. |
F) Language Settings(nls_settings):
Variable Title | OA_VAR | Value |
---|---|---|
Default Territory | s_defterr | Defines the NLS territory which determines cultural conventions such as local time, date, numeric, and monetary conventions. By default, this value is set to 'America'. |
Base Language | s_base_lang | Base Language for the Oracle Applications System. By default, this variable is set to 'American English'. For a list of all supported languages, please refer to the Oracle Applications Installation Manual. |
Environment Languages | s_env_langs | The variable was created to contain the list of all languages supported on the particular environment. This should have includes the Base Language as well as all the Installed Languages. However, this context variable is never updated when support is added for new languages. Hence, this context variable value is not in sync with the actual list of languages supported on the R12 instance, thus leading to confusion, so the variable will be removed starting from version 120.271.12010000.18 of the file adxmlctx.tmp. For a list of all supported languages, please refer to the Oracle Applications Install Manual. |
G) Applications Configuration(oa_shared_config):
Variable Title | OA_VAR | Value |
---|---|---|
Configuration Home | s_config_home | This variable is used to specify the top level directory to which AutoConfig will instantiate the instance specific configuration files in a shared file system architecture. |
Configuration Home for APPL_TOP files | s_appl_config_home | This variable is used to specify the top level directory to which AutoConfig will instantiate the instance specific configuration files related to APPL_TOP in a shared file system architecture. |
Configuration Home for ORACLE_HOME files | s_ora_config_home | This variable is used to specify the toplevel directory to which AutoConfig will instantiate the instance specific configuration files related to ORACLE_HOME in a shared file system architecture. |
Common Log File Location | s_logs_dir | This variable is used to specify the top level directory to which the application services will write instance specific log files in a shared file system architecture. |
Common PID File Location | s_pids_dir | This variable is used to specify the top level directory to which the application services will write instance specific Process ID files in a shared file system architecture. |
H) Database Server(oa_db_server):
Variable Title | OA_VAR | Value |
---|---|---|
Database Server Host | s_dbhost | Database server host |
Fully Qualified Database Server Domain Name | s_dbdomain | Fully qualified domain name for the database server. |
Database SID | s_db_serv_sid | The SID for the database on the database server. |
Database Character Set | s_dbcset | Character set of the Applications database. |
I) Admin Server (oa_admin_server) :
Variable Title | OA_VAR | Value |
---|---|---|
Admin Server Host | s_admhost | Admin server host. |
Fully Qualified Administration Server Domain Name | s_admdomain | Fully qualified domain name for the Administrator Server. |
J) Concurrent Processing Server (oa_cp_server) :
Variable Title | OA_VAR | Value |
---|---|---|
Concurrent Processing Host | s_cphost | Concurrent processing host |
Fully Qualified Concurrent Processing Server Domain Name | s_cpdomain | Fully qualified domain name for the Concurrent Processing Server. |
AF_LD_LIBRARY_PATH | s_conc_java_ldlib | This variable is used to set the LD_LIBRARY_PATH for Java concurrent programs. |
Concurrent Processing Password Type | s_cp_password_type | The Concurrent Processing Password Type parameter indicates which username and password will be supplied by the user when Concurrent Processing is started from the command line. Allowed values are {AppsSchema, AppsUser}. |
Responsibility Application Short Name | s_cp_resp_shortname | Short name of the application for your responsibility. This name, along with your responsibility name, will be used to select a responsibility for your concurrent request to run in. By default, this variable is set to SYSADMIN which is the default responsibility application short name of the System Administrator. For Concurrent Manager Operator, default responsibility application short name is 'FND'. |
Responsibility Name | s_cp_resp_name | This name, along with your responsibility application short name, will be used to select a responsibility for your concurrent request to run in. By default, this variable is set to 'System Administrator' which is the default responsibility name of the System Administrator. For Concurrent Manager Operator, default responsibility name is 'Concurrent Manager Operator'. |
Concurrent Processing Reviver Process | s_cp_reviver | Enable/Disable Concurrent Processing Reviver Process. Concurrent Processing Reviver Process will recover the Concurrent Manager from a Network/Database failure. Allowed values are {enabled, disabled}. |
Reviver Process PID Directory Location | s_fndreviverpiddir | This variable specifies the path where ICM reviver process pid file will be created. Oracle recommends using a local disk as the PID file location because the reviver process may run when the network is down. |
K) Oracle Workflow Java Mailer (oa_workflow_server) :
Variable Title | OA_VAR | Value |
---|---|---|
Oracle Workflow Java Mailer IMAP Host | s_javamailer_imaphost | Oracle Workflow Java Mailer IMAP Host. |
Oracle Workflow Java Mailer IMAP domain | s_javamailer_imapdomainname | Oracle Workflow Java Mailer domain. |
Oracle Workflow Admin Role | s_wf_admin_role | Role name of the Oracle Workflow Administrator. |
Oracle Workflow Java Mailer IMAP ReplyTo Address | s_javamailer_reply_to | Oracle Workflow Java Mailer IMAP ReplyTo Address. |
Oracle Workflow Java Mailer IMAP User Name | s_javamailer_imap_user | Oracle Workflow Java Mailer IMAP User Name. |
Oracle Workflow Java Mailer OUTBOUND User Name | s_javamailer_outbound_user | Oracle Workflow Java Mailer User Name to Authenticate Oracle Workflow Mailer against SMTP Server |
SMTP Server Host | s_smtphost | SMTP Server Host. |
Fully Qualified Email Server Domain Name | s_smtpdomainname | Fully Qualified Domain Name for the Email Server. |
L) SMTP Server (oa_smtp_server):
Variable Title | OA_VAR | Value |
---|---|---|
SMTP Server Host | s_smtphost | SMTP Server Host |
Fully Qualified Email Server Domain Name | s_smtpdomainname | Fully Qualified Domain Name for the Email Server. |
M) Forms Server (oa_forms_server):
Variable Title | OA_VAR | Value |
---|---|---|
Forms Server Host | s_formshost | Forms Server Host |
Fully Qualified Forms Server Domain Name | s_formsdomain | Fully Qualified Domain Name for the Forms Server. |
Forms Server FND_TOP | s_formsfndtop | Location of the FND_TOP on the Forms Server |
Forms Runtime Executable Name | s_frmRuntime | Name of the Forms runtime executable. |
Forms CGI Runtime Executable Name | s_frmRunCGI | Name of the Forms CGI startup executable. |
Forms Connection Mode | s_frmConnectMode | Forms Connection Mode. Allowed Values are {socket, servlet}. By default, the value of this variable is set to 'servlet' since the servlet mode would be used by default for connecting to the Forms server. |
Forms Launcher URL Path | s_formslauncher_path | URL path used for launching Forms. This context variable is used for setting the ICX_FORMS_LAUNCHER profile. This variable should be set to 'forms/frmservlet' when using Forms Servlet mode and to 'OA_HTML/frmservlet' when using Forms Socket mode. |
Forms temporary file directory location | s_forms_tmpdir | This variable is used to set the value for forms environment variables TMPDIR (on unix)/TMP (on windows) which is the location for the temporary files generated by Forms Process. TMPDIR/TMP is set in the configuration files default.env (Forms Servlet mode) and socket.env (Forms Socket mode). |
Format for the reports job output | s_desformat | This variable sets the format for the reports job output, i.e. html/RTF/PDF. |
Maximum number of network retries after network disconnect | s_frmNetworkRetries | Number of times the client should attempt to connect to the forms server if the network is interrupted. |
Is Chronos logging Enabled | s_isChronosEnabled | Enable/Disable Chronos logging. Allowed values are {true, false}. Setting this to 'true' enables Chronos Logging and setting it to ''false' disables it. By default, this value is set to true. |
Chronos URL | s_chronosURL | If chronos logging is enabled, This value should be set to http[s]://<webCacheHost>.<webCacheDomain>:<webCachePort>/oracle_smp_chronos/oracle_smp_chronos_sdk.gif, where webCacheHost, webCacheDomain and webCachePort are respectively the hostname, domain and port of the webcache instance. |
Is EndUserMonitoring logging Enabled | s_isEndUserMonitoringEnabled | Enable/Disable EndUserMonitoring logging. Allowed values are {true, false}. Setting this to 'true' enables EndUserMonitoring Logging and setting it to 'false' disables it. No value(null value) specified for this variable will disable EndUserMonitoring logging. |
Forms runtime file directory location | s_forms_trace_dir | This variable is used to specify the location of dump files produced as a result of a crash of any of the forms runtime executables. The dump files contains diagnostic information concerning what was happening when the process crashed. |
Forms Servlet JVM Options | s_forms_jvm_options | Forms Servlet JVM Options |
Forms OC4J Options | s_forms_oc4j_options | This variable is used to specify the system properties that should be passed to the Forms OC4J on instance startup. |
Forms Heartbeat | s_forms_heartbeat | Time in minutes to wait before the heartbeat message is sent by the Forms Client to the server to keep the connection alive. |
FORMS OC4J Instance Start Parameters | s_forms_jvm_start_options | The value of this variable contains the parameters that are passed to the JVM when starting the FORMS OC4J instance. |
FORMS OC4J Instance Stop Parameters | s_forms_jvm_stop_options | The value of this variable contains the parameters that are passed to the JVM when stopping the FORMS OC4J instance. |
Maximum block time (in milliseconds) for listener servlet | s_forms_maxblocktime | Maximum block time (in milliseconds) for listener servlet |
Forms Servlet URL | s_forms_servlet_serverurl | For the Servlet mode, this variable should be set to the Forms Servlet URL. For the Forms Socket Mode, this variable should be set to null. |
Number of frmweb process | s_frmsrv_nprocs | Specifies the number of frmweb process that are invoked at Forms Server startup |
Forms Servlet Comment | s_forms_servlet_comment | Removing the # enables starting of jserv processes for the forms group |
Use session cookie | s_form_session_cookie | Depending on the value of this variable, the Forms servlet uses session cookie to maintain the state of the session. Allowed values are {true, false}. If set to 'true', the session cookie is used to maintain the state of the session, else not. |
Number of JVMs for FORMS OC4J Instance | s_forms_nprocs | Specifies the number of JVM processes serving the forms OC4J Instance. |
Forms OC4J log rotation time | s_forms_oc4j_log_rotation_time | This parameter is used to specify the time interval in seconds for rotating the Forms OC4J log files. |
Forms OC4J log rotation size | s_forms_oc4j_log_rotation_size | This variable specifies the size of the log file in Kilo Bytes when Forms OC4J will rotate its log file. The default value for this variable is set to 10000KB. |
Enable FORMS OC4J Access log | s_forms_oc4j_enable_access_log | This variable is used to enable/disable OC4J access log for FORMS application. Setting the value of this variable to 'TRUE' will enable the access log. |
Forms Tabstop | s_forms_tabstop | This variable is used in appsweb.cfg to specify the TAB stop position in multiline text fields in Forms. |
Forms version | s_forms_version | This variable is used to set the Forms version in the Reports configuration template (rwbuilder_conf_1012.tmp). The rwbuilder_conf_1012.tmp template used to have the Forms version hardcoded to '10.1.2.0.2', and this value was not managed via a context variable. As a result, whenever the Oracle Home is upgraded, the Forms version in this template has to be modified accordingly. So, this variable was introduced to maintain the version of this Oracle home. This environment variable is available for customers having version 120.271.12010000.7 or higher of the file adxmlctx.tmp. |
N) OACORE OC4J (oacore_server):
Variable Title | OA_VAR | Value |
---|---|---|
OACORE OC4J Instance Start Parameters | s_oacore_jvm_start_options | The value of this variable contains the parameters that are passed to the JVM when starting the OACORE OC4J instance. |
OACORE OC4J Options | s_oacore_oc4j_options | This variable is used to specify the system properties that should be passed to the oacore OC4J on instance startup. |
OACORE OC4J Instance Stop Parameters | s_oacore_jvm_stop_options | The value of this variable contains the parameters that are passed to the JVM when stopping the OACORE OC4J instance. |
OACORE OC4J Instance Prepend LD_LIBRARY_PATH | s_oacore_prepend_ld_lib_path | This variable is used to specify path to the libraries that need to be prepended to the existing LD_LIBRARY_PATH for the OACORE OC4J Instance. For UNIX platforms, use ':' at the end of the directory list and to separate a list of directories. For Windows platforms, use ';' at the end of the directory list and to separate a list of directories. |
Prepend OACORE OC4J Classpath | s_oacore_prepend_classpath | This variable is used to specify one or more directories that contain custom libraries to be included in the OC4J classpath before the inclusion of JAVA_TOP. |
Append OACORE OC4J Classpath | s_oacore_append_classpath | This variable is used to specify one or more directories that contain custom libraries to be included in the OC4J classpath after the inclusion of JAVA_TOP. |
OACORE OC4J Instance LD_LIBRARY_PATH | s_oacore_ld_lib_path | This variable is used to specify LD_LIBRARY_PATH for the OACORE OC4J Instance. |
Load CZ Servlet | s_load_cz_servlet | This variable is used to determine whether Oracle Configurator servlet classes defined in orion-web.xml need to be loaded when OC4J server starts. The default value is set to '1' which means that the servlet is loaded. If you wish to disable this feature set the value '-1'. |
Start Email Center Outbox Processor | s_load_emailcenter_servlet | This variable is used to determine whether the Email Center Outbox Processor is started when the OC4J server starts. The Outbox Processor is controlled via the InitializationServlet class defined in orion-web.xml. The default value is '-1', which means that the servlet is not loaded. If you wish to enable this feature set the value to '1'. |
Number of JVMs for OACORE OC4J Instance | s_oacore_nprocs | Specifies the number of JVM processes serving the oacore OC4J Instance. |
Oacore OC4J log rotation time | s_oacore_oc4j_log_rotation_time | This variable is used to set the time interval in seconds for rotating the Oacore OC4J log files. |
Oacore OC4J log rotation size | s_oacore_oc4j_log_rotation_size | This variable specifies the size of the log file in Kilo Bytes when oacore OC4J will rotate its log file. The default value for this variable is set to 10000KB. |
Enable OACORE OC4J Access log | s_oacore_oc4j_enable_access_log | This variable is used to enable/disable OC4J access log for OACORE application. Setting the value of this variable to 'TRUE' will enable the access log. |
Ignore comma in cookies named | s_ignore_comma_in_cookies_named | This variable is used to specify cookie names whose values contain a comma. Value for this context variable can be a single cookie name or list of cookie names separated by comma. This variable is used in opmn.xml as a part of OACORE JVM start parameters. |
OACORE OC4J Instance Java Compiler Options Parameters | s_oacore_javac_options | Used to pass command line options to the Java compiler. This context variable specifies platform specific java-compiler options used in server.xml via the <java-compiler> for OACORE OC4J instance. For additional information about these properties please refer to 'Oracle Containers for J2EE Configuration and Administration Guide'. |
O) Discoverer (oa_disco_server):
Variable Title | OA_VAR | Value |
---|---|---|
External Integrated Discoverer URL | s_disco_url | Set the value of this variable to the appropriate external integrated 10G Discoverer URL. An acceptable value for this parameter is a URL that includes protocol, host, domain and port. |
Discovery URL Prefix | s_disco_eul_prefix | Discovery URL prefix |
P) Metrics Server (oa_met_server):
Variable Title | OA_VAR | Value |
---|---|---|
Metrics Server Host | s_methost | Metrics server host |
Fully Qualified Metrics Server Domain Name | s_metdomain | Fully qualified domain name for the metrics server. |
Metrics Server Load Balancing Host | s_leastloadedhost | Metrics server load balancing host |
Metrics Server Error URL | s_meterrorurl | Metrics server error URL |
Q) Oracle MWA Server (oa_mwa_server):
Variable Title | OA_VAR | Value |
---|---|---|
MSCA Log Level | s_mwaLogLevel | Different log levels can be set for obtaining more debug information. |
MSCA Log Rotate | s_mwaLogRotate | Enable log rotation of files based on size (Yes/No). |
MSCA Log File Size | s_mwaLogFileSize | If log rotation is enabled, then rotation occurs when log file exceeds this size. |
MSCA Drop Connection Timeout | s_mwaDropConnectionTimeout | MSCA Server allows a client that was disconnected to reconnect within the time mentioned below in minutes. |
MSCA Stale Session Timeout | s_mwaStaleSessionTimeout | MSCA Stale Session Timeout. MSCA Server disconnects a client after the client is idle for mwa.StaleSessionTimeout minutes. |
MSCA Dispatcher Thread Count | s_mwaDispatcherThreadCount | Specify number of worker threads to start from the dispatcher process |
MSCA Dispatcher Clients Per Worker | s_mwaDispatcherClientsPerWorker | Specify number of clients that each dispatcher worker thread can handle |
MSCA Compatibility Setting for JVM | s_mwaJVMb | MSCA Compatability Setting for JVM |
MSCA LOV activation by ENTER | s_mwaActivateLOVByEnter | Used to specify whether user would like to retain old LOV behavior, i.e. LOV will be activated by ENTER or not |
Show Change Responsibility and Change Organization on submenus | s_mwaSubmenuChangeOrgResp | Specifies whether Change Responsibility and Change Organization menu items should appear on submenus; if TRUE, then these menu items will appear on the main menu and submenus; if FALSE, then these menu items will only appear on the main menu; the default value is FALSE. |
R) Oracle Web Server (oa_web_server):
Variable Title | OA_VAR | Value |
---|---|---|
Web Server Host | s_webhost | Web Server Host. |
External URL for Third Party Access to E-Business Suite | s_external_url | This is the URL that third party tools use to connect to the E-Business Suite. |
Oracle HTTP Server Directory Index Page | s_directory_index | This directive sets the list of resources to look for, when the client requests an index of the directory by specifying a / at the end of the directory name. You can specify multiple values separated by space for this variable and the server will return the first one it finds. |
Web Host entry point | s_webentryhost | The Host machine that accepts the http requests. |
Web domain entry point | s_webentrydomain | The domain of the host machine that accepts the http requests. |
Location for Lock files and pid files | s_lock_pid_dir | Location for Lock and pid files to be used for NetApp setup. |
Fully Qualified Web Server Domain Name | s_webdomain | This variable is used to set the fully qualified domain name of the web server. |
Server IP Address | s_server_ip_address | This is the IP address of the Web Host entry point (s_webentry_host) when configuring according to Oracle MetaLink Note 380490.1 or 380489.1. This value will be used by the dbc generation utility when registering this Web Host entry point with Oracle E-Business Suite. |
Oracle HTTP Server Process ID File | s_web_pid_file | Complete path to the Oracle HTTP Server Process ID File. |
URL Protocol | s_url_protocol | URL Protocol to be used. Allowed Values are {http, https}. |
Web SSL Directory | s_web_ssl_directory | Web SSL Directory. |
Local URL Protocol | s_local_url_protocol | Local URL Protocol. Allowed values {http, https}. |
Apache JServ Protocol | s_ajp_protocol | This variable is used to set the protocol for communication between Oracle HTTP Server and OC4J. The allowed values are 'ajp' and 'ajps'. The value of this variable should be set to 'ajps' to enable SSL communication between Oracle HTTP Server and OC4J. Otherwise, it should be set to 'ajp'. By default, the value is set to 'ajp'. |
Enable/Disable use of AJPS protocol at the OC4J end | s_oc4j_secure | This variable is used in OC4J's configuration files to enable or disable the use of AJPS protocol for SSL communication with Oracle HTTP Server. The allowed values are 'true' and 'false'. This variable should be set to 'true' when SSL is configured for OC4J. Otherwise, it should be set to 'false'. By default, the value is set to 'false'. |
nable/Disable use of AJPS protocol at the Oracle HTTP Server end | s_oc4j_ssl | This variable is used in the Oracle HTTP Server's configuration files to enable or disable the use of AJPS protocol for SSL communication with OC4J. The value of this variable should be set to 'on' when SSL is configured for OC4J and to 'off' when SSL is not configured for OC4J. By default, the value of this variable is set to 'off'. |
SSLCertificateChainFile | s_web_ssl_certchainfile | File of PEM-encoded Server CA Certificates. |
Name of the wallet file used by webservices | s_websrv_wallet_file | This is the name of the wallet file used by webservices. |
Enable/disable SSL terminator configuration | s_enable_sslterminator | This variable is used to enable/disable the inclusion of the configuration file used for SSL terminated environments. By default the value of this variable is set to '#' which indicates that the configuration file is not included in the server configuration. To enable, the pound sign '#' must be removed. |
Sun Plugin version | s_sun_plugin_ver | Sun Plugin Version. |
Sun Desktop Plugin Type | s_sun_plugin_type | Type of Sun desktop plug-in used for running Forms on desktop clients. By default, the plugin type is 'jdk' since only 'jdk' is supported in R12. |
Sun JDK CLSID | s_sun_clsid | Class ID for referencing the JDK. |
JInitiator version (dots) | s_jinit_ver_dot | JInitiator version(dot separated syntax) |
JInitiator version (commas) | s_jinit_ver_comma | JInitiator version (comma separated syntax) |
JInitiator CLSID | s_jinit_clsid | CLSID for referencing the JInitiator. |
Fully Qualified Proxy Server Host Name | s_proxyhost | Fully Qualified Proxy Server Host Name. |
Proxy Server Port | s_proxyport | Proxy Server Port. |
Fully Qualified Proxy Bypass Domains | s_proxybypassdomain | Fully Qualified Domains which can bypass the Proxy Server. |
List of non proxy hosts for OC4J | s_nonproxyhosts | List of hosts that should be reached directly, bypassing the proxy. This is a list of regular expressions separated by | (pipe). For example: '*', '*.domain.com', 'abc.domain.com|def.domain.com', '*.domain.com|abc.xyz.com'. Any host matching one of the specified regular expressions will be reached through a direct connection instead of through a proxy |
Nodes in cluster configuration | s_oc4j_cluster_nodes | It is a list of Servers that are participating in the cluster configuration. For example, if two node exists in the configuration, then value will be appstier1.company.com:6000,appstier2.domain.com:6000 on both the application tier servers. |
URL for Applications Portal | s_apps_portal_url | URL for Applications Portal. |
List of nodes that have access to Portlet Provider URLs | s_trusted_portals | Enter space separated values consisting of node names or fully qualified node names or IP addresses of client machines which will be allowed to access Portlet Provider URLs |
Sysadmin Mail ID | s_sysadmin_mail | Sysadmin Mail ID. |
WF:Workflow Mailer Framework Web Agent | s_wfmail_agent | This profile option specifies the host and port of the Web server that notification mailers use to generate the content for Oracle Applications Framework regions that are embedded in notifications. If this profile option is not set, notification mailers will use the same Web agent specified in the Application Framework Agent profile option. However, if necessary for load balancing purposes, you can optionally specify a different Web agent for notification mailers to use. Refer to workflow administrators guide for more information. Please note that this profile option can be updated only at the SITE level. |
Cookie Domain | s_cookie_domain | Specific Domain to which the Cookies will be accesible. |
Session toplevel domain comment | s_topleveldomain_comment | Users of Oracle Portal should uncomment this variable. |
IANA Characterset | s_iana_cset | IANA Characterset used by Oracle HTTP Web Server. |
Login Page URL | s_login_page | URL to the Login Page. |
Oracle HTTP Server Listen Parameter | s_http_listen_parameter | This variable is used to set the Oracle HTTP Server Listen Directive in httpd.conf. The default value for this variable is set to the value of the context variable %s_webport% which means that all network interfaces configured on the web server machine will listen on this port. If there is a requirement that only one network interface should listen on the specified port then the value of this variable should be changed to IP:port combination or the value of s_webhost.s_webdomain:port |
Oracle HTTPS Server Listen Parameter | s_https_listen_parameter | This variable is used to set the Oracle HTTPS Server Listen Directive in ssl.conf. The default value for this variable is set to the value of the context variable %s_webssl_port% which means that all network interfaces configured on the web server machine will listen on this port. If there is a requirement that only one network interface should listen on the specified port then the value of this variable should be changed to IP:port combination or the value of webhost.webdomain:port |
HTTP Server core file location | s_core_dest | Location where the HTTP Server can dump the core file. |
Maximum Number of clients that can connect | s_maxclients | This directive sets the limit on the number of Simultaneous HTTP requests that can be supported. The maximum allowed value for MaxClients is 8192. |
Enable Keep-Alive connections | s_keepalive (Not Applicable to 12.2) | The persistent connection feature of HTTP/1.1 to provide long-lived HTTP sessions which allow multiple requests to be sent over the same TCP connection. |
OHS timeout | s_keepalive_timeout (Not Applicable to 12.2) | This directive sets the number of seconds OHS will wait for a subsequent request before closing the connection. |
Number of requests that an individual http process will handl | s_maxrequests_perchild | This directive sets the number of requests that an individual http child server process would handle. The maximum allowed value for this variable depends on the capacity of the system and also on the number of simultaneous users. By default, the value of this variable is set to '0'. |
Number of http requests allowed per connection | s_maxkeepalive_requests | This directive sets the number of http requests allowed per connection when KeepAlive directive is set to ON. The maximum allowed value for this variable depends on the capacity of the system and also on the number of simultaneous users. By default, this is set to '0'. |
Number of minimum idle http server processes | s_minspare_servers | This directive sets the desired minimum number of idle http server processes. |
Number of maximum idle http server processes | s_maxspare_servers | This directive sets the desired maximum number of idle http server processes. |
Number of Oracle HTTP Server child processes created on startup | s_startServers | Sets the value of the Oracle HTTP (Apache) server directive 'StartServers' in httpd.conf. StartServers directive sets the number of child server processes created on startup. As the number of processes is dynamically controlled depending on the load, there is usually little reason to adjust this parameter. For more details, please refer to http://download.oracle.com/docs/cd/B15904_01/web.1012/q20206/mod/mpm_common.html#startservers |
Oracle HTTP Server Limit Request Field Size | s_limitrequestfieldsize | The LimitRequestFieldSize directive allows the server administrator to reduce or increase the limit on the allowed size of an HTTP request header field. A server needs this value to be large enough to hold any one header field from a normal client request |
Oracle HTTP Server Limit Request Field | s_limitrequestfields | The LimitRequestFields directive allows the server administrator to modify the limit on the number of request header fields allowed in an HTTP request. A server needs this value to be larger than the number of fields that a normal client request might include. The number of request header fields used by a client rarely exceeds 20, but this may vary among different client implementations, often depending upon the extent to which a user has configured their browser to support detailed content negotiation |
Oracle HTTP Server Limit Request Body | s_limitrequestbody | The LimitRequestBody directive allows the user to set a limit on the allowed size of an HTTP request message body within the context in which the directive is given (server, per-directory, per-file or per-location). If the client request exceeds that limit, the server will return an error response instead of servicing the request. The size of a normal request message body will vary greatly depending on the nature of the resource and the methods allowed on that resource |
Oracle HTTP Server Limit Request Line | s_limitrequestline | The LimitRequestLine directive allows the server administrator to reduce the limit on the allowed size of a client's HTTP request-line below the normal input buffer size compiled with the server. Since the request-line consists of the HTTP method, URI, and protocol version, the LimitRequestLine directive places a restriction on the length of a request-URI allowed for a request on the server. A server needs this value to be large enough to hold any of its resource names, including any information that might be passed in the query part of a GET request |
Help Web Agent | s_help_web_agent | If HELP_WEB_AGENT profile is set, the value is used for the construction of all Help related URLs. This allows multiple application installations to share a common help system. Optional override. |
Custom SQL location | s_customsql_path | Custom SQL reports feature within OAM lets users generate HTML and text reports based on the SQL scripts they register. |
Applications Session Timeout | s_sesstimeout | Sets the value of EBS profile option ICX_SESSION_TIMEOUT via afwebprf.sql. The value of s_sesstimeout is specified in milliseconds, but the value of the profile option ICX_SESSION_TIMEOUT is set in minutes. The ICX: Session Timeout profile sets the maximum number of minutes to wait before invalidating an idle ICX Session. |
OC4J Session Timeout | s_oc4j_sesstimeout (Removed in 12.2 per Note 2126064.1) | Defines OC4J's servlet session timeout in minutes. It is specified in orion-web.xml of all the web modules deployed under each OC4J instances. A negative value indicates no timeout. A value of 0 results in an immediate timeout. Default value is 30 minutes. The value for the OC4J session timeout should be equivalent to or higher than the Applications session timeout (s_sesstimeout). For more details, please refer to http://download.oracle.com/docs/cd/B25221_04/web.1013/b14426/sessions.htm |
JInitiator Progress Dialog | s_java_showprogress | Feature to show the progress of downloading of JInitiator JAR files. |
Ohs log rotation time | s_ohs_log_rotation_time | This variable specifies the Hour of day when opmn process will rotate its log file. By default, this is set to '0' which means that the log will be rotated exactly at midnight. |
Opmn log rotation time | s_opmn_log_rotation_time | This variable specifies the Hour of day when opmn process will rotate its log file. By default, this is set to '0' which means that the log will be rotated exactly at midnight. |
Opmn log rotation size | s_opmn_log_rotation_size | This variable specifies the size of the log file in Kilo Bytes when opmn will rotate its log file. The default value for this variable is set to 1500000 KB |
Load AppsWSProvider Servlet | s_load_appswsprovider_servlet | This variable is used to enable/disable loading of the AppsWSProvider servlet when oc4j starts up. To enable loading of the servlet, the value of the context variable must be set to '1'. To disable loading of the servlet, the value must be set to '-1'. By default, the default value of the variable is set to '-1'. |
Load AppSearch Servlet | s_load_appsearch_servlet | This variable is used to enable/disable loading of the AppSearch servlet when oc4j starts up. To enable loading of the servlet, the value of the context variable must be set to '1'. To disable loading of the servlet, the value must be set to '-1'. By default, the value of the variable is set to '-1'. |
Load AppSearchMeta Servlet | s_load_appsearchmeta_servlet | The AppSearchMeta servlet is used as part of Secure Entreprise Search to enable the communication between the Search Modeler and E-Business Suite. This variable is used to enable/disable loading of the AppSearchMeta servlet when oc4j starts up. To enable loading of the servlet, the value of the context variable must be set to '1'. To disable loading of the servlet, the value must be set to '-1'. By default, the value of the variable is set to '-1'. |
Load MapViewer Servlet | s_load_mapviewer_servlet | This variable is used to enable/disable loading of the MapViewer servlet when oc4j starts up. To enable loading of the servlet, the value of the context variable must be set to '1'. To disable loading of the servlet, the value must be set to '-1'. By default, the value of the variable is set to '-1'. |
Load SOA Provider Servlet | s_load_soaprovider_servlet | This variable is used to enable/disable loading of the SOA Provider servlet when oc4j starts up. To enable loading of the servlet, the value of the context variable must be set to '1'. To disable loading of the servlet, the value must be set to '-1'. By default, the value of the variable is set to '-1'. |
Load OXTA Servlet | s_load_oxta_servlet | This variable is used to enable/disable loading of the Oracle XML Transport Agent servlet when oc4j starts up. To enable loading of this servlet, set this variable to '1'. To disable loading of this servlet, set this variable to '-1'. By default, the value is set to '1' |
Oracle SOA Provider User Nam | s_soaprovider_user | This variable is used to set the Oracle SOA Provider User Name for establishing Database connections. |
Connection pool size for OXTA servlets | s_oxtainpool_size | Size of the connection pool the OXTA servlets will get connection from when serving incoming requests. Setting this to a very high value would result in performance degradation while setting to very low values may result in the OXTA requests to wait longer for getting a connection. By default, its value is '1'. |
JDBC driver file name | s_txk_jdbc_zip | JDBC driver name. |
JDBC NLS character set library name | s_txk_jdbc_nls | The JDBC thin driver uses this library to convert between different character sets. The context value management system automatically maintains this variable and it should not be manually modified. Java 1.4 uses nlscharset12.zip, Java 1.5 and Java 1.6 use orai18n.zip. |
Long Running JVM | s_long_running_jvm | Indicates that JVM is expected to have a long lifespan if this value is true. Note: The Java caching infrastructure CANNOT be disabled. The only effect that changing this property has is that it signals the entire infrastructure to work in STANDALONE MODE as opposed to DISTRIBUTED MODE, which is the default and recommended setting. This setting is appropriate ONLY for short lived JVMs, for example, standalone Java concurrent programs. The side effect that results from such a configuration is that there will be no invalidation events triggered between the JVMs available in the system. This can lead to “dirty” reads, such as obtaining an “old” value for an entity, and may lead to unexpected issues such as corrupted data as discusssed in the following document: Oracle Applications Java Caching Framework Developer's Guide Release 11i (11.5.10) (Doc ID 275879.1) The Caching Framework should be running in the distributed mode. This is the default configuration of the Caching Framework. The -DLONG_RUNNING_JVM=true is set and it ensures that the Caching Framework runs in distributed mode. For backward compatibility the same can be ensured by setting -DCACHEMODE=DISTRIBUTED. |
XML Parser Path | s_xmlparser | Complete path to the Oracle XML Parser java archive file. |
Maximum jdbc pool size | s_fnd_max_jdbc_connections | fnd_max_jdbc_connections is the maximum jdbc pool size. This is the sum of the number of available connections and the number of locked connections. |
FND JDBC Statement Cache Size | s_fnd_jdbc_stmt_cache_size | This parameter controls how many parsed SQL statements are retained in the JDBC cache. Re-execution of statements stored in the JDBC statement cache will not require a reparse operation and will therefore be highly optimized. It should not be increased to an extreme value because maintaining this cache takes up memory in the JVM. We would recommend a value between 200 and 400. |
DBC File Name | s_dbc_file_name | This variable sets the value for the DBC file name. Make sure that you enter the file name without the extension. |
Apps JDBC URL | s_apps_jdbc_connect_descriptor | Configure this variable only when you have an Oracle RAC Database instance. Please see Note 388577.1 for more information on RAC and discussion of the value for this variable. |
Enable or disable the generation of the applications jdbc connect descriptor | s_jdbc_connect_descriptor_generation | The value of this variable determines whether the jdbc connect descriptor is regenerated and the value of the context variable s_apps_jdbc_connect_descriptor is updated. Acceptable values for this context variable are true (default) or false. Set this value to false when using a custom apps jdbc connect descriptor. |
Apps JDBC Connect Alias | s_apps_jdbc_connect_alias | Configure this variable only when you have an Oracle RAC Database instance. This variable can have a value of either a load balanced connect descriptor or an instance specific connect descriptor. Please see Note 388577.1 for more information. |
Application Server Security Authentication | s_appserverid_authentication | Application Server Security Authentication can take one of the following values {ON, OFF, SECURE}. OFF - Server security is not checked. Any application server machine can access the database. ON - Some level of trust is required to access the database. Either the Application Server is registered with the database or the module and version ID are known to be trusted. SECURE - Full trust is required for access to the database. Only registered Application Server machines and trusted code modules may connect. |
Web entry protocol | s_webentryurlprotocol | This parameter is used to set the web entry url protocol. Acceptable values for this parameter are http or https. |
Apache OptionsLink Directive | s_options_symlinks | !CAUTION! Oracle recommends not to change the default value of this parameter. If you change the default value then you will expose yourself to security vulnerability and performance degradation of your site. |
Session Check Frequency | s_sessionCheck_frequency | Time interval in milli seconds before checking for invalid sessions in a Servlet zone. |
Oracle HTTP Server Timeout | s_ohstimeout | This parameter stands for the amount of time (in seconds) the Oracle HTTP Server will wait for certain events(GET,POST,PUT etc) before failing a request |
Apache Log Level | s_apache_loglevel | Possible values include: debug, info, notice, warn, error, crit, alert, emerg. |
SSL Log Level | s_ssl_loglevel | This context variable is used to set the SSL Log Level. Possible values for this context variable are: none, error, warn, info, trace and debug. By default, the value is set to 'warn'. |
Oracle HTTP Server Administrator e-mail address | s_ohs_serveradmin | This is the email address that the server includes in any error messages sent to the client. |
Property dontChunkRequests for HTTPClient.jar | s_httpclient_dontChunkRequests | Indicates the dontChunkRequests property value for HTTPClient.jar. Possible values are true and false. |
Number of outbound threads | s_outbound_threads | Number of OXTA threads to be used for simultaneous outbound message sending. Setting this to a very high value would result in performance degradation while setting to very low values may result in the OXTA requests to wait longer for getting a connection. By default, the value of this variable is set to '1'. |
OXTAOutUseProxy | s_oxta_proxy | If this property is set to true, the proxy specified by OXTAOutProxyHost and OXTAOutProxyPort is used to send messages to the destination |
OXTAOutProxyHost | s_oxta_proxyhost | Fully Qualified proxy server hostname for the Oracle XML Transport Agent (OXTA). |
OXTAOutProxyPort | s_oxta_proxyport | Proxy port for the Oracle XML Transport Agent (OXTA). |
TrustStoreType | s_ssl_truststoretype | The keystore file type of the key material used for the trust manager. |
KeyStoreType | s_ssl_keystoretype | The keystore file type of the key material used for the key manager. |
TrustStore | s_ssl_truststore | Location of the key material for the trust manager. |
KeyStore | s_ssl_keystore | Location of the key material for the key manager. |
TrustManagerAlgorithm | s_ssl_trustmanageralgorithm | Default trust manager factory algorithm name as specified in the Java security properties. If no such property exists, this variable stores an implementation-specific default. |
KeyManagerAlgorithm | s_ssl_keymanageralgorithm | Default key manager factory algorithm name specified in the Java security properties. If no such property exists, this variable stores an implementation-specific default. |
Optimizer Home | s_optit_home | This variable is used to specify the location of the optimizer suite home. |
Parameter to enable/disable URL Firewall | s_enable_urlfirewall | This variable is used to enable or disable the URL Firewall required for DMZ configurations. By default the value of this variable is set to '#' which indicates that the URL firewall is disabled. To enable the URL firewall, the pound sign '#' must be removed. |
List of nodes that have access to Oracle HTTP Server administration pages | s_admin_ui_access_nodes | This variable is used to set the list of machines that are allowed to access the administration pages. Enter space separated values consisting of node names or fully qualified node names or IP addresses of client machines which will be allowed to access the administration pages. |
Minimum buffer size maintained by the pool | s_fnd_jdbc_buffermin | This is the minimum buffer size that should be maintained by the applications database connection pool. Acceptable values are positive integers less than integer:MAX |
Maximum buffer size maintained by the poo | s_fnd_jdbc_buffermax | This is the maximum buffer size that should be maintained by the applications database connection pool.Acceptable values are positive integers less than integer:MAX |
Time interval to check the buffer size | s_fnd_jdbc_buffer_decay_interval | This is the time interval in seconds the maintenance thread checks the buffer size .Acceptable values are positive integers less than integer:MAX |
Maximum number of available objects that should be removed in a thread cycle | s_fnd_jdbc_buffer_decay_size | This is the maximum number of connections that will be removed during any one thread cycle .Acceptable values are positive integers less than integer:MAX |
Enable/Disable pl/sql query | s_fnd_jdbc_usable_check | This variable indicates whether a simple pl/sql query should be performed to check whether the connection is usable before giving a connection to the client. Acceptable values are true or false |
Enable/Disable AOL security context and NLS state check | s_fnd_jdbc_context_check | This variable indicates whether the AOL security context and NLS state should be obtained from the database server session instead of the java client when the connection is returned to the pool. Acceptable values are true or false |
Free pl/sql state | s_fnd_jdbc_plsql_reset | This variable indicates whether the pl/sql state should be freed before the applications database connection pool gives the connection to the client. |
JDBC process escape | s_jdbc_proc_esc | This variable is used to enable or disable JDBC escape processing mechanism. Changing this parameter value has performance implications. |
Maximum capacity of JDBC Cached Buffer Size | s_jdbc_max_cached_buffersize | This variable is used in the DBC file to set the maximum capacity of JDBC cached buffer. A buffer whose capacity is bigger than this value is not pooled. Changing the value of this variable has performance implications. |
Custom DBC Parameters | s_custom_dbc_params | This variable holds a space separated custom dbc parameter list of name value pairs. For example: param1=value1 param2=value2 param3=value3 (No quotes around the parameters). These values will be seeded in to the dbc file during AutoConfig execution. |
S) OAFM OC4J (oafm_server):
Variable Title | OA_VAR | Title |
---|---|---|
OAFM OC4J Instance Start Parameters | s_oafm_jvm_start_options | The value of this variable contains the parameters that are passed to the JVM when starting the OAFM OC4J instance. |
OAFM OC4J Options | s_oafm_oc4j_options | This variable is used to specify the system properties that should be passed to the OAFM OC4J on instance startup. |
OAFM OC4J Instance Stop Parameters | s_oafm_jvm_stop_options | The value of this variable contains the parameters that are passed to the JVM when stopping the OAFM OC4J instance. |
Number of JVMs for OAFM OC4J Instance | s_oafm_nprocs | This specifies the number of JVM processes serving the OAFM OC4J Instance. |
Enable OAFM OC4J Access log | s_oafm_oc4j_enable_access_log | This context variable is used to enable/disable OC4J access log for OAFM and MapViewer application. Setting the value to 'TRUE' will enable the access log. |
T) Forms c4ws Server (forms-c4ws_server):
Variable Title | OA_VAR | Value |
---|---|---|
FORMS-C4WS OC4J Instance Start Parameters | s_forms-c4ws_jvm_start_options | OC4J requires that some java-options be passed to start and stop commands. These options are derived internally by OPMN, are not defined in opmn.xml configuration, and cannot be overridden. This context variable specifies ADDITIONAL java-options used in opmn.xml via the <module-data> for FORMS-C4WS OC4J instance startup. These java-options include JVM parameters and system properties for OC4J. For additional information about these properties please refer to 'Oracle Containers for J2EE Configuration and Administration Guide'. More details on JVM parameters can be found at http://blogs.sun.com/watt/resource/jvm-options-list.html and http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp |
FORMS-C4WS OC4J Options | s_forms-c4ws_oc4j_options | Sets the FORMS-C4WS OC4J runtime options in opmn.xml. OC4J processes require that these options be passed in as part of the start or stop commands. These options cannot be overridden. For more details, please refer to http://download.oracle.com/docs/cd/B25221_04/core.1013/b15976/oc4j.htm#i1019859 |
FORMS-C4WS OC4J Instance Stop Parameters | s_forms-c4ws_jvm_stop_options | OC4J requires that some java-options be passed to start and stop commands. These options are derived internally by OPMN, are not defined in opmn.xml configuration, and cannot be overridden. This context variable specifies ADDITIONAL java-options used in opmn.xml via the <module-data> for FORMS-C4WS OC4J instance shutdown. These java-options include JVM parameters and system properties for OC4J. For additional information about these properties refer to 'Oracle Containers for J2EE Configuration and Administration Guide'. More details on JVM parameters can be found at http://blogs.sun.com/watt/resource/jvm-options-list.html and http://java.sun.com/javase/technologies/hotspot/vmoptions.jsp |
Number of JVMs for FORMS-C4WS OC4J Instance | s_forms-c4ws_nprocs | Specifies the number of java processes OPMN starts for FORMS-C4WS OC4J instance. It is used to set the numprocs parameter of <process-set> tag in opmn.xml. Refer to http://download.oracle.com/docs/cd/B25221_04/core.1013/b15976/common.htm for more details. |
Enable FORMS-C4WS OC4J Access log | s_forms-c4ws_oc4j_enable_access_log | This context variable is used to enable/disable OC4J access log for FORMS-C4WS application. Setting the value of this variable to 'TRUE' will enable the access log. |
X11 Display for FORMS-C4WS OC4J Service Instance | s_forms-c4ws_display | Used by the FORMS-C4WS OC4J Service Instance, this display must always be accessible during runtime. Should be set to an active and authorized X Windows display, and should point to a machine that is always available to the Applications instance. |
Enable headless operation for Java, for FORMS-C4WS OC4J Service Instance | s_forms-c4ws_java_awt_headless | 'Headless' operation refers to the ability to run a Java program without a monitor, mouse or keyboard. In UNIX environments, it usually means that X or an equivalent windowing system does not have to be present. Headless Java operation would mean that a server side Java program should be able to use the full J2SE or J2EE API without a GUI environment being present. This means that all AWT calls to manipulate components, graphics, fonts, printing etc. should be functional. Set this value to true to enable headless operation or set it to false (default value) to disable it. |
U) Oracle Fulfillment Server (jtff_server):
Variable Title | OA_VAR | Value |
---|---|---|
Oracle Fulfillment Server Instance Id | s_ServerInstanceID | Identifies the One-to-One Fulfillment Server instance that gets started when jtffmctl.sh is run. |
Oracle Fulfillment Maximum Number of Threads | s_MaxBatchThreads | Specifies the maximum number of threads on the One-to-One Fulfillment Server that gets started when jtffmctl.sh is run. |
Oracle Fulfillment Turnoff Low Priority Monitors | s_TurnOffLowPriorityMonitor | Specifies that the monitors of low priority be turned off on the One-to-One Fulfillment Server instance that gets started when jtffmctl.sh is run. |
Oracle Fulfillment Server Debug String | s_jto_debug_string | A comma-separated list indicating the items for which to log debug information for the Oracle Fulfillment Server. |
Oracle Fulfillment Server Log Level | s_jto_log_level | Logging level for the Oracle Fulfillment Server. For each number specified from 1-n, the server will write an extra layer of chained exception traces to the error log. The exceptions are chained together so that the source of the errors as they occur can be traced. |
Oracle Fulfillment Server RightFax Fax Enabler | s_jto_fax_enabler | Indicates the Java class that the Fulfillment Server is to use for sending faxes. This class must implement the oracle.apps.jtf.fm.engine.disp.FaxEnabler interface to be used as a fax enabler. |
Oracle Fulfillment Server RightFax Print Enabler | s_jto_print_enabler | This flag indicates the Java class that the Fulfillment Server is to use for sending print jobs to the printer. This class must implement the oracle.apps.jtf.fm.engine.disp.PrintEnabler interface to be used as a print enabler. |
Oracle Fulfillment Server RightFax zip Location | s_jto_rfjava_loc | RFJavaInt.zip is the zip file containing the Java integration classes provided by RightFax upon installation. That file should be included the classpath of the Fulfillment Server in order to successfully dispatch fax or print requests through RightFax. |
JSP cache directory | s_jsp_cache_dir | This variable is used to set the .jsp cache directory. Please refer to JSP Developer's guide for more information on the usage of this variable. |
Parameter to enable JSR-45 debugging support | s_jsp_jsr45_dbg | This variable is used to enable JSR-45 debugging support. Valid settings are file: to generate an SMAP file, class: to embed debugging info in the generated class, none: to generate no debugging information. Please refer to JSP Developer's guide for more information on the usage of these variables. |
Parameter to enable printing of stack trace | s_jsp_dbg_mode | This variable is used to enable printing the stack trace when certain runtime execeptions occur. Valid settings are true: to generate a stack trace, false: to turn off printing of the stack trace. Please refer to JSP Developer's guide for more information on the usage of these variables. |
Whether JSP-generated classes are automatically reloaded | s_jsp_main_mode | This variable is used to specify whether JSP-generated classes are automatically reloaded or JSP pages are automatically retranslated when JSP changes are made. Valid settings are recompile: container will check the timestamp of the jsp page since the last load, reload: container will check the timestamp of classes generated by the jsp translator, justrun: container will not perform any timestamp checking. Please refer to JSP Developer's guide for more information on the usage of these variables. |
Oracle Fulfillment Server Enabler Classpath | s_jto_enabler_classpath | A classpath that specifies the location of custom enabler code (if present) |
Oracle Fulfillment Server Log Warning Flag | s_jto_show_warnings | By default, warnings do not show up in the error log. If this flag is not set, then the first time a warning appears a single message shows up in the events log signifying that a warning had been issued. The default is 'false'. |
Oracle Fulfillment Server Id | s_jto_server_id | Identifies the One-to-One Fulfillment Server that gets started when jtffmctl.sh is run. |
Classpath to be used by the Oracle Fulfillment Server | s_jto_classpath | Classpath to be used by the Oracle Fulfillment Server |
V) Connection Manager Server (oa_cman_server):
Variable Title | OA_VAR | Value |
---|---|---|
Oracle Connection Manager Host | s_cmanhost | Oracle Connection Manager Host |
Oracle Connection Manager Domain Name | s_cmandomain | Fully Qualified Domain Name for the Oracle Connection Manager host |
REFERENCES
NOTE:2126064.1 - How to Change User Session Timeout In E-Business Suite R12.2
NOTE:745580.1 - How To Apply Patches On Shared Application Tier File System Environment
No comments:
Post a Comment