Schema replication using oracle goldengate DBACLASS
In this tutorial, we will explain how to do schema replication in goldengate. Schema replication means, replicating all the tables of a schema. 1. add supplemental for all tables of a schema [ SOURCE ] add trandata <schema_name>.* GGSCI > dblogin userid ggate_user, password ggate_user Successfully logged into database. GGSCI > ADD TRANDATA COMP_USR.* […]
oracle replicationintermediate
by OracleDba
14 views