Configuring TAFJ runtime

Some steps are necessary to configure TAFJ runtime.

Configuring COMMIT CAPTURE in TAFJ

You need to enable the commit capture option in TAFJ runtime.

Procedure

  1. At location tafj_home\conf\ edit file tafj.properties.

  2. Set the following values:

    temn.tafj.runtime.use.df.cache=true
    temn.tafj.runtime.df.cache.huge.event=true

Configuring Relational Replication details in TAFJ for the VOC update

In three parameters in tafj.properties you must specify the database name, schema name and database link name. This information is used to update the database details in TAFJ_VOC for Relational Replication enabled applications.

In tafj.properties set the following values:
temn.tafj.runtime.rr.dbname=databasename
temn.tafj.runtime.rr.schemaname=schemaname
temn.tafj.runtime.rr.dblinkname=databaselinkname

Configuring Relational Replication details in TAFJ

In five parameters in tafj.properties you must specify the database detail and the database link name. This information is used by Relational Replication enquiries when connecting to and fetching data from the database.

In tafj.properties set the following values:

temn.tafj.jdbc.ro.urls=jdbc:oracle:thin:@localhost:1521:RRDB
temn.tafj.jdbc.ro.drivers=jdbc:oracle:driver.OracleDriver
temn.tafj.jdbc.ro.username=RR
temn.tafj.jdbc.ro.passwords=RR
temn.tafj.jdbc.ro.dataBaseLinks=LINK2RRDB


Bookmark Name Actions
Feedback
x