Monday, November 18, 2019

How To Access Forms Directly In Oracle Applications R12 (Doc ID 552301.1)

APPLIES TO:

Oracle E-Business Suite Technology Stack - Version 12.0 to 12.1.3 [Release 12.0 to 12.1]
Information in this document applies to any platform.

GOAL

By default in Oracle Applications R12, users are not able to access Forms directly via the following url:

http://hostname.domain:port/forms/frmservlet

The following error would pop out:
APP-FND-01542: This Applications Server is not authorized to access this database.


The goal of this document is to allow users access to the Oracle Applications R12 directly via Forms especially in cases where access to the following url is not available:

http://hostname.domain:port/OA_HTML/AppsLogin
NOTE: Accessing Forms directly is not supported and should only be used for diagnostic and troubleshooting purposes.

SOLUTION

1. Edit $CONTEXT_FILE which is located in $INST_TOP/appl/admin

2. Change

<appserverid_authentication oa_var="s_appserverid_authentication">SECURE</appserverid_authentication>

to

<appserverid_authentication oa_var="s_appserverid_authentication">OFF</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.


3. Run $INST_TOP/admin/scripts/adautocfg.sh to instantiate the changes

4. Users are now able to access Forms directly.

Friday, November 8, 2019

R12 E-Business Suite Applications Technology Stack - Autoconfig Context File Entries Including OA_VAR, Variable Name, And Defined Values (Doc ID 458282.1)

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 TitleOA_VARValue
Context Names_contextnameName 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 TitleOA_VARValue
System Names_systemnameName of the Oracle Applications system which this context points to.
Database SIDs_dbSidDatabase SID for the system.
Database Names_dbGlnamGlobal 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 Cases_dbSidLowerDatabase SID in lower case for the system.



C) System Configurations (oa_system_config) :
Variable TitleOA_VARValue
Apps Environment Names_appsEnvNameName of the Applications Environment.
TIER_DBs_isDBYES/NO, denoting if Database Server is enabled in this context.
TIER_ADMINs_isAdminYES/NO denoting if Admin Server is enabled in this context
TIER_WEBs_isWebYES/NO denoting if Web Server is enabled in this context
TIER_FORMSs_isFormsYES/NO denoting if Forms Server is enabled in this context
TIER_FORMSDEVs_isFormsDevYES/NO denoting if Forms Server is enabled in this context
TIER_NODEs_isConcYES/NO denoting if Concurrent Processing Server is enabled in this context
TIER_NODEDEVs_isConcDevYES/NO denoting if Concurrent Processing Server is enabled in this context
TechStack Config Options_techstackThis 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 Options_tnsmodeThe tnsnames.ora file is generated from the database when this option is set to 'generateTNS'.
Applications versions_apps_versionThis stores the applications version.
Apache modes_apache_modeThis 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 versions_ias_versionThis variable stores the Oracle Application Server version.



D) Users (oa_users):

Variable TitleOA_VARValue
Database 'SYS' Users_sys_userThe database 'SYS' user
Applications 'APPS' Users_apps_userThe applications 'APPS' user
Applications 'APPLSYS' Users_applsys_userThe applications 'APPLSYS' user.
CP Users_cp_userThis 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' Users_guest_userThe applications 'GUEST' user
Applications 'GUEST' Passwords_guest_passThe applications 'GUEST' password.
Applications 'GWYUID' Users_gwyuid_userThe applications 'GWYUID' user.
Applications 'GWYUID' Passwords_gwyuid_passThe applications 'GWYUID' password.


E) Customer Info(customer_info):
Variable TitleOA_VARValue
Customer Metalink IDs_metalink_idMetalink ID of the customer
Customer Country Codes_country_codeThis variable is used while configuring the
Oracle Configuration Manager.



F) Language Settings(nls_settings):
Variable TitleOA_VARValue
Default Territorys_defterrDefines 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 Languages_base_langBase 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 Languagess_env_langsThe 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 TitleOA_VARValue
Configuration Homes_config_homeThis 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 filess_appl_config_homeThis 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 filess_ora_config_homeThis 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 Locations_logs_dirThis 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 Locations_pids_dirThis 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 TitleOA_VARValue
Database Server Hosts_dbhostDatabase server host
Fully Qualified Database Server Domain Names_dbdomainFully qualified domain name for the database server.
Database SIDs_db_serv_sidThe SID for the database on the database server.
Database Character Sets_dbcsetCharacter set of the Applications database.



I) Admin Server (oa_admin_server) :
Variable TitleOA_VARValue
Admin Server Hosts_admhostAdmin server host.
Fully Qualified Administration Server Domain Names_admdomainFully qualified domain name for the Administrator Server.



J) Concurrent Processing Server (oa_cp_server) :
Variable TitleOA_VARValue
Concurrent Processing Hosts_cphostConcurrent processing host
Fully Qualified Concurrent Processing Server Domain Names_cpdomainFully qualified domain name for the Concurrent Processing Server.
AF_LD_LIBRARY_PATHs_conc_java_ldlibThis variable is used to set the LD_LIBRARY_PATH for Java concurrent programs.
Concurrent Processing Password Types_cp_password_typeThe 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 Names_cp_resp_shortnameShort 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 Names_cp_resp_nameThis 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 Processs_cp_reviverEnable/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 Locations_fndreviverpiddirThis 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 TitleOA_VARValue
Oracle Workflow Java Mailer IMAP Hosts_javamailer_imaphostOracle Workflow Java Mailer IMAP Host.
Oracle Workflow Java Mailer IMAP domains_javamailer_imapdomainnameOracle Workflow Java Mailer domain.
Oracle Workflow Admin Roles_wf_admin_roleRole name of the Oracle Workflow Administrator.
Oracle Workflow Java Mailer IMAP ReplyTo Addresss_javamailer_reply_toOracle Workflow Java Mailer IMAP ReplyTo Address.
Oracle Workflow Java Mailer IMAP User Names_javamailer_imap_userOracle Workflow Java Mailer IMAP User Name.
Oracle Workflow Java Mailer OUTBOUND User Names_javamailer_outbound_userOracle Workflow Java Mailer User Name to Authenticate Oracle Workflow Mailer against SMTP Server
SMTP Server Hosts_smtphostSMTP Server Host.
Fully Qualified Email Server Domain Names_smtpdomainnameFully Qualified Domain Name for the Email Server.



L) SMTP Server (oa_smtp_server):
Variable TitleOA_VARValue
SMTP Server Hosts_smtphostSMTP Server Host
Fully Qualified Email Server Domain Names_smtpdomainnameFully Qualified Domain Name for the Email Server.



M) Forms Server (oa_forms_server):
Variable TitleOA_VARValue
Forms Server Hosts_formshostForms Server Host
Fully Qualified Forms Server Domain Names_formsdomainFully Qualified Domain Name for the Forms Server.
Forms Server FND_TOPs_formsfndtopLocation of the FND_TOP on the Forms Server
Forms Runtime Executable Names_frmRuntimeName of the Forms runtime executable.
Forms CGI Runtime Executable Names_frmRunCGIName of the Forms CGI startup executable.
Forms Connection Modes_frmConnectModeForms 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 Paths_formslauncher_pathURL 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 locations_forms_tmpdirThis 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 outputs_desformatThis variable sets the format for the reports job output, i.e. html/RTF/PDF.
Maximum number of network retries after network disconnects_frmNetworkRetriesNumber of times the client should attempt to connect to the forms server if the network is interrupted.
Is Chronos logging Enableds_isChronosEnabledEnable/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 URLs_chronosURLIf chronos logging is enabled, This value should be set to http[s]://&lt;webCacheHost&gt;.&lt;webCacheDomain&gt;:&lt;webCachePort&gt;/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 Enableds_isEndUserMonitoringEnabledEnable/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 locations_forms_trace_dirThis 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 Optionss_forms_jvm_optionsForms Servlet JVM Options
Forms OC4J Optionss_forms_oc4j_optionsThis variable is used to specify the system properties that should be passed to the Forms OC4J on instance startup.
Forms Heartbeats_forms_heartbeatTime 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 Parameterss_forms_jvm_start_optionsThe value of this variable contains the parameters that are passed to the JVM when starting the FORMS OC4J instance.
FORMS OC4J Instance Stop Parameterss_forms_jvm_stop_optionsThe 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 servlets_forms_maxblocktimeMaximum block time (in milliseconds) for listener servlet
Forms Servlet URLs_forms_servlet_serverurlFor 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 processs_frmsrv_nprocsSpecifies the number of frmweb process that are invoked at Forms Server startup
Forms Servlet Comments_forms_servlet_commentRemoving the # enables starting of jserv processes for the forms group
Use session cookies_form_session_cookieDepending 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 Instances_forms_nprocsSpecifies the number of JVM processes serving the forms OC4J Instance.
Forms OC4J log rotation times_forms_oc4j_log_rotation_timeThis parameter is used to specify the time interval in seconds for rotating the Forms OC4J log files.
Forms OC4J log rotation sizes_forms_oc4j_log_rotation_sizeThis 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 logs_forms_oc4j_enable_access_logThis 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 Tabstops_forms_tabstopThis variable is used in appsweb.cfg to specify the TAB stop position in multiline text fields in Forms.
Forms versions_forms_versionThis 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 TitleOA_VARValue
OACORE OC4J Instance Start Parameterss_oacore_jvm_start_optionsThe value of this variable contains the parameters that are passed to the JVM when starting the OACORE OC4J instance.
OACORE OC4J Optionss_oacore_oc4j_optionsThis variable is used to specify the system properties that should be passed to the oacore OC4J on instance startup.
OACORE OC4J Instance Stop Parameterss_oacore_jvm_stop_optionsThe 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_PATHs_oacore_prepend_ld_lib_pathThis 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 Classpaths_oacore_prepend_classpathThis 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 Classpaths_oacore_append_classpathThis 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_PATHs_oacore_ld_lib_pathThis variable is used to specify LD_LIBRARY_PATH for the OACORE OC4J Instance.
Load CZ Servlets_load_cz_servletThis 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 Processors_load_emailcenter_servletThis 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 Instances_oacore_nprocsSpecifies the number of JVM processes serving the oacore OC4J Instance.
Oacore OC4J log rotation times_oacore_oc4j_log_rotation_timeThis variable is used to set the time interval in seconds for rotating the Oacore OC4J log files.
Oacore OC4J log rotation sizes_oacore_oc4j_log_rotation_sizeThis 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 logs_oacore_oc4j_enable_access_logThis 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 nameds_ignore_comma_in_cookies_namedThis 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 Parameterss_oacore_javac_optionsUsed to pass command line options to the Java compiler. This context variable specifies platform specific java-compiler options used in server.xml via the &lt;java-compiler&gt; 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 TitleOA_VARValue
External Integrated Discoverer URLs_disco_urlSet 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 Prefixs_disco_eul_prefixDiscovery URL prefix



P) Metrics Server (oa_met_server):
Variable TitleOA_VARValue
Metrics Server Hosts_methostMetrics server host
Fully Qualified Metrics Server Domain Names_metdomainFully qualified domain name for the metrics server.
Metrics Server Load Balancing Hosts_leastloadedhostMetrics server load balancing host
Metrics Server Error URLs_meterrorurlMetrics server error URL



Q) Oracle MWA Server (oa_mwa_server):
Variable TitleOA_VARValue
MSCA Log Levels_mwaLogLevelDifferent log levels can be set for obtaining more debug information.
MSCA Log Rotates_mwaLogRotateEnable log rotation of files based on size (Yes/No).
MSCA Log File Sizes_mwaLogFileSizeIf log rotation is enabled, then rotation occurs when log file exceeds this size.
MSCA Drop Connection Timeouts_mwaDropConnectionTimeoutMSCA Server allows a client that was disconnected
to reconnect within the time mentioned below in minutes.
MSCA Stale Session Timeouts_mwaStaleSessionTimeoutMSCA Stale Session Timeout. MSCA Server disconnects a client after the client is idle for mwa.StaleSessionTimeout minutes.
MSCA Dispatcher Thread Counts_mwaDispatcherThreadCountSpecify number of worker threads to start from the dispatcher process
MSCA Dispatcher Clients Per Workers_mwaDispatcherClientsPerWorkerSpecify number of clients that each dispatcher worker thread can handle
MSCA Compatibility Setting for JVMs_mwaJVMbMSCA Compatability Setting for JVM
MSCA LOV activation by ENTERs_mwaActivateLOVByEnterUsed 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 submenuss_mwaSubmenuChangeOrgRespSpecifies 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 TitleOA_VARValue
Web Server Hosts_webhostWeb Server Host.
External URL for Third Party Access to E-Business Suites_external_urlThis is the URL that third party tools use to connect to the E-Business Suite.
Oracle HTTP Server Directory Index Pages_directory_indexThis 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 points_webentryhostThe Host machine that accepts the http requests.
Web domain entry points_webentrydomainThe domain of the host machine that accepts the http requests.
Location for Lock files and pid filess_lock_pid_dirLocation for Lock and pid files to be used for NetApp setup.
Fully Qualified Web Server Domain Names_webdomainThis variable is used to set the fully qualified domain name of the web server.
Server IP Addresss_server_ip_addressThis 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 Files_web_pid_fileComplete path to the Oracle HTTP Server Process ID File.
URL Protocols_url_protocolURL Protocol to be used. Allowed Values are {http, https}.
Web SSL Directorys_web_ssl_directoryWeb SSL Directory.
Local URL Protocols_local_url_protocolLocal URL Protocol. Allowed values {http, https}.
Apache JServ Protocols_ajp_protocolThis 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 ends_oc4j_secureThis 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 ends_oc4j_sslThis 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'.
SSLCertificateChainFiles_web_ssl_certchainfileFile of PEM-encoded Server CA Certificates.
Name of the wallet file used by webservicess_websrv_wallet_fileThis is the name of the wallet file used by webservices.
Enable/disable SSL terminator configurations_enable_sslterminatorThis 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 versions_sun_plugin_verSun Plugin Version.
Sun Desktop Plugin Types_sun_plugin_typeType 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 CLSIDs_sun_clsidClass ID for referencing the JDK.
JInitiator version (dots)s_jinit_ver_dotJInitiator version(dot separated syntax)
JInitiator version (commas)s_jinit_ver_commaJInitiator version (comma separated syntax)
JInitiator CLSIDs_jinit_clsidCLSID for referencing the JInitiator.
Fully Qualified Proxy Server Host Names_proxyhostFully Qualified Proxy Server Host Name.
Proxy Server Ports_proxyportProxy Server Port.
Fully Qualified Proxy Bypass Domainss_proxybypassdomainFully Qualified Domains which can bypass the Proxy Server.
List of non proxy hosts for OC4Js_nonproxyhostsList 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 configurations_oc4j_cluster_nodesIt 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 Portals_apps_portal_urlURL for Applications Portal.
List of nodes that have access to Portlet Provider URLss_trusted_portalsEnter 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 IDs_sysadmin_mailSysadmin Mail ID.
WF:Workflow Mailer Framework Web Agents_wfmail_agentThis 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 Domains_cookie_domainSpecific Domain to which the Cookies will be accesible.
Session toplevel domain comments_topleveldomain_commentUsers of Oracle Portal should uncomment this variable.
IANA Charactersets_iana_csetIANA Characterset used by Oracle HTTP Web Server.
Login Page URLs_login_pageURL to the Login Page.
Oracle HTTP Server Listen Parameters_http_listen_parameterThis 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 Parameters_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 locations_core_destLocation where the HTTP Server can dump the core file.
Maximum Number of clients that can connects_maxclientsThis 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 connectionss_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 timeouts_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 handls_maxrequests_perchildThis 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 connections_maxkeepalive_requestsThis 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 processess_minspare_serversThis directive sets the desired minimum number of idle http server processes.
Number of maximum idle http server processess_maxspare_serversThis directive sets the desired maximum number of idle http server processes.
Number of Oracle HTTP Server child processes created on startups_startServersSets 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 Sizes_limitrequestfieldsizeThe 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 Fields_limitrequestfieldsThe 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 Bodys_limitrequestbodyThe 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 Lines_limitrequestlineThe 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 Agents_help_web_agentIf 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 locations_customsql_pathCustom SQL reports feature within OAM lets users generate HTML and text reports based on the SQL scripts they register.
Applications Session Timeouts_sesstimeoutSets 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 Timeouts_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 Dialogs_java_showprogressFeature to show the progress of downloading of JInitiator JAR files.
Ohs log rotation times_ohs_log_rotation_timeThis 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 times_opmn_log_rotation_timeThis 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 sizes_opmn_log_rotation_sizeThis 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 Servlets_load_appswsprovider_servletThis 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 Servlets_load_appsearch_servletThis 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 Servlets_load_appsearchmeta_servletThe 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 Servlets_load_mapviewer_servletThis 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 Servlets_load_soaprovider_servletThis 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 Servlets_load_oxta_servletThis 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 Nams_soaprovider_userThis variable is used to set the Oracle SOA Provider User Name for establishing Database connections.
Connection pool size for OXTA servletss_oxtainpool_sizeSize 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 names_txk_jdbc_zipJDBC driver name.
JDBC NLS character set library names_txk_jdbc_nlsThe 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 JVMs_long_running_jvmIndicates 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 Paths_xmlparserComplete path to the Oracle XML Parser java archive file.
Maximum jdbc pool sizes_fnd_max_jdbc_connectionsfnd_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 Sizes_fnd_jdbc_stmt_cache_sizeThis 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 Names_dbc_file_nameThis variable sets the value for the DBC file name. Make sure that you enter the file name without the extension.
Apps JDBC URLs_apps_jdbc_connect_descriptorConfigure 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 descriptors_jdbc_connect_descriptor_generationThe 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 Aliass_apps_jdbc_connect_aliasConfigure 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 Authentications_appserverid_authenticationApplication 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 protocols_webentryurlprotocolThis parameter is used to set the web entry url protocol. Acceptable values for this parameter are http or https.
Apache OptionsLink Directives_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 Frequencys_sessionCheck_frequencyTime interval in milli seconds before checking for invalid sessions in a Servlet zone.
Oracle HTTP Server Timeouts_ohstimeoutThis 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 Levels_apache_loglevelPossible values include: debug, info, notice, warn, error, crit, alert, emerg.
SSL Log Levels_ssl_loglevelThis 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 addresss_ohs_serveradminThis is the email address that the server includes in any error messages sent to the client.
Property dontChunkRequests for HTTPClient.jars_httpclient_dontChunkRequestsIndicates the dontChunkRequests property value for HTTPClient.jar. Possible values are true and false.
Number of outbound threadss_outbound_threadsNumber 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'.
OXTAOutUseProxys_oxta_proxyIf this property is set to true, the proxy specified by OXTAOutProxyHost and OXTAOutProxyPort is used to send messages to the destination
OXTAOutProxyHosts_oxta_proxyhostFully Qualified proxy server hostname for the Oracle XML Transport Agent (OXTA).
OXTAOutProxyPorts_oxta_proxyportProxy port for the Oracle XML Transport Agent (OXTA).
TrustStoreTypes_ssl_truststoretypeThe keystore file type of the key material used for the trust manager.
KeyStoreTypes_ssl_keystoretypeThe keystore file type of the key material used for the key manager.
TrustStores_ssl_truststoreLocation of the key material for the trust manager.
KeyStores_ssl_keystoreLocation of the key material for the key manager.
TrustManagerAlgorithms_ssl_trustmanageralgorithmDefault trust manager factory algorithm name as specified in the Java security properties. If no such property exists, this variable stores an implementation-specific default.
KeyManagerAlgorithms_ssl_keymanageralgorithmDefault key manager factory algorithm name specified in the Java security properties. If no such property exists, this variable stores an implementation-specific default.
Optimizer Homes_optit_homeThis variable is used to specify the location of the optimizer suite home.
Parameter to enable/disable URL Firewalls_enable_urlfirewallThis 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 pagess_admin_ui_access_nodesThis 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 pools_fnd_jdbc_bufferminThis 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 poos_fnd_jdbc_buffermaxThis 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 sizes_fnd_jdbc_buffer_decay_intervalThis 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 cycles_fnd_jdbc_buffer_decay_sizeThis 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 querys_fnd_jdbc_usable_checkThis 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 checks_fnd_jdbc_context_checkThis 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 states_fnd_jdbc_plsql_resetThis variable indicates whether the pl/sql state should be freed before the applications database connection pool gives the connection to the client.
JDBC process escapes_jdbc_proc_escThis variable is used to enable or disable JDBC escape processing mechanism. Changing this parameter value has performance implications.
Maximum capacity of JDBC Cached Buffer Sizes_jdbc_max_cached_buffersizeThis 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 Parameterss_custom_dbc_paramsThis 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 TitleOA_VARTitle
OAFM OC4J Instance Start Parameterss_oafm_jvm_start_optionsThe value of this variable contains the parameters that are passed to the JVM when starting the OAFM OC4J instance.
OAFM OC4J Optionss_oafm_oc4j_optionsThis variable is used to specify the system properties that should be passed to the OAFM OC4J on instance startup.
OAFM OC4J Instance Stop Parameterss_oafm_jvm_stop_optionsThe 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 Instances_oafm_nprocsThis specifies the number of JVM processes serving the OAFM OC4J Instance.
Enable OAFM OC4J Access logs_oafm_oc4j_enable_access_logThis 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 TitleOA_VARValue
FORMS-C4WS OC4J Instance Start Parameterss_forms-c4ws_jvm_start_optionsOC4J 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 &lt;module-data&gt; 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 Optionss_forms-c4ws_oc4j_optionsSets 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 Parameterss_forms-c4ws_jvm_stop_optionsOC4J 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 &lt;module-data&gt; 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 Instances_forms-c4ws_nprocsSpecifies the number of java processes OPMN starts for FORMS-C4WS OC4J instance. It is used to set the numprocs parameter of &lt;process-set&gt; 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 logs_forms-c4ws_oc4j_enable_access_logThis 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 Instances_forms-c4ws_displayUsed 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 Instances_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 TitleOA_VARValue
Oracle Fulfillment Server Instance Ids_ServerInstanceIDIdentifies the One-to-One Fulfillment Server instance that gets started when jtffmctl.sh is run.
Oracle Fulfillment Maximum Number of Threadss_MaxBatchThreadsSpecifies 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 Monitorss_TurnOffLowPriorityMonitorSpecifies 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 Strings_jto_debug_stringA comma-separated list indicating the items for which to log debug information for the Oracle Fulfillment Server.
Oracle Fulfillment Server Log Levels_jto_log_levelLogging 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 Enablers_jto_fax_enablerIndicates 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 Enablers_jto_print_enablerThis 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 Locations_jto_rfjava_locRFJavaInt.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 directorys_jsp_cache_dirThis 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 supports_jsp_jsr45_dbgThis 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 traces_jsp_dbg_modeThis 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 reloadeds_jsp_main_modeThis 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 Classpaths_jto_enabler_classpathA classpath that specifies the location of custom enabler code (if present)
Oracle Fulfillment Server Log Warning Flags_jto_show_warningsBy 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 Ids_jto_server_idIdentifies the One-to-One Fulfillment Server that gets started when jtffmctl.sh is run.
Classpath to be used by the Oracle Fulfillment Servers_jto_classpathClasspath to be used by the Oracle Fulfillment Server



V) Connection Manager Server (oa_cman_server):

Variable TitleOA_VARValue
Oracle Connection Manager Hosts_cmanhostOracle Connection Manager Host
Oracle Connection Manager Domain Names_cmandomainFully 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

Oracle E-Business Suite Release 12.2 System Schema Migration

In This Document Section 1: Overview of the EBS System Schema Section 2: Requirements for Using the EBS System Schema Section 3: Migrating t...