Skip to Main Content

GoldenGate

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

GGMA 21/23: how to use TOKENs in distribution service

Zooplus DBAAug 22 2024

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

Comments
Post Details
Added on Aug 22 2024
1 comment
36 views