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!

GGMA 21/23: how to use FILTER @RANGE in distribution service

Zooplus DBAAug 22 2024 — edited Aug 22 2024

Hi Gurus,

I'm planning to migrate to Microservices architecture. My datapump has the following customization:

RMTTRAIL ./dirdat/aa, FORMAT RELEASE 12.2
table schema.xxx, FILTER (@RANGE (1, 2));
RMTTRAIL ./dirdat/bb, FORMAT RELEASE 12.2
table schema.xxx, FILTER (@RANGE (2, 2));

Any idea how can this be achieved using distribution service?

Regards, Nariman

This post has been answered by AlexLima-Oracle on Aug 27 2024
Jump to Answer
Comments
Post Details
Added on Aug 22 2024
3 comments
114 views