Skip to Main Content

Oracle Database Discussions

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!

Purge Transactional Data on Cloned Instance

Trithankar MittraAug 26 2022 — edited Aug 26 2022

We have a requirement to create a Clone/POC environment from PROD and purge all the Transactional data from it. The modules we heavily use are OM, Finance and SCM. We are talking about Oracle EBS (12.2.9) on latest AD/TXK patch levels and Database (19c). While it may be big effort to perform the purging, can anyone please provide any guidance on how should we approach this requirement. I've already read the reducing EBS Footprint note from Oracle but am looking at options , approaches that can be used.

Comments

807580
HTTPClient usage: http://hc.apache.org/httpclient-3.x/tutorial.html

Make sure you have javax.xml.*; (which you should have)

Then import the Yahoo .java files.

P.s. I'm using JDeveloper.
807580
Thanks
Eventually I discovered that the only problem was that I was using httpclient-4 instead of httpclient-3. I would think that a newer version should be able to run at least the code which could be run in previous versions. That is why it still surprises me. Any explanation?
1 - 2

Post Details

Added on Aug 26 2022
1 comment
582 views