Options

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}
Tagged:

Answers

Sign In or Register to comment.