Hi Gurus,
I'm planning to migrate to Microservices architecture. My datapump has the following customization:
table schema.xxx, &
TOKENS (tk_cnt = @IF (@VALONEOF (@GETENV ('GGHEADER', 'TRANSACTIONINDICATOR'), 'BEGIN', 'END'), &
@GETENV ('DELTASTATS', 'TABLE', @GETENV ('GGHEADER', 'TABLENAME'), 'DML') + 1, &
@COLSTAT (NULL)));
Any idea how can this be achieved using distribution service?
Regards, Nariman