LOADER_IGNOREΒΆ
setting loader logs in DBI_CDC_LOG to ignored, optional starting with a specific loading date (check CDC_STARTED)
Parameter Name |
Required |
DefaultValue |
Description |
---|---|---|---|
p_ldr_name |
yes |
LDR_NAME |
|
p_bdomain |
yes |
BDOMAIN |
|
p_start |
no |
setting CDC/IMP LOG-Entries to ignored for all rows beginning with start date >= p_start |
Example
EXECUTE SCRIPT api_dbiadm.loader_ignore
( 'Loader1' -- p_ldr_name
, 'R32' -- p_bdomain
, '2025-03-01 13:30:00' -- p_start
);