Multidomain MDM
- Multidomain MDM 10.4 HotFix 2
- All Products
<GoldenGate install directory>/dirchk del * <GoldenGate install directory>/dirdat del enva/* del envb/* <GoldenGate install directory>/dirrpm del e_env*.prm* del *.def <GoldenGate install directory>dirrpt del *.dsc del e_env*.rpt del r_env*.rpt del rqenv*.rp
/* Repository tables for ZDT */ delete from C_REPOS_ZDT_EVENT_QUEUE; delete from C_REPOS_ZDT_REPLICAT_EXCEPTION; update C_REPOS_ZDT_ENV_STATE set state = NULL, state_ts = NULL, state_desc = NULL, updated_by=NULL, update_date=NULL; /* Tables for Oracle GoldenGate */ delete from GGS_CHECKPOINT; -- Do not drop this table delete from GGS_CHECKPOINT_LOX; -- Do not drop this table drop table GGS_EVENT_CHECKPOINT cascade constraints; drop table GGS_EVENT_CHECKPOINT_LOX cascade constraints; drop table GGS_EVENT_TRACE cascade constraints; commit;