Schema Compare for Oracle is the fast way to compare and deploy Oracle schemas. You can see differences in schemas side-by-side and script up changes.
This image contains the Schema Compare for Oracle command line interface and all the requisite dependencies.
docker container run --rm redgate/schema-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 Schema 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" page.
Content type
Image
Digest
sha256:5a8291710…
Size
49.5 MB
Last updated
14 days ago
docker pull redgate/schema-compare-for-oracle