I have been asked this question quite a lot as to how do we set up GoldenGate when both the source and target database are physically located on the same server.
I will answer this specific to Oracle as I have not tried it on other RDBMS’s – but I guess conceptually it should be the same.
Basically all we have do is to set up TNS aliases to connect to the source and target databases and make sure that before we do launch GGSCI, we are able to connect to both source and target databases from say SQL*PLUS in the environment from where we are running the GoldenGate software via GGSCI.
If both the source and target databases are Oracle, it would make more sense to perform the initial load using Oracle utilities like say Import/Export, Data Pump, SQL Loader etc because the performance of those utilities are far better as compared
Continue reading Using GoldenGate to replicate between databases on same host


Popular Posts