Data Compare for Oracle lets you compare data in Oracle tables and deploy differences. You can see differences in records side-by-side and script up changes.
This image contains the Data Compare for Oracle command line interface and all the requisite dependencies.
docker container run --rm redgate/data-compare-for-oracle:5 /IAgreeToTheEula /source System/pass@TEST{SCHEMA_A} /target System/[email protected]/PROD{SCHEMA_A}
By using the /IAgreeToTheEula switch, you consent to the applicable Redgate EULA.
The filesystem in a container is isolated from the rest of the system so you should use --mount to pass directories through to Data Compare, for example when working with scripts folders and project files.
You can find more information at our documentation site and specifically the "Using the command line on Linux(https://documentation.red-gate.com/dco/using-the-command-line)" page.
Content type
Image
Digest
sha256:f103d2c57…
Size
49.9 MB
Last updated
14 days ago
docker pull redgate/data-compare-for-oracle