TimesTen : Why does using -delXLA with ttRepAdmin -duplicate copy all transaction log files
edited Jan 10, 2014 7:24AM in Gateways, Oracle Lite, Oracle DB Mob. Server, TimesTen (MOSC) 2 commentsAnswered ✓
Hello,
.
I was expecting the duplicate process would ignore (not copy) the txn logs between
the XLA bookmark and the next oldest txn log held, the Replication bookmark if I used
the -delXLA option.
.
It appears that the duplicate process copies all of the transaction logs, see below.
.
Is this correct? If yes, why does it work this way?
.
tt1: call ttlogholds;
< 0, 899176, XLA , t2_bookmark >
< 5, 188784, Replication , TT1:ASP_MASTER_2 >
< 5, 405600, Checkpoint , asp_master_1.ds1 >
< 5, 415592, Checkpoint , asp_master_1.ds0 >
4 rows found.
.
tt2: ./ttrepadmin -verbosity 2 -delXLA -duplicate -from asp_master_1 -host tt1 -remotedaemonport 18001 -dsn asp_master_2
16:18:21 Contacting remote main daemon at XX.XXX.XXX.XXX port 18001
I was expecting the duplicate process would ignore (not copy) the txn logs between
the XLA bookmark and the next oldest txn log held, the Replication bookmark if I used
the -delXLA option.
.
It appears that the duplicate process copies all of the transaction logs, see below.
.
Is this correct? If yes, why does it work this way?
.
tt1: call ttlogholds;
< 0, 899176, XLA , t2_bookmark >
< 5, 188784, Replication , TT1:ASP_MASTER_2 >
< 5, 405600, Checkpoint , asp_master_1.ds1 >
< 5, 415592, Checkpoint , asp_master_1.ds0 >
4 rows found.
.
tt2: ./ttrepadmin -verbosity 2 -delXLA -duplicate -from asp_master_1 -host tt1 -remotedaemonport 18001 -dsn asp_master_2
16:18:21 Contacting remote main daemon at XX.XXX.XXX.XXX port 18001
0