ReplicaDB icon indicating copy to clipboard operation
ReplicaDB copied to clipboard

Connect to Oracle 19c PDB

Open RepallePrabhakar opened this issue 5 months ago • 1 comments

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

RepallePrabhakar avatar Jul 01 '25 04:07 RepallePrabhakar

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

toddberry avatar Jul 07 '25 19:07 toddberry