Hitachi

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


4.2.10 com.sun.jts.dblogging.selectquery

com.sun.jts.dblogging.selectquery retrieves the stored transaction logs from a database.

Description

com.sun.jts.dblogging.selectquery defines the SQL to be used by the transaction manager to retrieve the stored transaction logs from a database.

Specifiable values

Type: String

Initial value

Not specified

Default value

If the definition item is omitted

select * from txn_log_table where servername = ?

Examples

asadmin> create-jvm-options --target instance1 
'-Dcom.sun.jts.dblogging.selectquery=
select * from txn_log_table where servername = ?'

Notes

Used in the server