How can we help you today? How can we help you today?

Docker image redgate/schema-compare-for-oracle to compare multiple schemas on one hit

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}
nhosein
0

Comments

1 comment

  • Jon_Kirkwood

    Hi @...

     

    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?

    Jon_Kirkwood
    0

Add comment

Please sign in to leave a comment.