View Issue Details

IDProjectCategoryView StatusLast Update
0005337SymmetricDS ProBugpublic2022-07-12 20:02
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.13.0 
Target Version3.13.6Fixed in Version3.13.6 
Summary0005337: Oracle Log Mining of LOBs needs to handle lob writes across multiple result set records better
DescriptionWhen a LOB is inserted or updated, log mining gets multiple records to handle the processing of the LOB (multiple LOB writes, LOB trims, internal commits).
The code needs to make sure that it consumes rows from the result set that are processing the same schema and table for the same LOB.
Right now, it is only checking the table name. It should check the schema and the column name as well.
Tagsdialect: oracle, log miner

Activities

pmarzullo

2022-06-17 20:05

developer   ~0002088

Also cherry-picked into 3.14

Issue History

Date Modified Username Field Change
2022-06-17 19:40 pmarzullo New Issue
2022-06-17 19:40 pmarzullo Status new => assigned
2022-06-17 19:40 pmarzullo Assigned To => pmarzullo
2022-06-17 19:40 pmarzullo Tag Attached: dialect: oracle
2022-06-17 19:40 pmarzullo Tag Attached: log-miner
2022-06-17 20:05 pmarzullo Status assigned => resolved
2022-06-17 20:05 pmarzullo Resolution open => fixed
2022-06-17 20:05 pmarzullo Fixed in Version => 3.13.6
2022-06-17 20:05 pmarzullo Note Added: 0002088
2022-07-12 20:02 admin Status resolved => closed
2022-08-09 17:57 admin Tag Renamed log-miner => log miner