ReplicaDB
ReplicaDB copied to clipboard
Connect to Oracle 19c PDB
Hi Team,
Recently, we have upgraded our oracle database to Oracle 19c. When we test the replication between our existing MariaDB, we are getting "access denied" or "SID not found" if we use the service name.
To connect to a PDB, it's mandatory to use the service name, but the replicadb tool only supports the SID. Is there any way to customize the connection string to connect to Oracle 19c PDB databases?
Thanks, Prabha
We are able to connect to our PDBs using the JDBC address format in the configuration file:
source.connect=jdbc:oracle:thin:@$DBHOST:$DBPORT/$SERVICE_NAME