Marketing Operations | umoConfiguration | database
fileName
Description
Path to file for loading datasources using JNDI lookup.
Default value
plan_datasources.xml
sqlServerSchemaName
Description
Specifies the database schema to use. This parameter only applies if you are using SQL Server for your IBM® Unica® Marketing Operations database.
Default value
dbo
thresholdForUseOfSubSelects
Description
Specifies the number of records beyond which a subquery should be used in the IN clause of SQL (for listing pages) instead of the actual entity IDs in the IN clause. Setting this parameter improves performance for IBM® Unica® Marketing Operations installations that have a lot of application data. As a best practice, do not change this value unless you encounter performance issues. If the parameter is missing or commented out, the database behaves as if the threshold was set to a very large value.
Default value
3000
commonDataAccessLayerFetchSize
Description
This parameter specifies resultset fetch size for certain performance sensitive, critical queries.
Default value
0
commonDataAccessLayerMaxResultSetSize
Description
This parameter specifies maximum resultset size for certain performance sensitive, critical queries.
Default value
-1
useDBSortForAllList
Description
This parameter is used when configuring ALL IBM® Unica® Marketing Operations List Handlers. Use USE_DB_SORT_FOR_[MODULE]_LIST to override particular list's paging behavior.
Default value
true
Valid Values
*
true : get one page of list data from database at a time.
*
false : cache all list data.
useDBSortForPlanList
Description
This parameter is used to configure the Plan List Handler.
Default value
true
Valid Values
*
true : get one page of list data from database at a time.
*
false : cache all list data.
useDBSortForProjectList
Description
This parameter is used to configure the Project List Handler.
Default value
true
Valid Values
*
true : get one page of list data from database at a time.
*
false : cache all list data.
useDBSortForTaskList
Description
This parameter is used to configure the Task List Handler.
Default value
true
Valid Values
*
true : get one page of list data from database at a time.
*
false : cache all list data.
useDBSortForProgramList
Description
This parameter is used to configure the Program List Handler.
Default value
true
Valid Values
*
true : get one page of list data from database at a time.
*
false : cache all list data.
useDBSortForApprovalList
Description
This parameter is used to configure the Approval List Handler.
Default value
true
Valid Values
*
true : get one page of list data from database at a time.
*
false : cache all list data.
useDBSortForInvoiceList
Description
This parameter is used to configure the Invoice List Handler.
Default value
true
Valid Values
*
true : get one page of list data from database at a time.
*
false : cache all list data.
useDBSortForAlerts
Description
This parameter is used to configure the Alerts List Handler.
Default value
true
Valid Values
*
true : get one page of list data from database at a time.
*
false : cache all list data.