Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


4.2.9 com.sun.jts.dblogging.insertquery

com.sun.jts.dblogging.insertquery stores the transaction logs in a database.

Description

com.sun.jts.dblogging.insertquery defines the SQL to be used by the transaction manager to store transaction logs in the database.

Specifiable values

Type: String

Initial value

Not specified

Default value

If the definition item is omitted

insert into txn_log_table values ( ?, ?, ?, ? )

Examples

asadmin> create-jvm-options --target instance1 
'-Dcom.sun.jts.dblogging.insertquery=insert into txn_log_table values 
( ?,?, ?, ? )'

Notes

Used in the server