Batch Persistence (batchPersistence)

Configures the Batch persistence store.

NameTypeDefaultDescription

jobStoreRef

A reference to top level databaseStore element (string).

defaultDatabaseStore

Persistent store for batch data.

batchPersistence > jobStore

Persistent store for batch data.

NameTypeDefaultDescription

authDataRef

A reference to top level authData element (string).

Authentication data for task scheduling, queries, and execution.

createTables

boolean

true

When set to true, database tables are created.

dataSourceRef

A reference to top level dataSource element (string).

DefaultDataSource

Data source that connects to the persistent store.

keyGenerationStrategy

  • AUTO

  • IDENTITY

  • SEQUENCE

  • TABLE

AUTO

The preferred strategy for generating unique primary keys. If the selected strategy is not supported for the database, a different strategy might be used.
AUTO
Automatically select the strategy to generate unique primary keys.
IDENTITY
Use a database identity column to generate unique primary keys.
SEQUENCE
Use a database sequence to generate unique primary keys.
TABLE
Use a database table to generate unique primary keys.

schema

string

Schema name with read and write access to the database tables.

tablePrefix

string

WLP

Name prefix for tables, sequences, and other database artifacts.

Expand
batchPersistence > jobStore > authData

Authentication data for task scheduling, queries, and execution.

Expand
batchPersistence > jobStore > dataSource

Data source that connects to the persistent store.

Expand
batchPersistence > jobStore > dataSource > connectionManager

Expand
batchPersistence > jobStore > dataSource > containerAuthData

Expand
batchPersistence > jobStore > dataSource > identifyException

Expand
batchPersistence > jobStore > dataSource > jaasLoginContextEntry

Expand
batchPersistence > jobStore > dataSource > jdbcDriver

Expand
batchPersistence > jobStore > dataSource > jdbcDriver > library

Expand
batchPersistence > jobStore > dataSource > jdbcDriver > library > file

Expand
batchPersistence > jobStore > dataSource > jdbcDriver > library > fileset

Expand
batchPersistence > jobStore > dataSource > jdbcDriver > library > folder

Expand
batchPersistence > jobStore > dataSource > properties

Expand
batchPersistence > jobStore > dataSource > properties.datadirect.sqlserver

Data source properties for the DataDirect Connect for JDBC driver for Microsoft SQL Server.

Expand
batchPersistence > jobStore > dataSource > properties.db2.i.native

Data source properties for the IBM DB2 for i Native JDBC driver.

Expand
batchPersistence > jobStore > dataSource > properties.db2.i.toolbox

Data source properties for the IBM DB2 for i Toolbox JDBC driver.

Expand
batchPersistence > jobStore > dataSource > properties.db2.jcc

Data source properties for the IBM Data Server Driver for JDBC and SQLJ for DB2.

Expand
batchPersistence > jobStore > dataSource > properties.derby.client

Data source properties for Derby Network Client JDBC driver.

Expand
batchPersistence > jobStore > dataSource > properties.derby.embedded

Data source properties for Derby Embedded JDBC driver.

Expand
batchPersistence > jobStore > dataSource > properties.informix

Data source properties for the Informix JDBC driver.

Expand
batchPersistence > jobStore > dataSource > properties.informix.jcc

Data source properties for the IBM Data Server Driver for JDBC and SQLJ for Informix.

Expand
batchPersistence > jobStore > dataSource > properties.microsoft.sqlserver

Data source properties for Microsoft SQL Server JDBC Driver.

Expand
batchPersistence > jobStore > dataSource > properties.oracle

Data source properties for Oracle JDBC driver.

Expand
batchPersistence > jobStore > dataSource > properties.oracle.ucp

Data source properties for Oracle Universal Connection Pooling.

Expand
batchPersistence > jobStore > dataSource > properties.postgresql

Data source properties for PostgreSQL JDBC driver.

Expand
batchPersistence > jobStore > dataSource > properties.sybase

Data source properties for Sybase JDBC driver.

Expand
batchPersistence > jobStore > dataSource > recoveryAuthData