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