process management blog posts

Clean up old OCI GoldenGate trails using Python and the OCI CLI

Blog: Oracle BPM

Each OCI GoldenGate deployment displays the list of its trail files in the deployment details page. It is common to accumulate unused trail files, especially in development environments where many tests are conducted. An easy way to clean up all of these trails is by using the following Python code. The code below assumes that you have the OCI CLI installed.