spl.properties
Threadpool spl.properties file is used by each layer of the product to configure the technical aspects of the product behavior. All settings in this file are of the format:
<parameter>=<parameter value>
calendar.japanese.eras - Japanese Era Definition
Parameter
calendar.japanese.eras
Description
This is a set of strings defining the era used in the Japanese calendar. The string is a collection of the following tags (one set per era separated with a ";" delimiter):
name - Name of era
abbr - Era Abberviation
since - Date era starts in ISO format (YYYY-MM-DD)
endDate - Date era ends in ISO format (YYYY-MM-DD)
japAbbr - The Japanese character for the era in Unicode format
Note: This feature is only appropriate if the Japanese language pack is also installed.
Ordinality
Mandatory
Valid Values
String set by implementations
Source
Value inherited from templates. Use Implementing Custom Templates to set this value, if desired.
Applicability
Business Application Server, Background Processing.
Example:
calendar.japanese.eras=name:Taisho,abbr:T,since:1912-07-30,endDate:1926-12-24,japAbbr:\u5927\u6B63;name:Showa,abbr:S,since:1926-12-25,endDate:1989-01-07,japAbbr:\u662D\u548C; name:Heisei,abbr:H,since:1989-01-08,endDate:,japAbbr:\u5E73\u6210
com.oracle.ouaf.customer.whitelist.file – Customer’s URL Allow List File
Parameter
com.oracle.ouaf.customer.whitelist.file
Description
Full directory path to the URL customer’s allow list file to be checked for restricting URLs.
Ordinality
Optional
Valid Values
Location of allow list URL file, along with filename.
Source
Defaulted from the CLOUD_CUSTOM_WHITE_LIST_PATH value in ENVIRON.INI.
Applicability
Business Application Server
Example:
com.oracle.ouaf.customer.whitelist.file=@SPLEBASE@/etc/cm_whitelist.xml
 
The installed product base directory is defaulted from SPLEBASE value in ENVIRON.INI
com.oracle.ouaf.consolidatedLog.fileName – Consolidate Log File
Parameter
com.oracle.ouaf.consolidatedLog.fileName
Description
Full path to the consolidated log file to retrieve logs in clustered cloud environments.
Ordinality
Optional
Valid Values
Location of consolidate log file, along with filename.
Source
Defaulted from the CONSOLIDATED_LOG_DIR value in ENVIRON.INI.
Applicability
Business Application Server
Example:
com.oracle.ouaf.consolidatedLog.fileName=@SPLEBASE@/etc/cm_whitelist.xml
 
The installed product base directory is defaulted from SPLEBASE value in ENVIRON.INI.
com.oracle.ouaf.dbms.scheduler.schema – DBMS Scheduler Object’s Schema
Parameter
com.oracle.ouaf.dbms.scheduler.schema
Description
The DBMS scheduler objects will be created in the user/schema specified by the property. This property should match the schema where the DBMS integration package was installed in.
Ordinality
Optional
Valid Values
DB Schema name where DBMS integration package is installed.
Source
Defaulted from the value in ENVIRON.INI.
Applicability
Business Application Server
Example:
com.oracle.ouaf.dbms.scheduler.schema=DBSchemaName
com.oracle.ouaf.file.tempstorage.dir – Location for Temporary File
Parameter
com.oracle.ouaf.file.tempstorage.dir
Description
The file being transferred using the file adapter API will be split into multiple files and stored temporarily in this location.
Ordinality
Optional
Valid Values
Directory path on the server. Default value is: @SPLOUTPUT@/tmp
Source
Defaulted from the value in ENVIRON.INI.
Applicability
Business Application Server, Background Processing.
Example:
com.oracle.ouaf.file.tempstorage.dir=/ouaf/spl/tempdirectory
com.oracle.ouaf.file.tempstorage.splitfilesize – Split File Size in MB
Parameter
com.oracle.ouaf.file.tempstorage.splifilesize
Description
The file being transferred using the file adapter API will be split into multiple files based on the size specified against this property.
Ordinality
Optional
Valid Values
Size in MB. Default is 50.
Source
Defaulted from the value in ENVIRON.INI.
Applicability
Business Application Server, Background Processing.
Example
com.oracle.ouaf.file.tempstorage.splitfilesize=75
com.oracle.ouaf.groovy.precompile.allscripts - Enable Precompilation of Groovy Scripts
Parameter
com.oracle.ouaf.groovy.precompile.allscripts
Description
Enables the precompilation of groovy scripts during application startup.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Value inherited from templates. Use custom template to set this value, if desired.
Applicability
Business Application Server
Example
com.oracle.ouaf.groovy.precompile.allscripts=true
com.oracle.ouaf.groovy.precompile.maxWaitTime - Max Wait Time for Groovy Scripts Precompilation
Parameter
com.oracle.ouaf.groovy.precompile.maxWaitTime
Description
Sets maximum wait time to precompile the pre-configured groovy scripts
Ordinality
Mandatory
Valid Values
Value in milliseconds
Source
Value inherited from templates. Use custom template to set this value, if desired.
Applicability
Business Application Server
Example
com.oracle.ouaf.groovy.precompile.maxWaitTime=30000
com.oracle.ouaf.migrationAssistant.exportDirectory – Directory for Exported CMA File
Parameter
com.oracle.ouaf.migrationAssistant.exportDirectory
Description
Contains a directory specification, using the defined substitution variable @F1_MIGR_ASSISTANT_FILES@, in the allow list.
Ordinality
Optional
Valid Values
Location of the CMA export file on the server.
Source
Value inherited from templates. Use custom template to set this value.
Applicability
Business Application Server, Background Processing.
Example:
com.oracle.ouaf.migrationAssistant.exportDirectory=@F1_MIGR_ASSISTANT_FILES@/export
com.oracle.ouaf.migrationAssistant.importDirectory – Directory for CMA File for Import
Parameter
com.oracle.ouaf.migrationAssistant.importDirectory
Description
Contains a directory specification, using the defined substitution variable @F1_MIGR_ASSISTANT_FILES@, in the allow list.
Ordinality
Optional
Valid Values
Location of the CMA import file on the server.
Source
Value inherited from templates. Use custom template to set this value.
Applicability
Business Application Server, Background Processing.
Example:
com.oracle.ouaf.migrationAssistant.importDirectory=@F1_MIGR_ASSISTANT_FILES@/import
com.oracle.ouaf.migrationAssistant.fileExtension – Extension of CMA File
Parameter
com.oracle.ouaf.migrationAssistant.fileExtension
Description
Specifies the file extention of the CMA file.
Ordinality
Optional
Valid Values
File Extentions.
Source
Value inherited from templates. Use custom template to set this value.
Applicability
Business Application Server, Background Processing.
Example:
com.oracle.ouaf.migrationAssistant.fileExtension=cma
com.oracle.ouaf.proxy.password– Proxy Credentials for Senders if JVM is Configured to Use Proxy
Parameter
com.oracle.ouaf.proxy.password
Description
Password corresponding to a username set using com.oracle.ouaf.proxy.user property to utilize for senders when the jvm is configured to utilize proxy through variables like http.proxyHost and http.proxyPort.
Ordinality
Optional
Valid Values
Encrypted value obtained using keystore.
Source
Value inherited from templates. Use custom template to set this value.
Applicability
Business Application Server, Background Processing.
Example:
com.oracle.ouaf.proxy.password=Xds12312SA!@sdf
com.oracle.ouaf.proxy.user – Proxy Credentials for Senders if JVM Is Configured to Use Proxy
Parameter
com.oracle.ouaf.proxy.user
Description
Plain text user name to utilize for senders when the jvm is configured to utilize proxy through variables like http.proxyHost and http.proxyPort.
Ordinality
Optional
Valid Values
Plain text user name.
Source
Value inherited from templates. Use custom template to set this value.
Applicability
Business Application Server, Background Processing.
Example:
com.oracle.ouaf.proxy.user=user1
com.oracle.ouaf.system.database.disableTagging - Disables Database Tagging
Parameter
com.oracle.ouaf.system.database.disableTagging
Description
This enables (false) or disables (true) the database connection tagging feature.
 
Note: Disabling this feature can reduce monitoring capabilities, disable support for Oracle Audit Vault, disable session resource management in Oracle Real Application Clusters and disable advanced support for Database resource plans.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to true, if desired.
Applicability
Web Application Server, Business Application Server, Inbound Web Services, Background Processing.
Example:
com.oracle.ouaf.system.database.disableTagging=false
com.oracle.ouaf.ui.disableRequiredFieldIndicators – Disable Required Field Indicators on UI Map
Parameter
com.oracle.ouaf.ui.disableRequiredFieldIndicators
Description
Specifies if the required field indicators on the application UI map should be disabled.
Ordinality
Optional
Valid Values
[true|false]
Source
Value inherited from templates. Use custom template to set this value.
Applicability
Business Application Server
Example:
com.oracle.ouaf.ui.disableRequiredFieldIndicators=true
com.oracle.ouaf.uriSubstitutionVariables.file – URI Predefined Variables List File
Parameter
com.oracle.ouaf.uriSubstitutionVariables.file
Description
Points to the file containing the predefined URI substitution variable list.
Ordinality
Mandatory for cloud installations. Optional for on premise installations.
Valid Values
Path of the URI substitution variable list file.
Source
Value inherited from CLOUD_SUBSTITUTION_VARIABLE_LIST_FILE_LOCATION in the ENVIRON.INI file.
 
The following substitution variables are provided by default in OUAF:
F1_CMA_FILES
F1_BI_EXTRACTS
F1_INTERNAL_FILES
F1_CUST_APP_BASE
F1_PROCESS_DIR
F1_SVC_CATALOG_WSDL_DIR
F1_PDB_EXTRACTS
F1_OPEN_API_BASE_URL
Applicability
Business Application Server
Example:
com.oracle.ouaf.uriSubstitutionVariables.file=@SPLEBASE@/etc/ substitutionVariableList.xml
com.oracle.ouaf.uriValidation.enable – Enable Restriction of URLs
Parameter
com.oracle.ouaf.uriValidation.enable
Description
Enable URL validation. Restricts external URLs based on white list filename.
Ordinality
Mandatory for cloud installations. Optional for on premise installations.
Valid Values
[true|false]
Source
Defaulted from the CLOUD_RESTRICTION_URLS_ENABLE value in ENVIRON.INI.
Applicability
Business Application Server
Example:
com.oracle.ouaf.uriValidation.enable=false
com.oracle.ouaf.web.allowCORS - Enable Cross Origin Resource Sharing
Parameter
com.oracle.ouaf.web.allowCORS
Description
Enable Cross Origin Resource Sharing for UI emebedding.
Ordinality
Optional
Valid Values
[true|false]
Source
Defined based on the parameter ENABLE_CORS being set in ENVIRON.INI file.
Applicability
Web Application Server
Example:
com.oracle.ouaf.web.allowCORS=false
 
Note: Ensure that com.oracle.ouaf.web.disableSecureCookie should not be set to true.
com.oracle.ouaf.web.csp.enable - Enable Content Security Policy
Parameter
com.oracle.ouaf.web.csp.enable
Description
Enables or disables Content Security Policy response header.
Ordinality
Optional
Valid Values
[true|false]
Source
Inherited from templates. Create custom template to update this setting.
Applicability
Web Application Server
Example:
com.oracle.ouaf.web.csp.enable=true
 
Note: Content Security Policy is enabled by default. To enable access to resources (such as javascript, CSS etc) from other sources, add the source/sources using the menu option properties related to Content Security Policy or add corresponding user exit include files that hold the source domain details, under $SPLEBASE/templates folder. Content Security Policy can be disabled by setting this value to false.
com.oracle.ouaf.web.cspReporting.enable - Enable Content Security Policy reporting
Parameter
com.oracle.ouaf.web.cspReporting.enable
Description
Enables or disables Content Security Policy reporting to view the list of values that are expected to be included in Content Security Policy settings. The values can be viewed in the developer tools console of the web browser being used to access the application. The com.oracle.ouaf.web.csp.enable property should be set to false, when this is set to true.
Ordinality
Optional
Valid Values
[true|false]
Source
Inherited from templates. Create custom template to update this setting.
Applicability
Web Application Server
Example:
com.oracle.ouaf.web.cspReporting.enable=true
com.oracle.ouaf.web.csp.allowedFrameAnsMaxNumber - Allowed Frame Ancestors Max Number
Parameter
com.oracle.ouaf.web.csp.allowedFrameAnsMaxNumber
Description
Maximum number of frame ancestors allows in Cross Origin Resource Sharing for UI emebedding.
Ordinality
Optional
Valid Values
Numeric value
Source
Defined based on the parameter CORS_ALLOWED_FRAME_ANCESTORS_MAX_NUMBER being set in ENVIRON.INI file.
Applicability
Web Application Server
Example:
com.oracle.ouaf.web.csp.allowedFrameAnsMaxNumber=2
com.oracle.ouaf.web.disableScreenHideSessionTimeout- Disables Screen Hide on Session Timeout
Parameter
com.oracle.ouaf.web.disableScreenHideSessionTimeout
Description
Setting this to true disables the hiding of the application screen visibility upon user session timeout.
Ordinality
Optional
Valid Values
[true|false]
Source
Inherited from templates. Create custom template to update this setting.
Applicability
Web Application Server
Example:
com.oracle.ouaf.web.disableScreenHideSessionTimeout=false
com.oracle.ouaf.web.disableSecureCookie - Disables Secure Cookies
Parameter
com.oracle.ouaf.web.disableSecureCookie
Description
Disables secure cookie in non-SSL environments.
Ordinality
Optional
Valid Values
[true|false]
Source
Defined based on the parameter WEB_WLSSLPORT being set in ENVIRON.INI.
Applicability
Web Application Server
Example:
com.oracle.ouaf.web.disableSecureCookie=false
com.oracle.ouaf.web.http.allowed.methods.enable- Enable security constraint on allowed HTTP methods
Parameter
com.oracle.ouaf.web.http.allowed.methods.enable
Description
Enables security constraint by allowing only the HTTP methods that are specified under httpAllowedMethods param in web.xml.template that is derived from HTTP_ALLOWED_METHODS in ENVIRON.INI
Ordinality
Optional
Valid Values
[true|false]
Source
Derived from templates.
Applicability
Web Application Server
Example:
com.oracle.ouaf.web.http.allowed.methods.enable=false
com.oracle.ouaf.web.userInterfaceStyle - Web Pages User Experience Style
Parameter
com.oracle.ouaf.web.userInterfaceStyle
Description
The style of user experience to be used for OUAF web pages. OUAF support Redwood user experience by default. Old style experience can be enabled by setting appropriate value.
Ordinality
Optional
Valid Values
REDWOOD - Redwood user experience, OPE - Old style user experience.
Default: REDWOOD
Source
Defaulted from the USER_INTERFACE_STYLE value in ENVIRON.INI.
Applicability
Web Application Server
Example:
com.oracle.ouaf.WEB.userInterfaceStyle=REDWOOD
com.oracle.ouaf.web.oracleGuidedeLearningId - Oracle Guided Learning Identifier
Parameter
com.oracle.ouaf.web.oracleGuidedLearningId
Description
Identifier of Oracle Guided Learning for usage with OUAF application.
Ordinality
Optional
Valid Values
Identifier of Oracle Guided Learning.
Source
Defaulted from the ORACLE_GUIDED_LEARNING_ID value in ENVIRON.INI.
Applicability
Web Application Server
Example:
com.oracle.ouaf.web.oracleGuidedLearningId=4f3gf3sjf
com.oracle.ouaf.whitelist.file – Oracle URL Allow List Filename and Location
Parameter
com.oracle.ouaf.whitelist.file
Description
Full directory path to the URL oracle allow list file to be checked for restricting URIs.
Ordinality
Mandatory if restriction is activated.
Valid Values
Location of whitelist URI file, along with filename.
Source
Defaulted from the CLOUD_WHITE_LIST_PATH value in ENVIRON.INI.
Applicability
Business Application Server
Example:
com.oracle.ouaf.whitelist.file=@SPLEBASE@/etc/whitelist.xml
com.oracle.XPath.LRUSize - XPath Cache
Parameter
com.oracle.XPath.LRUSize
Description
Sets Maximum XPath queries cached used in Schema based objects.
Ordinality
Optional
Valid Values
0 - No queries cached, -1 - Unlimited (7k per query), Value - Number of queries.
Source
Applicability
Business Application Server, Background Processing.
Example:
com.oracle.XPath.LRUSize=2000
com.oracle.XPath.flushTimeout - XPath Flush
Parameter
com.oracle.XPath.flushTimeout
Description
Sets time (in seconds) to reset XPath cache.
Ordinality
Optional
Valid Values
0 - Never auto flush, Value - Time in seconds between flushes.
Source
Applicability
Business Application Server, Background Processing.
Example:
com.oracle.XPath.flushTimeout=86400
com.splwg.batch.cluster.jvmName - Online Batch JVM Name
Parameter
com.splwg.batch.cluster.jvmName
Description
Sets name for monitoring purposes for online batch JVM for online submission. This value is not used by the runtime, just exposed to the JMX interface for categorization purposes.
Ordinality
Optional
Valid Values
Any string without embedded blanks.
Source
Use the spl.properties.root.exit.include User Exit Include Files to set this value.
Applicability
Web Application Server
Example:
com.splwg.batch.cluster.jvmName=onlineBatch
com.splwg.batch.scheduler.daemon - Online Submission Daemon
Parameter
com.splwg.batch.scheduler.daemon
Description
Enable or Disable the Batch Daemon for online submission. The Batch Daemon is used to detect Pending Batch Submission objects and send them to Batch Online servers. It is highly recommended to specify a value of false for Production environments.
 
The Batch Daemon is only recommended to be used, set to true, in Testing, Development or Demonstration environments.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Applicability
Business Application Server
Example:
com.splwg.batch.scheduler.daemon=false
com.splwg.grid.executionMode - Online Execution Mode
Parameter
com.splwg.grid.executionMode
Description
Sets the execution mode of the online Batch submission.
Ordinality
Mandatory
Valid Values
[THIN|CLUSTERED]
Source
Derived from BATCH_MODE - Default Mode of Batch parameter from ENVIRON.INI.
Applicability
Business Application Server
Example:
com.splwg.grid.executionMode=CLUSTERED
com.splwg.grid.online.enabled - Online Batch Server
Parameter
com.splwg.grid.online.enabled
Description
Enable or Disable the Batch Server for online submission. The Batch Server is reponsible for managing and executing jobs allocated by the Batch Daemon. It is highly recommended to specify a value of false for Production environments.
 
Note: The Batch Server is only recommended to be used in Testing, Development or Demonstration environments.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Applicability
Business Application Server
Example:
com.splwg.grid.online.enabled=false
com.splwg.grid.distThreadPool.threads.DEFAULT - Online Submission Threadpool
Parameter
com.splwg.grid.distThreadPool.threads.DEFAULT
Description
Maximum number of concurrent threads used to execute online submission.
This setting is used in conjunction with the Online Batch Server setting.
Ordinality
Mandatory
Valid Values
1 - 1000. Default: 5
Source
Applicability
Business Application Server
Example:
com.splwg.grid.distThreadPool.threads.DEFAULT=5
com.splwg.schema.newValidations.F1 - Set Behavior of Validations
Parameter
com.splwg.schema.newValidations.F1
Description
Sets behavior of schema validations. Internal use only. This is set by individual products and should not be altered unless otherwise instructed by Oracle Support.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to false, if desired.
Applicability
Web Application Server, Business Application Server.
Example:
com.splwg.schema.newValidations.F1=true
jmx.remote.x.access.file - JMX Access Control
Parameter
jmx.remote.x.access.file
Description
Sets relative location of JMX access control file holding the valid user. Refer to JMX Security for more details.
Ordinality
Mandatory
Valid Values
Relative location of file from $SPLEBASE. Defaults to scripts/ouaf.jmx.access.file
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to the desired location and file, if desired.
Applicability
Web Application Server, Business Application Server
Example:
jmx.remote.x.access.file=scripts/ouaf.jmx.access.file
jmx.remote.x.password.file - JMX Password Control
Parameter
jmx.remote.x.password.file
Description
Sets relative location of JMX password file holding the valid passwords for jmx.remote.x.access.file. Refer to JMX Security for more details.
Ordinality
Mandatory
Valid Values
Relative location of file from $SPLEBASE. Defaults to scripts/ouaf.jmx.password.file
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to the desired location and file, if desired.
Applicability
Web Application Server, Business Application Server
Example:
jmx.remote.x.password.file=scripts/ouaf.jmx.password.file
oracle.ouaf.jmx.httpssl.flag - SSL Flag for JMX REST
Parameter
oracle.ouaf.jmx.httpssl.flag
Description
SSL flag setting for JMX REST. This needs to be set to true for SSL enabled REST.
Ordinality
Optional
Valid Values
[true|false]
Source
Derived from JMX_HTTPSSL_FLAG parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Background Processing
Example:
oracle.ouaf.jmx.httpssl.flag=false
oracle.ouaf.jmx.httpssl.keypair.passphrase - Keypair Passphrase for REST JMX
Parameter
oracle.ouaf.jmx.httpssl.keypair.passphrase
Description
Keypair passphrase for keystore used for REST JMX.
Ordinality
Optional. Required if oracle.ouaf.jmx.httpssl.flag is set to true.
Valid Values
Encrypted passphrase
Source
Derived from JMX_HTTPSSL_KEYPAIR_PASSPHRASE parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Background Processing
Example:
oracle.ouaf.jmx.httpssl.keypair.passphrase=ENC(23Sd$dvsdva@&sdgsdfg)
oracle.ouaf.jmx.httpssl.keystore.file.path - Keystore File Path for REST JMX
Parameter
oracle.ouaf.jmx.httpssl.keystore.file.path
Description
File path to the keystore used for REST JMX.
Ordinality
Optional. Required if oracle.ouaf.jmx.httpssl.flag is set to true.
Valid Values
File path
Source
Derived from JMX_HTTPSSL_KEYSTORE_FILE parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Background Processing
Example:
oracle.ouaf.jmx.httpssl.keystore.file.path=/root/keystoreDirectory/keystorefile
oracle.ouaf.jmx.httpssl.keystore.passphrase - Keystore Passphrase for REST JMX
Parameter
oracle.ouaf.jmx.httpssl.keystore.passphrase
Description
Passphrase for accessing keystore for REST JMX.
Ordinality
Optional. Required if oracle.ouaf.jmx.httpssl.flag is set to true.
Valid Values
Encrypted passphrase
Source
Derived from JMX_HTTPSSL_KEYSTORE_PASSPHRASE parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Background Processing
Example:
oracle.ouaf.jmx.httpssl.keystore.passphrase=ENC($3gdijSTR34%&@DFD43F$F)
oracle.ouaf.jmx.httpssl.keystore.type - Keystore Type for REST JMX
Parameter
oracle.ouaf.jmx.httpssl.keystore.type
Description
Type of keystore used for REST JMX.
Ordinality
Optional. Required if oracle.ouaf.jmx.httpssl.flag is set to true.
Valid Values
Java supported keystore types. Default is JKS.
Source
Derived from JMX_HTTPSSL_KEYSTORE_TYPE parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Background Processing
Example:
oracle.ouaf.jmx.httpssl.keystore.type=JKS
oracle.ouaf.jmx.httpssl.truststore.filepath - Truststore File Path for REST JMX
Parameter
oracle.ouaf.jmx.httpssl.truststore.filepath
Description
File path to the trust store used for REST JMX.
Ordinality
Optional. Required if oracle.ouaf.jmx.httpssl.flag is set to true.
Valid Values
File path
Source
Derived from JMX_HTTPSSL_TRUSTSTORE_FILE parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Background Processing
Example
oracle.ouaf.jmx.httpssl.truststore.filepath=/root/truststoreDirectory/truststorefile
oracle.ouaf.jmx.httpssl.truststore.passphrase - Truststore Passphrase for REST JMX
Parameter
oracle.ouaf.jmx.httpssl.truststore.passphrase
Description
Passphrase to the trust store used for REST JMX.
Ordinality
Optional. Required if oracle.ouaf.jmx.httpssl.flag is set to true.
Valid Values
Encrypted passphrase
Source
Derived from JMX_HTTPSSL_TRUSTSTORE_PASSPHRASE parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Background Processing
Example
oracle.ouaf.jmx.httpssl.truststore.passphrase=ENC($3gdijSTR34%&@DFD43F$F)
oracle.ouaf.jmx.httpssl.truststore.type - Truststore type for REST JMX
Parameter
oracle.ouaf.jmx.httpssl.truststore.type
Description
Passphrase to the trust store used for REST JMX.
Ordinality
Optional. Required if oracle.ouaf.jmx.httpssl.flag is set to true.
Valid Values
Java supported truststore types.
Source
Derived from JMX_HTTPSSL_TRUSTSTORE_TYPE parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Background Processing
Example
oracle.ouaf.jmx.httpssl.truststore.type=JKS
jmx.remote.x.password.file - JMX Password Control
Parameter
jmx.remote.x.password.file
Description
Sets relative location of JMX password file holding the valid passwords for jmx.remote.x.access.file. Refer to JMX Security for more details.
Ordinality
Mandatory
Valid Values
Relative location of file from $SPLEBASE. Defaults to scripts/ouaf.jmx.password.file.
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to the desired location and file, if desired.
Applicability
Web Application Server, Business Application Server.
Example:
jmx.remote.x.password.file=scripts/ouaf.jmx.password.file
oracle.ouaf.jmx.remote.startPort - JMX Override Port
Parameter
oracle.ouaf.jmx.remote.startPort
Description
Alternative port number for JMX monitoring. Allows for overrides from standard port. Overrides spl.runtime.management.rmi.port - JMX Port.
Ordinality
Optional
Valid Values
Valid port numbers. Defaults to spl.runtime.management.rmi.port - JMX Port.
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to the desired location and file, if desired.
Applicability
Web Application Server, Business Application Server
Example:
oracle.ouaf.jmx.remote.startPort=3200
oracle.ouaf.jmx.rest.context - JMX REST Context
Parameter
oracle.ouaf.jmx.rest.context
Description
Server context for JMX REST server
Ordinality
Optional
Valid Values
Valid context for JMX REST server
Source
Derived from JMX_REST_CONTEXT parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Batch Processor
Example:
oracle.ouaf.jmx.rest.context=amp
oracle.ouaf.jmx.rest.port.batch - Batch Server JMX Port Number for REST Server
Parameter
oracle.ouaf.jmx.rest.port.batch
Description
Port number of batch server JMX, for REST service
Ordinality
Optional
Valid Values
Port number
Source
Derived from JMX_REST_PORT_BATCH parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Batch Processor
Example:
oracle.ouaf.jmx.rest.port.batch=8080
oracle.ouaf.jmx.rest.port.service - Business Server JMX Port Number for REST Server
Parameter
oracle.ouaf.jmx.rest.port.service
Description
Port number of business server JMX, for REST service.
Ordinality
Optional
Valid Values
Port number
Source
Derived from JMX_REST_PORT_SERVICE parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Batch Processor
Example:
oracle.ouaf.jmx.rest.port.service=8080
oracle.ouaf.jmx.rest.port.web - Web Server JMX Port Number for REST Server
Parameter
oracle.ouaf.jmx.rest.port.web
Description
Port number of web server JMX, for REST service.
Ordinality
Optional
Valid Values
Port number
Source
Derived from JMX_REST_PORT_WEB parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Batch Processor
Example:
oracle.ouaf.jmx.rest.port.web=8080
oracle.ouaf.jmx.rest.service.flag - Enable/Disable REST Service for JMX
Parameter
oracle.ouaf.jmx.rest.service.flag
Description
Setting this to true enables REST service for JMX.
Ordinality
Optional
Valid Values
[true|false]
Source
Derived from JMX_REST_SERVICE_FLAG parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Batch Processor
Example:
oracle.ouaf.jmx.rest.service.flag=false
oracle.ouaf.jmx.rest.service.host - Hostname to Run the JMX REST Server
Parameter
oracle.ouaf.jmx.rest.service.host
Description
Fully qualified host name to run the JMX REST server.
Ordinality
Optional
Valid Values
Servers qualified hostname
Source
Derived from JMX_REST_SERVICE_HOST parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Batch Processor
Example
oracle.ouaf.jmx.rest.service.host=localhost
oracle.ouaf.malware.scan.host - Host URI for Attachment Malware Scanning
Parameter
oracle.ouaf.malware.scan.host
Description
URI for malware scanning of attachments.
Ordinality
Optional
Valid Values
URI
Source
Value inherited from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server
Example
malwarescanner.custom.serveruri.com
oracle.ouaf.malware.scan.timeout - Timeout for Attachment Malware Scanning
Parameter
oracle.ouaf.malware.scan.timeout
Description
Timeout for custom malware scanning of attachments, i.e., the maximum wait time for completing the scan of an attachment using the malware scanner.
Ordinality
Optional
Valid Values
Time in seconds
Source
Value inherited from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server
Example
20
ouaf.accessiblity.features - Enable Accessibility Features
Parameter
ouaf.accessiblity.features
Description
Enables or disabled accessibility support from the product, specifically around implementing tabIndex for column headers. Other accessibility features are not altered by this setting.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to false, if desired.
Applicability
Web Application Server
Example:
ouaf.accessiblity.features=true
ouaf.attachment.disableSpecialCharCheckOnFileName - Disable Special Characters on File Name
Parameter
ouaf.attachment.disableSpecialCharCheckOnFileName
Description
Disables (true) or enables (false) check for special characters used in file name for attachment objects.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to true, if desired.
Applicability
Business Application Server
Example:
ouaf.attachment.disableSpecialCharCheckOnFileName=false
ouaf.batch.onlineLogDir - Online Line Batch Log Directory
Parameter
ouaf.batch.onlineLogDir
Description
Sets the location of output from online batch submission and batch scheduler integration. If this property is set, batch logs will be accessible through the Batch Run Tree (application UI). Otherwise, the batch logs download link in the application will be disabled.
Ordinality
Optional
Valid Values
Valid location. Defaults to: $SPLOUTPUT
Source
Applicability
Background Processing
Example:
ouaf.batch.onlineLogDir=/tmp
ouaf.batch.onlineLogDir.retain – Retain Online Line Batch Log Files
Parameter
ouaf.batch.onlineLogDir.retain
Description
Sets the total number of log files that are to be stored for each batch code and thread number. The log files for the particular batch code and thread number will be deleted except for the latest number of logs specified.
Ordinality
Optional
Valid Values
Number.
Source
Generated by template. Use Configuring Batch Using Bedit to implement a different value.
Applicability
Background Processing
Example:
ouaf.batch.onlineLogDir.retain=3
The above example will keep the last three logs and delete the rest
ouaf.database.session.setInstallationTimeZone - Set Time Zone for Sessions
Parameter
ouaf.database.session.setInstallationTimeZone
Description
Set this property to true if the Time Zone on the installation record through the online Installation Options - Framework menu item (under Main tab) is different to the default timezone on the database. This will ensure session timezone is corrected.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to true, if desired.
Applicability
Business Application Server, Background Processing.
Example:
ouaf.database.session.setInstallationTimeZone=false
ouaf.flush.jms.disabled - Global Flush Supported
Parameter
ouaf.flush.jms.disabled
Description
Enables (false) or disables (true) Global Cache Flush Support feature.
Ordinality
Optional
Valid Values
[true|false]
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to false, if desired.
Applicability
Web Application Server, Business Application Server, Inbound Web Services, Background Processing.
Example:
ouaf.flush.jms.disabled=true
ouaf.flush.jms.connection - Connection Factory for Global Flush
Parameter
ouaf.flush.jms.connection
Description
JNDI Name for Global JMS connection
Ordinality
Optional
Valid Values
Valid JNDI for JMS Connection Factory.
Default: jms/OUFlushConnectionFactory
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to an alternative value, if desired.
Applicability
Web Application Server, Business Application Server, Inbound Web Services, Background Processing.
Example:
ouaf.flush.jms.connection=jms/OUFlushConnectionFactory
ouaf.flush.jms.requestTopic - Global Flush Request Topic
Parameter
ouaf.flush.jms.requestTopic
Description
JNDI Name for Global JMS Request Topic
Ordinality
Optional
Valid Values
Valid JNDI for JMS Request Topic.
Default: jms/OUFlushRequestTopic
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to an alternative value, if desired.
Applicability
Web Application Server, Business Application Server, Inbound Web Services, Background Processing.
Example:
ouaf.flush.jms.requestTopic=jms/OUFlushRequestTopic
ouaf.flush.jms.responseTopic - Global Flush Response Topic
Parameter
ouaf.flush.jms.responseTopic
Description
JNDI Name for Global JMS Response Topic
Ordinality
Optional
Valid Values
Valid JNDI for JMS Response Topic.
Default: jms/OUFlushResponseTopic
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to an alternative value, if desired.
Applicability
Web Application Server, Business Application Server, Inbound Web Services, Background Processing, MOB.
Example:
ouaf.flush.jms.responseTopic=jms/OUFlushResponseTopic
ouaf.runtime.compatibility.enablePrecisionScaleOnMoney - Money Processing
Parameter
ouaf.runtime.compatibility.enablePrecisionScaleOnMoney
Description
Enables or disabled precision checking on money fields.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to false, if desired.
Applicability
Web Application Server
Example:
ouaf.runtime.compatibility.enablePrecisionScaleOnMoney=false
ouaf.jmx.com.oracle.ouaf.ws.mbeans.WSFlushBean - WS Cache Flush
Parameter
ouaf.jmx.com.oracle.ouaf.ws.mbeans.WSFlushBean
Description
Enables or disables the Flush mbean used for the online JMX monitoring. Refer to the Web Services JMX interface for more information.
This parameter is only enabled if the JMX interface is enabled.
Ordinality
Mandatory
Valid Values
[enabled|disabled]
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to disabled, if desired.
Applicability
Inbound Web Services
Example:
ouaf.jmx.com.oracle.ouaf.ws.mbeans.WSFlushBean=enabled
ouaf.jmx.com.splwg.base.support.management.mbean.JVMInfo - JVM Information
Parameter
ouaf.jmx.com.splwg.base.support.management.mbean.JVMInfo
Description
Enables or disables the JVMInfo mbean used for the online JMX monitoring. Refer to the Web Application Server JMX Reference for more information.
This parameter is only enabled if the JMX interface is enabled.
Ordinality
Mandatory
Valid Values
[enabled|disabled]
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to disabled, if desired.
Applicability
Web Application Server
Example:
ouaf.jmx.com.splwg.base.support.management.mbean.JVMInfo=enabled
ouaf.jmx.com.splwg.base.web.mbeans.FlushBean - Manage Cache
Parameter
ouaf.jmx.com.splwg.base.web.mbeans.FlushBean
Description
Enables or disables the mbean to reset the online data cache manually. Refer to the Web Application Server JMX Reference for more information.
This parameter is only enabled if the JMX interface is enabled.
Ordinality
Mandatory
Valid Values
[enabled|disabled]
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to disabled, if desired.
Applicability
Web Application Server
Example:
ouaf.jmx.com.splwg.base.web.mbeans.FlushBean=enabled
ouaf.list.buffer.limit - List Iteration Limit
Parameter
ouaf.list.buffer.limit
Description
The number of iterations a list is allowed to be read before being truncated. A default of 30 is used, if none or an invalid value is specified for this property.
Ordinality
Optional
Valid Values
Value between 0 – 256: 30
Source
Value inherited from JEE container. Use Implementing Custom Templates to set this value, if alternative desired
Applicability
Business Application Server
Example:
ouaf.list.buffer.limit=30
ouaf.messaging.transformerfactory - Transformer
Parameter
ouaf.messaging.transformerfactory
Description
Sets the transformation factory for the real time adapters. This parameter is only set if requested by Oracle Support.
Ordinality
Optional
Valid Values
Set to one of the following values:
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
org.apache.xalan.xsltc.trax.TransformerFactoryImpl
Source
Value inherited from container. Use Implementing Custom Templates to set this value, if alternative desired
Applicability
Business Application Server, Background Processing.
Example:
ouaf.messaging.transformerfactory = org.apache.xalan.xsltc.trax.TransformerFactoryImpl
ouaf.shortcut.ignore.altKeys - Disable Hot Keys
Parameter
ouaf.shortcut.ignore.altKeys
Description
Allows specific hot keys to be disabled to support specific keyboard layouts (e.g. Polish keyboards).
Ordinality
Optional
Valid Values
Comma separated list of keys to disable
Source
Set within template. Use the spl.properties.root.exit.include User Exit Include Files to set this value.
Applicability
Web Application Server
Example:
ouaf.shortcut.ignore.altKeys=C,L
ouaf.timeout.business_object.default - Set Default Business Object Timeout
Parameter
ouaf.timeout.business_object.default
Description
Sets the default timeout (in seconds) for Business Objects. Refer to Online Transaction Timeouts for more information.
Ordinality
Optional
Valid Values
1 - 2147483647
Source
Use the spl.properties.service.timeouts.exit.include User Exit Include Files to set this value as outlined in Online Transaction Timeouts.
Applicability
Business Application Server
Example:
ouaf.timeout.business_object.default=10
ouaf.timeout.business_object.<bocode> - Set Specific Business Object Timeout
Parameter
ouaf.timeout.business_object.<bocode>
Description
Sets the timeout (in seconds) for Business Object designated by <bocode> which corresponds to the Business Object Name. This overrides the ouaf.timeout.business_object.default - Set Default Business Object Timeout setting for the indicated business object. Refer to Online Transaction Timeouts for more information.
 
To find valid values for Business Objects, use the Business Object Maintenance function or use the following SQL using bus_obj_cd for <bocode>:
 
SELECT bus_obj_cd, descr
FROM f1_bus_obj_l
where language_cd = 'ENG';
 
The LANGUAGE_CD in the above query can be altered to other languages for language packs installed.
Ordinality
Optional
Valid Values
1 - 2147483647
Source
Use the spl.properties.service.timeouts.exit.include User Exit Include Files to set this value as outlined in Online Transaction Timeouts.
Applicability
Business Application Server
Example:
ouaf.timeout.business_object.CMUser=10
ouaf.timeout.business_service.default - Set Default Business Service Timeout
Parameter
ouaf.timeout.business_service.default
Description
Sets the default timeout (in seconds) for Business Services. Refer to Online Transaction Timeouts for more information.
Ordinality
Optional
Valid Values
1 - 2147483647
Source
Use the spl.properties.service.timeouts.exit.include User Exit Include Files to set this value as outlined in Online Transaction Timeouts.
Applicability
Business Application Server
Example:
ouaf.timeout.business_service.default=10
ouaf.timeout.business_service.<bscode> - Set Specific Business Service Timeout
Parameter
ouaf.timeout.business_service.<bscode>
Description
Sets the timeout (in seconds) for Business Service designated by <bscode> which corresponds to the Business Service Name. This overrides the ouaf.timeout.business_service.default - Set Default Business Service Timeout setting for the indicated business service. Refer to Online Transaction Timeouts for more information.
 
To find valid values for Business Services, use the Business Service Maintenance function or use the following SQL using bus_svc_cd for <bscode>:
 
SELECT bus_svc_cd, descr
FROM f1_bus_svc_l
where language_cd = 'ENG';
 
The LANGUAGE_CD in the above query can be altered to other languages for language packs installed
Ordinality
Optional
Valid Values
1 - 2147483647
Source
Use the spl.properties.service.timeouts.exit.include User Exit Include Files to set this value as outlined in Online Transaction Timeouts.
Applicability
Business Application Server
Example:
ouaf.timeout.business_service.F1-EmailService=10
ouaf.timeout.query.default - Set Default Query Timeout
Parameter
ouaf.timeout.query.default
Description
Sets the default timeout (in seconds) for query zones (searches and lists). Refer to Online Transaction Timeouts for more information.
Use the Zone maintenance function to determine valid values.
This setting only applies to the following zone types:
F1-DE, F1-DE-MULQRY, F1-DE-QUERY and F1-DE-SINGLE
Ordinality
Optional
Valid Values
1 - 2147483647
Source
Use the spl.properties.service.timeouts.exit.include User Exit Include Files to set this value as outlined in Online Transaction Timeouts.
Applicability
Business Application Server
Example:
ouaf.timeout.query.default=10
ouaf.timeout.query.<zonecode> - Set Specific Query Timeout
Parameter
ouaf.timeout.query.<zonecode>
Description
Sets the timeout (in seconds) for the online query zone designated by <zonecode> which corresponds to the Query Zone. This overrides the ouaf.timeout.query.default - Set Default Query Timeout setting for the indicated query zone. Refer to Online Transaction Timeouts for more information.
 
This setting only applies to the following zone types:
F1-DE, F1-DE-MULQRY, F1-DE-QUERY and F1-DE-SINGLE
 
Use the Zone maintenance function to determine valid values. Alternatively, it is possible to use SQL using zone_cd for <zonecode>:
 
SELECT z.zone_cd, d.descr, z.zone_hdl_cd
FROM ci_zone z, ci_zone_l d
WHERE z.zone_hdl_cd LIKE 'F1-DE%'
AND z.zone_cd = d.zone_cd
AND d.language_cd = 'ENG';
 
The LANGUAGE_CD in the above query can be altered to other languages for language packs installed.
Ordinality
Optional
Valid Values
1 - 2147483647
Source
Use the spl.properties.service.timeouts.exit.include User Exit Include Files to set this value as outlined in Online Transaction Timeouts.
Applicability
Business Application Server
Example:
ouaf.timeout.business_service.F1-MSTCFGLS=10
ouaf.timeout.script.default - Set Default Script Timeout
Parameter
ouaf.timeout.script.default
Description
Sets the default timeout (in seconds) for Scripts. Refer to Online Transaction Timeouts for more information.
Ordinality
Optional
Valid Values
1 - 32767
Source
Use the spl.properties.service.timeouts.exit.include User Exit Include Files to set this value as outlined in Online Transaction Timeouts.
Applicability
Business Application Server
Example:
ouaf.timeout.script.default=10
ouaf.timeout.script.<scriptname> - Set Specific Script Timeout
Parameter
ouaf.timeout.script.<scriptname>
Description
Sets the timeout (in seconds) for Scripts designated by <scriptname> which corresponds to the Script Name. This overrides the ouaf.timeout.script.default - Set Default Script Timeout setting for the indicated script. Refer to Online Transaction Timeouts for more information.
 
Note: This timeout does not apply to plug-in scripts.
 
To find valid values for Script, use the Script Maintenance function or use the following SQL using scr_cd for <scriptname>:
 
SELECT s.scr_cd, d.descr254
FROM ci_scr s, ci_scr_l d
where s.scr_cd = d.scr_cd
and s.scr_type_flg in ('BPSC','SVSC')
and d.language_cd = 'ENG';
 
The LANGUAGE_CD in the query above can be altered to other languages for language packs installed
Ordinality
Optional
Valid Values
1 - 2147483647
Source
Use the spl.properties.service.timeouts.exit.include User Exit Include Files to set this value as outlined in Online Transaction Timeouts.
Applicability
Business Application Server
Example:
ouaf.timeout.script.F1-ViewWSDL=10
ouaf.timeout.service.default - Set Default Service Timeout
Parameter
ouaf.timeout.service.default
Description
Sets the default timeout (in seconds) for Application Services. Refer to Online Transaction Timeouts for more information.
Ordinality
Optional
Valid Values
1 - 2147483647
Source
Use the spl.properties.service.timeouts.exit.include User Exit Include Files to set this value as outlined in Online Transaction Timeouts.
Applicability
Business Application Server
Example:
ouaf.timeout.service.default=10
ouaf.timeout.service.<service> - Set Specific Service Timeout
Parameter
ouaf.timeout.service.<service>
Description
Sets the timeout (in seconds) for Application Services designated by <service> which corresponds to the Application Service Name. This overrides the ouaf.timeout.service.default - Set Default Service Timeout setting for the indicated Application Service. Refer to Online Transaction Timeouts for more information.
 
To find valid values for Application Service, use the Application Service Maintenance function or use the following SQL using svc_name for <service>:
 
SELECT SVC_NAME, DESCR
from CI_MD_SVC_L
where language_cd = 'ENG';
 
The LANGUAGE_CD in the above query can be altered to other languages for language packs installed
Ordinality
Optional
Valid Values
1 - 2147483647
Source
Use the spl.properties.service.timeouts.exit.include User Exit Include Files to set this value as outlined in Online Transaction Timeouts.
Applicability
Business Application Server
Example:
ouaf.timeout.service.CILTUSEP=10
ouaf.web.disablePreload - Disable Screen Preload
Parameter
ouaf.web.disablePreload
Description
Enables or sisables screen preloading at startup. Screens that are preloaded are autoloaded at startup rather than at first use, saving time at runtime for first use transactions. This parameter works in conjunction with ouaf.web.preloadAllPages - Preload Scope.
 
It is highly recommended to set this value to false (default) for Production Environments. It is only suggested to set this to true in development environments that are used in conjunction with the Oracle Utilities SDK.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Derived from WEB_ISDEVELOPMENT - Development Environment parameter from ENVIRON.INI. It is highly recommended to set to the default unless otherwise recommended
Applicability
Web Application Server
Example:
ouaf.web.disablePreload=false
ouaf.web.helpRootURL - Help URL
Parameter
ouaf.web.helpRootURL
Description
Root part of the URI for online help hosted on Oracle Help Center.
Ordinality
Mandatory
Valid Values
URI. Value set by the product. Should not be changed.
Source
Value inherited from templates.
Applicability
Web Application Server
Example:
ouaf.web.helpRootURL=https://rooturlof.oraclehelpcenter.com/
ouaf.web.JspHeader.maxAge - JSP Age
Parameter
ouaf.web.JspHeader.maxAge
Description
Set the duration (in seconds) to screen HTML, in the Client Cache, from the product on the client browser.
Ordinality
Mandatory
Valid Values
in accordance with JEE Standards. Default: 28850
Source
Derived from WEB_MAXAGE - Text Cache parameter from ENVIRON.INI. It is highly recommended to set to the default unless otherwise recommended.
Applicability
Web Application Server
Example:
ouaf.web.JspHeader.maxAge=28850
ouaf.web.preloadAllPages - Preload Scope
Parameter
ouaf.web.preloadAllPages
Description
Set the scope of the preloading of pages. This parameter is only used if the ouaf.web.disablePreload - Disable Screen Preload is set to false.
 
It is highly recommended to set this value to false (default) for all environments.
Ordinality
Mandatory
Valid Values
[true|false] Main menu only (false), Main menu and Administration menu (true)
Source
Derived from WEB_PRELOADALL - Preload All Pages on Startup parameter from ENVIRON.INI. It is highly recommended to set to the default unless otherwise recommended.
Applicability
Web Application Server
Example:
ouaf.web.preloadAllPages=false
ouaf.weblogic.enableDiagnostics - Enable ECID Tracking
Parameter
ouaf.weblogic.enableDiagnostics
Description
Enables (true) or disable (false) ECID Support.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to true, if desired.
Applicability
Web Application Server
Example:
ouaf.weblogic.enableDiagnostics=false
ouaf.webservices.security.defaultPolicy – IWS Customized Security Policy
Parameter
ouaf.webservices.security.defaultPolicy
Description
Sets the customized policy for the deployed IWS.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Value inherited from templates. Use Implementing Custom Templates to set this value to true, if desired.
Applicability
Web Application Server
Example:
ouaf.webservices.security.defaultPolicy=false
ouaf.ws.defaultUser - Default User for Web Services
Parameter
ouaf.ws.defaultUser
Description
Default user used for authorization for Inbound Web Services if no credentials are provided on the Web Service call. This is provided for backward compatibility for Inbound Web Services. It is recommended not to be set at all, as to enforce stronger security for Web Services.
Ordinality
Optional
Valid Values
Valid authorization user for product. A null or blank value enforces security on each Web Service call.
Source
Defaulted from templates. Use Implementing Custom Templates to set this value to an alternative desired value.
Applicability
Inbound Web Services
Example:
ouaf.ws.defaultUser=AUSER
ouaf.ws.deploy.appxml.file - Application XML File for Inbound Web Services
Parameter
ouaf.ws.deploy.appxml.file
Description
Location of application.xml file for Web Services.
Ordinality
Man
Valid Values
Valid Path and location.
Source
Derived from template. This should not be changed.
Applicability
Inbound Web Services
Example:
ouaf.ws.deploy.appxml.file=/tmp/iws/resources/application.xml
ouaf.ws.deploy.ear - EAR File Name for Inbound Web Services
Parameter
ouaf.ws.deploy.ear
Description
Name of EAR file used for Inbound Web Services
Ordinality
Optional
Valid Values
Valid authorization user for product. A null or blank value enforces security on each Web Service call.
Source
Derived from template Use Implementing Custom Templates to set this value to an alternative desired value
Applicability
Inbound Web Services
Example:
ouaf.ws.deploy.ear=Webservices.ear
ouaf.ws.deploy.contextpath - Context Path for Inbound Web Services
Parameter
ouaf.ws.deploy.contextpath
Description
Default context path used for Inbound Web Services calls
Ordinality
Optional
Valid Values
Valid authorization user for product. A null or blank value enforces security on each Web Service call.
Source
Derived from template Use Implementing Custom Templates to set this value to an alternative desired value.
Applicability
Inbound Web Services
Example:
ouaf.ws.deploy.contextpath=/ouaf/webservices/
ouaf.ws.pageService.annotations - Security Annotation for XAI Legacy services
Parameter
ouaf.ws.pageService.annotations
Description
The default security WS-Policy annotations attached for legacy page services (XAI) within IWS. To ensure backward compatibility, for customers using XAI legacy services, it is recommended to set this value to the default F1-USERNAM annotation.
Ordinality
Optional
Valid Values
Valid Web Service Annotation
Source
Defaulted from templates. Use Implementing Custom Templates to set this value to an alternative desired value.
Applicability
Inbound Web Services
Example:
ouaf.ws.pageService.annotations=F1-USERNAM
ouaf.ws.superusers - Effective Web Services Users
Parameter
ouaf.ws.superusers
Description
Sets the effective users for Inbound Web Services. This allows credentials from foreign systems to use credentials from the product.
This is only set to alternatives if effective users are used.
Ordinality
Mandatory
Valid Values
Valid comma separated list of credentials
Source
Derived from WEB_SPLUSER parameter from ENVIRON.INI. Use Implementing Custom Templates to set this value to an alternative desired value.
Applicability
Inbound Web Services
Example:
ouaf.ws.superusers=SYSUSER
ouaf.ws.tools.artifact.generated.buildfile - Build File
Parameter
ouaf.ws.tools.artifact.generated.buildfile
Description
Location and name of ant build file used to generate the WAR file used for Inbound Web Services. This setting is used by the iwsdeploy - Inbound Web Services Deployment command as well as the online Inbound Web Services deployment tool.
Ordinality
Mandatory
Valid Values
Location and name of build file. Defaults to $SPLEBASE/splapp/iws/iws-build.xml
Source
Derived from SPLDIR - Home Directory of Product parameter from ENVIRON.INI. Use Implementing Custom Templates to set this value to an alternative desired value.
Applicability
Inbound Web Services
Example:
ouaf.ws.tools.artifact.generated.buildfile=
/spl/OUAFDEMO/splapp/iws/iws-build.xml
ouaf.ws.tools.artifact.generated.sourcedir - Location of generated source
Parameter
ouaf.ws.tools.artifact.generated.sourcedir
Description
Location of the source generated for Inbound Web Services during the Web Services deployment process.
Ordinality
Mandatory
Valid Values
Location of generated source directory. Defaults to $SPLEBASE/splapp/iws/gen
Source
Derived from SPLDIR - Home Directory of Product parameter from ENVIRON.INI. Use Implementing Custom Templates to set this value to an alternative desired value.
Applicability
Inbound Web Services
Example:
ouaf.ws.tools.artifact.generated.sourcedir=
/spl/OU#AFDEMO/splapp/iws/gen
ouaf.ws.tools.artifact.resource.dir - Location of Resources
Parameter
ouaf.ws.tools.artifact.resource.dir
Description
Location of the resource files used in the generation of Inbound Web Services during the Web Services deployment process.
Ordinality
Mandatory
Valid Values
Location of resources used for Inbound Web Services. Defaults to $SPLEBASE/splapp/iws/resources
Source
Derived from SPLDIR - Home Directory of Product parameter from ENVIRON.INI. Use Implementing Custom Templates to set this value to an alternative desired value.
Applicability
Inbound Web Services
Example:
ouaf.ws.tools.artifact.resource.dir=
/spl/OUAFDEMO/splapp/iws/resources
ouaf.ws.tools.artifact.schema.dir - Location of Schemas
Parameter
ouaf.ws.tools.artifact.schema.dir
Description
Location of the schema files used in the generation of Inbound Web Services during the Web Services deployment process.
Ordinality
Mandatory
Valid Values
Location of schema files used for Inbound Web Services. Defaults to $SPLEBASE/splapp/xai/schemas
Source
Derived from SPLDIR - Home Directory of Product parameter from ENVIRON.INI. Use Implementing Custom Templates to set this value to an alternative desired value.
Applicability
Inbound Web Services
Example:
ouaf.ws.tools.artifact.schema.dir=
/spl/OUAFDEMO/splapp/xai/schemas
ouaf.ws.tools.artifact.xsl.dir - Web Service XSL Location
Parameter
ouaf.ws.tools.artifact.xsl.dir
Description
Location of the XSLT files used by Inbound Web Services during the Web Services deployment process.
This parameter can be overridden using the ouaf.ws.xslDirOverride - Override XSL Location setting.
Ordinality
Mandatory
Valid Values
Location of XSLT files used for Inbound Web Services. Defaults to $SPLEBASE/splapp/xai/schemas.
By default this value is shared with ouaf.ws.tools.artifact.schema.dir - Location of Schemas.
Source
Derived from SPLDIR - Home Directory of Product parameter from ENVIRON.INI. Use Implementing Custom Templates to set this value to an alternative desired value.
Applicability
Inbound Web Services
Example:
ouaf.ws.tools.artifact.xsl.dir=
/spl/OUAFDEMO/splapp/xai/schemas
ouaf.ws.tracing - Inbound Web Services Tracing
Parameter
ouaf.ws.tracing
Description
Enable or Disable tracing for Inbound Web Services.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Defaulted from templates. Use Implementing Custom Templates to set this value to an alternative desired value.
Applicability
Inbound Web Services
Example:
ouaf.ws.tracing=true
ouaf.ws.xslDirOverride - Override XSL Location
Parameter
ouaf.ws.xslDirOverride
Description
Location of the XSLT files used by Inbound Web Services during the Web Services deployment process.
This parameter overrides the ouaf.ws.tools.artifact.xsl.dir - Web Service XSL Location setting.
Ordinality
Mandatory
Valid Values
Valid directories on server containing xsl
Source
Not set. Use Implementing Custom Templates to set this value to an alternative desired value.
Applicability
Inbound Web Services
Examples:
ouaf.ws.xslDirOverride=/temp
spl.csv.delimiter.useFromDisplayProfile - List CSV Delimiter
Parameter
spl.csv.delimiter.useFromDisplayProfile
Description
Enables or disables the display of the delimiter for CSV upload/downloads from zones.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Derived from template. Use Implementing Custom Templates to set this value to true, if desired.
Applicability
Web Application Server
Example:
spl.csv.delimiter.useFromDisplayProfile=false
spl.ejbContainer.contextFactory - Context Factory for Business Application Server
Parameter
spl.ejbContainer.contextFactory
Description
Default JEE Context Factory to connect tiers.
Ordinality
Mandatory
Valid Values
Valid connection factory:
weblogic.jndi.WLInitialContextFactory
Source
Derived from template. Use Implementing Custom Templates to set this value to an alternative, if desired.
Applicability
Web Application Server, Inbound Web Services.
Example:
spl.ejbContainer.contextFactory=
weblogic.jndi.WLInitialContextFactory
spl.ejbContainer.password - Password for Business Application Server
Parameter
spl.ejbContainer.password
Description
Default encrypted password for tier defined for Business Application Server connections.
Ordinality
Mandatory
Valid Values
Valid password encryptyed Administration user
Source
WEB_WLSYSPASS from ENVIRON.INI.
Use Implementing Custom Templates to set this value to an alternative, if desired.
Applicability
Web Application Server, Inbound Web Services.
Example:
spl.ejbContainer.password=ENC(Hi7/RFy…)
spl.ejbContainer.url - Business Application Server URL
Parameter
spl.ejbContainer.url
Description
URL to connect to the Business Application Server from the Web Application Server or Inbound Web Services.
Ordinality
Mandatory
Valid Values
Valid URL for:
t3://<server>:<port> or t3s://<server>:<port>
Source
Derived from template. Use Implementing Custom Templates to set this value to an alternative, if desired.
Applicability
Web Application Server, Inbound Web Services.
Example:
spl.ejbContainer.url=t3://localhost:6500
spl.ejbContainer.user - Business Application Server User
Parameter
spl.ejbContainer.user
Description
Administration user for Business Application server to connect to from the Web Application Server and Inbound Web Services.
Ordinality
Mandatory
Valid Values
Valid Administration User on Oracle Weblogic
Source
WEB_WLSYSUSER from ENVIRON.INI.
Use Implementing Custom Templates to set this value to an alternative, if desired.
Applicability
Web Application Server, Inbound Web Services.
Example:
spl.ejbContainer.user=system
spl.geocodeDatasource.contextFactory - GIS Context Factory
Parameter
spl.geocodeDatasource.contextFactory
Description
Default Context Factory to connect to GIS. This option will only be enabled if GIS is set to true in the ENVIRON.INI.
Ordinality
Mandatory
Valid Values
Valid connection factory:
weblogic.jndi.WLInitialContextFactory
Source
Derived from template. Use Implementing Custom Templates to set this value to an alternative, if desired.
Applicability
Web Application Server, Business Application Server, Background Processing
Example:
spl.geocodeDatasource.contextFactory=
weblogic.jndi.WLInitialContextFactory
spl.geocodeDatasource.password - GIS Connection Password
Parameter
spl.geocodeDatasource.password
Description
Encrypted password for GIS connection for spl.geocodeDatasource.user - GIS Connection User. This option will only be enabled if GIS is set to true in the ENVIRON.INI.
Ordinality
Mandatory
Valid Values
Encrypted password for GIS.
Source
Derived from GIS_WLSYSPASS from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Background Processing
Example:
spl.geocodeDatasource.password=ENC(Hi7/RFy…)
spl.geocodeDatasource.url - GIS Data Source
Parameter
spl.geocodeDatasource.url
Description
JNDI name for GIS Data Source. This option will only be enabled if GIS is set to true in the ENVIRON.INI.
Ordinality
Mandatory
Valid Values
Valid JNDI path for GIS Data Source
Source
Derived from GIS_WLSYSUSER from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Background Processing
Example:
spl.geocodeDatasource.url=t3://localhost:7666/jdbc/gisdb
spl.geocodeDatasource.user - GIS Connection User
Parameter
spl.geocodeDatasource.user
Description
Valid JNDI user for GIS connection. This option will only be enabled if GIS is set to true in the ENVIRON.INI.
Ordinality
Mandatory
Valid Values
Encrypted password for GIS.
Source
Derived from GIS_WLSYSUSER from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Background Processing.
Example:
spl.geocodeDatasource.user=gisadmin
spl.runtime.compatibility.uiMapDisableInputValue - Map Defaults
Parameter
spl.runtime.compatibility.uiMapDisableInputValue
Description
Enables or disables compatibility behavior with Oracle Utilities Application Framework V2.1 in relation to blanking out default values in screens.
 
Setting this value to true will emulate Oracle Utilities Application Framework V2.1 behavior.
 
This setting is only applicable to customers who are upgrading from Oracle Utilities Application Framework V2.1 and wish to retain that behavior.
Ordinality
Optional
Valid Values
[true|false]
Source
Manually set. Use user exit spl.properties.exit.include to set this value to true, if desired
Applicability
Web Application Server
Example:
spl.runtime.compatibility.uiMapDisableInputValue=false
spl.runtime.compatibility.uiMapDropdownSelectFirstValue - Drop-down defaults
Parameter
spl.runtime.compatibility.uiMapDropdownSelectFirstValue
Description
Enables or disables compatibility behavior with Oracle Utilities Application Framework V2.1 in relation to defaulting to the first value in the drop-down list.
 
Setting this value to true will emulate Oracle Utilities Application Framework V2.1 behavior.
 
This setting is only applicable to customers who are upgrading from Oracle Utilities Application Framework V2.1 and wish to retain that behavior.
Ordinality
Optional
Valid Values
[true|false]
Source
Manually set. Use user exit spl.properties.exit.include to set this value to true, if desired
Applicability
Web Application Server
Example:
spl.runtime.compatibility.uiMapDropdownSelectFirstValue=false
spl.runtime.compatibility.uiMapDisableTitle - Screen Title Defaults
Parameter
spl.runtime.compatibility.uiMapDisableTitle
Description
Enables or disables compatibility behavior with Oracle Utilities Application Framework V2.1 in relation to rendering screen titles.
 
Setting this value to true will emulate Oracle Utilities Application Framework V2.1 behavior.
 
This setting is only applicable to customers who are upgrading from Oracle Utilities Application Framework V2.1 and wish to retain that behavior.
Ordinality
Optional
Valid Values
[true|false]
Source
Manually set. Use user exit spl.properties.exit.include to set this value to true, if desired
Applicability
Web Application Server
Example:
spl.runtime.compatibility.uiMapDisableTitle=false
spl.runtime.compatibility.uiMapDisableGenerateUniqueHtmlIDs - Map Ids
Parameter
spl.runtime.compatibility.uiMapDisableGenerateUniqueHtmlIDs
Description
Enables or disables compatibility behavior with Oracle Utilities Application Framework V2.x in relation to generating an unique idenitifer's for HTML for duplicate elements in the screen. In Oracle Utilities Application Framework V2.x (true), duplicate HTML ids were permitted on screen elements. In Oracle Utilities Application Framework V4.x (false), unique ids are generated for screen elements by default.
 
Setting this value to true will emulate Oracle Utilities Application Framework V2.x behavior.
 
This setting is only applicable to customers who are upgrading from Oracle Utilities Application Framework V2.x and wish to retain that behavior.
Ordinality
Optional
Valid Values
[true|false]
Source
Manually set. Use user exit spl.properties.exit.include to set this value to true, if desired
Applicability
Web Application Server
Example:
spl.runtime.compatibility.uiMapDisableGenerateUniqueHtmlIDs=false
spl.runtime.customSQLSecurity – Enable SQL Allow List
Parameter
spl.runtime.customSQLSecurity
Description
Enables or disables SQL allowlist validations for CM Groovy scripts and data explorer zones.
 
Setting this to true will restrict the SQL in CM data explorer zone to the allow list.
 
Setting this to false will not restrict the SQL in CM data explorer zones.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Manually set.
Applicability
Web Application Server
Example:
spl.runtime.customSQLSecurity=false
spl.runtime.disableCSRFProtection - Disable Security Tokens
Parameter
spl.runtime.disableCSRFProtection
Description
Enables or disables security token support for testing purposes with testing tools that do not support security tokens.
 
It is highly recommended that this configuration setting be set to false in all environments, especially Production.
 
It should only be set to true in testing environments where test tools are used and the test tool used does not support security tokens.
Ordinality
Optional
Valid Values
[true|false]
Source
Manually set. Use user exit spl.properties.exit.include to set this value to true, if desired
Applicability
Web Application Server
Example:
spl.runtime.disableCSRFProtection=false
spl.runtime.environ.init.dir - Location of Configuration Files
Parameter
spl.runtime.environ.init.dir
Description
Location of the configuration files used for the product. This is used to allow the product to read configuration files at runtime to determine behavior.
Ordinality
Mandatory
Valid Values
URL is derived from spl.runtime.environ.SPLEBASE with the etc directory appended.
Source
Derived from cistab - Global Configuration Files file.
Applicability
Web Application Server, Business Application Server, Inbound Web Services
Example:
spl.runtime.environ.init.dir=/spl/OUAFDEMO/etc
spl.runtime.environ.isWebExpanded - Expanded Mode
Parameter
spl.runtime.environ.isWebExpanded
Description
Determines whether WAR/EAR files are built [false] or as expanded directories [true]. The expanded mode is used for development purposes only and is only supported on Oracle WebLogic.
It is recommended to set this to false to use WAR/EAR files for deployment.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Derived from WEB_ISEXPANDED parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server.
Example:
spl.runtime.environ.isWebExpanded=false
spl.runtime.environ.SPLEBASE - Location of Software
Parameter
spl.runtime.environ.SPLEBASE
Description
Home directory of the product installation
Ordinality
Mandatory
Valid Values
Full expanded directory on machine
Source
Derived from cistab - Global Configuration Files file.
Applicability
Web Application Server, Business Application Server, Inbound Web Services, Background Processing.
Example:
spl.runtime.environ.SPLEBASE=/spl/OUAFDEMO
spl.runtime.initiatize.waittime - Start Time Delay
Parameter
spl.runtime.initialize.waittime
Description
Delay Time (in seconds) for start of application from initiation time. This is used to delay startup to ensure downstream connections are established prior to startup.
Ordinality
Optional
Valid Values
0 - 3000 (Default: 45)
Source
Derived from templates. Use Implementing Custom Templates to set this value to an alternative, if desired
Applicability
Inbound Web Services
Example:
spl.runtime.initialize.waittime=45
spl.runtime.environ.SPLOUTPUT - Location of Output
Parameter
spl.runtime.environ.SPLOUTPUT
Description
Home directory of the product output
Ordinality
Mandatory
Valid Values
Full expanded directory on machine
Source
Derived from cistab - Global Configuration Files file.
Applicability
Web Application Server, Business Application Server, Inbound Web Services, Background Processing.
Example:
spl.runtime.environ.SPLEBASE=/spl/splapp/OUAFDEMO
spl.runtime.management.batch.cluster.url - Batch Cluster URL
Parameter
spl.runtime.management.batch.cluster.url
Description
URL for the Batch Cluster
Ordinality
Mandatory
Valid Values
Valid URL for Batch Cluster
Source
Derived from WEB_BATCH_CLUSTER_URL parameter from ENVIRON.INI.
Applicability
Web Application Server
Example:
spl.runtime.management.batch.cluster.url=
spl.runtime.management.connector.url.default - JMX URL
Parameter
spl.runtime.management.connector.url.default
Description
JMX formatted URL to be used for JMX Based Monitoring.
Ordinality
Optional
Valid Values
URL is generated from the following settings:
Web Application Server
WEB_WLHOST and WEB_JMX_RMI_PORT_PERFORMANCE
Business Application Server
BSN_WLHOST and BSN_JMX_RMI_PORT_PERFORMANCE
Inbound Web Services
BSN_WLHOST and BSN_JMX_RMI_PORT_PERFORMANCE
Source
Derived from ENVIRON.INI file.
Applicability
Web Application Server, Business Application Server, Inbound Web Services.
Example:
spl.runtime.environ.SPLEBASE= service:jmx:rmi:///jndi/rmi://localhost: 1100/oracle/ouaf/ejbAppConnector
spl.runtime.management.rmi.port - JMX Port
Parameter
spl.runtime.management.rmi.port
Description
Port number to be used for JMX Based Monitoring.
Ordinality
Optional
Valid Values
Port Number is generated from the following settings:
Web Application Server
WEB_JMX_RMI_PORT_PERFORMANCE
Business Application Server
BSN_JMX_RMI_PORT_PERFORMANCE
Inbound Web Services
BSN_JMX_RMI_PORT_PERFORMANCE
Batch
BATCH_RMI_PORT
Source
Derived from ENVIRON.INI file.
Applicability
Web Application Server, Business Application Server, Inbound Web Services.
Example:
spl.runtime.management.rmi.port=1100
spl.runtime.options.isFCFEnabled - RAC FCF Enabled
Parameter
spl.runtime.options.isFCFEnabled
Description
Enable or Disable RAC Fast Connection Failover support for database connections. Oracle Notification Services configuration is set by the spl.runtime.options.onsserver=nodes - ONS Configuration parameter.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Derived from ONSCONFIG parameter from ENVIRON.INI.
Applicability
Business Application Server, Background Processing.
Example:
spl.runtime.options.isFCFEnabled=false
spl.runtime.options.onsserver=nodes - ONS Configuration
Parameter
spl.runtime.options.onsserver=nodes
Description
Specify the Oracle Notification Services (ONS) configuration for Fast Connection Failover support for database connections. Refer to the Oracle Notification Services documentation for details of ONS setup and values for this setting.
Ordinality
Mandatory
Valid Values
Valid ONS configuration string (without the nodes= prefix)
Source
Derived from ONSCONFIG parameter from ENVIRON.INI.
Applicability
Business Application Server, Background Processing.
Example:
spl.runtime.options.onsserver=nodes=racnode1:4200,racnode2:
4200\nwalletfile= /oracle11/onswalletfile
spl.runtime.options.allowSystemDateOverride - Set Testing Date
Parameter
spl.runtime.options.allowSystemDateOverride
Description
Allows the user of system test date override feature for testing. Refer to the Setting the Date for Testing Purposes for more information.
 
It is highly recommended that this setting should be set to false in Production environments.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Manually set. Use custom templates to set this value to true, if desired.
Applicability
Web Application Server, Business Application Server.
Example:
spl.runtime.options.allowSystemDateOverride=false
spl.runtime.options.createSimpleWebAppContextEnable - Web Cache Loading
Parameter
spl.runtime.options.createSimpleWebAppContextEnable
Description
Enables or disables cache loading from Web Application Server. Setting this value to true will load the server cache through the Business Application Server. If the cache loading, is desired to be loaded within each tier then set this value to false.
 
It is highly recommended that this setting should be set to true in production environments.
Ordinality
Optional
Valid Values
[true|false]
Source
Manually set. Use user exit spl.properties.exit.include to set this value to false, if desired.
Applicability
Web Application Server
Example:
spl.runtime.options.createSimpleWebAppContextEnable=false
spl.runtime.options.isDevelopmentMode - Development Mode
Parameter
spl.runtime.options.isDevelopmentMode
Description
Enables or disables Development Mode for the product. Development mode disables and enables key features within the architecture to allow the Oracle Utilities SDK to be used optimally. The following settings are affected by this parameter:
 
Caching is disabled at all layers of the architecture. This can be renabled manually.
Screen Preloading is disabled. This can be renabled manually.
Compression is disabled at all layers of the architecture. This can be renabled manually.
The product is set to expanded mode to allow developers access to individual JEE objects rather than using WAR/EAR files.
 
It is highly recommended that this setting should be set to false in production environments.
This setting is only set to true where the Oracle Utilities SDK is used directly.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Derived from WEB_ISDEVELOPMENT parameter from ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Inbound Web Services.
Example:
spl.runtime.options.isDevelopmentMode=false
spl.runtime.oracle.statementCacheSize - Java SQL Cache Size
Parameter
spl.runtime.oracle.statementCacheSize
Description
Number of SQL statement cached for Java based code.
It is highly recommended not to alter this value unless otherwise advised by Oracle Support.
Ordinality
Mandatory
Valid Values
1 - 2147483647 (Default: 300)
Source
Derived from templates. Use Implementing Custom Templates to set this value to an alternative, if desired
Applicability
Web Application Server, Business Application Server, Inbound Web Services.
Example:
spl.runtime.oracle.statementCacheSize=300
spl.runtime.performSignedNumberValidation.<product> - Number Validation
Parameter
spl.runtime.performSignedNumberValidation.<product>
Description
Unsigned Number Validation routine used by product. By default a F1 based routine is provided and this setting allows products to provide their own processing.
This setting is provided for products only. Implementations should not set this value.
Ordinality
Optional
Valid Values
[true|false]
Source
Derived from templates. Use User Exit Include Files, spl.properties.service.exit.include and spl.properties.standalone.exit.include to set this value to an alternative, if desired.
Applicability
Business Application Server, Background Processing.
Example:
spl.runtime.performSignedNumberValidation.F1=true
spl.runtime.service.extraInstallationServices - Installation Service
Parameter
spl.runtime.service.extraInstallationServices
Description
Specifies the internal service used for checking the installation records at startup time.
This setting is used by the products, it is not recommended to be altered, unless otherwise directed by Oracle Support.
Ordinality
Optional
Valid Values
Service Name
Source
By default the service CILTINCP is used internally
Applicability
Web Application Server
Example:
spl.runtime.service.extraInstallationServices=CILTINCP
spl.runtime.sql.highValue - SQL High Value
Parameter
spl.runtime.sql.highValue
Description
The high value used for paremeters by SQL queries.
It is highly recommended not to alter this value unless otherwise advised by Oracle Support.
Ordinality
Mandatory
Valid Values
Valid high value generated by installer.
Source
Derived from the HIGHVALUE setting in the ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Background Processing.
Example:
spl.runtime.sql.highValue=\uF8FF
spl.runtime.utf8Database - UTF8 Support
Parameter
spl.runtime.utf8Database
Description
Enables or disables UTF8 support within the product.
Ordinality
Mandatory
Valid Values
[true|false]
Source
Derived from the ENCODING (CHAR_BASED_DB) setting in the ENVIRON.INI.
Applicability
Web Application Server, Business Application Server, Background Processing.
Example:
spl.runtime.utf8Database=true
spl.runtime.warning.dialog.before.download - Enable Warning Message Before Data Download
Parameter
spl.runtime.warning.dialog.before.download
Description
Enables or disables the warning message display whenever user performs an action that causes data to be copied/downloaded to their local machine.
Ordinality
Optional
Valid Values
[true|false]
Source
Derived from templates. Use custom templates to set this value to an alternative, if desired.
Applicability
Web Application Server
Example:
spl.runtime.warning.dialog.before.download=true
spl.serviceBean.jndi.name - JNDI Name for Business Application Server
Parameter
spl.serviceBean.jndi.name
Description
JNDI name for Business Application Server generated by installer.
It is highly recommended not to alter this value unless otherwise advised by Oracle Support.
Ordinality
Mandatory
Valid Values
Generated by installer.
Source
Derived from the WEB_CONTEXT_ROOT setting in the ENVIRON.INI.
Applicability
Web Application Server, Inbound Web Services.
Example
spl.serviceBean.jndi.name=ouaf/servicebean
spl.tools.loaded.applications - Loaded Product
Parameter
spl.tools.loaded.applications
Description
List the internal product codes installed under the Oracle Utilities Application Framework.
This setting is maintained by the individual products and should not be altered unless otherwise instructed by Oracle Support.
Ordinality
Mandatory
Valid Values
Comma separated list of products.
Source
Maintained by product templates.
Applicability
Web Application Server, Business Application Server, Inbound Web Services, Background Processing.
Example
spl.tools.loaded.applications=base,cm
ouaf.propertyfile.usage – Properties Usage
Parameter
ouaf.propertyfile.usage
Description
Properties file module usage
Ordinality
Mandatory
Valid Values
root, rest, service, iws, standalone, tpw, mobile
Source
Derived from templates
Applicability
Web Application Server, Business Application Server, Inbound Web Services, Background Processing
Example
ouaf.propertyfile.usage=root