How to connect two oracle cloud ATP databases from one properties file

Hi ,
Please help me here.

I want to connect two oracle cloud ATP databases to compare the code differences using liquibase but at any point of time i can use once the TNS_ADMIN for the wallet . How can i connect to two databases at same time.

Thanks in advance

HI @bhargavkoruvada,

Are you trying to performa diff between the two oracles DBs you are trying to setup? If that’s the case you can specify it like this:

username=<USERNAME>
password=<PASS>
url: jdbc:<URL?
referenceUrl: jdbc:<URL>
referenceUsername=<USERNAME>
referencePassword=<PASS>

Or is it a different use case you are trying to accomplish here?

Thanks,
Daniel.