View Revisions: Issue #6757
Summary | 0006757: ExtractDataReader support from target platform | ||
---|---|---|---|
Revision | 2025-03-13 14:43 by josh-a-hicks | ||
Description | Normally the extract data reader would always use the platform (and its corresponding sqlTemplate) to extract data from sym_data. However there are cases when LOB data is extracted on demand as it is not captured to save space in sym_data. In these cases the targetPlatform (which represents where user data resides) is needed. So it should be made available through the extract data reader factory to the reader. | ||
Revision | 2025-04-14 17:57 by pbelov | ||
Description | Normally the extract data reader would always use the platform (and its corresponding sqlTemplate) to extract data from sym_data. However there are cases when LOB data is extracted on demand as it is not captured to save space in sym_data. In these cases the targetPlatform (which represents where user data resides) is needed. So it should be made available through the extract data reader factory to the reader. |
||
Revision | 2025-03-13 14:43 by josh-a-hicks | ||
Steps To Reproduce | |||
Revision | 2025-04-14 17:57 by pbelov | ||
Steps To Reproduce | 1. Set up log miner node as the source of data. 2. Set up tables with LOB column(s). 3. Add triggers + router. 4. Add/update records with LOBs. 5. Check target database. |