Docker image redgate/schema-compare-for-oracle to compare multiple schemas on one hit
JoelleG
Posts: 1 New member
I am testing redgate/schema-compare-for-oracle to compare database to folder, but I am not able to compare multiple schemas at the same time. the command fails. any help?
docker run --rm \
-v $(CURR_DIR)/DATABASE/:/home/me/ \
redgate/schema-compare-for-oracle /IAgreeToTheEULA \
/source:/home/me{SCHEMA_A,SCHEMA_B} /target:system/$(SYSDBA_PW)@$(HOST_IP)(ORACLE_PORT)/$(ORACLE_PDB){SCHEMA_A,SCHEMA_B}
Tagged:
Answers
Hi @JoelleG
Thank you for reaching out on the Redgate forums regarding your Schema Compare for Oracle Docker query.
Can you share any error/warning message that appears when running the process.
You may need to enable /loglevel:Verbose in your script to generate logs.
Details are found in the link below:
https://documentation.red-gate.com/sco3/troubleshooting/logging-and-log-files
When executing your docker image does the process run as expected when comparing just the one schema for both SCHEMA_A & SCHEMA_B?