-
Book Overview & Buying
-
Table Of Contents
Oracle Goldengate 11g Complete Cookbook
By :
When GoldenGate is used for DDL replication, the Extract process on the source system requires some metadata tables. Hence, to enable the DDL replication in a source environment, you need to run some scripts to do an initial setup which, in turn, creates these metadata objects.
In this recipe, we will look at how to perform the initial setup required for enabling the DDL replication in a GoldenGate environment.
We will use the GGATE_ADMIN schema for this setup.
Run the following scripts in the source environment:
Change the directory to GoldenGate Home as follows:
cd /u01/app/ggate
Log in to sqlplus as sysdba as shown in the following command:
sqlplus sys/**** as sysdba
Run the marker_setup.sql script:
SQL> @marker_setup.sql
This script will prompt for GoldenGate Admin schema name, enter it when prompted:
Enter Oracle GoldenGate schema name:GGATE_ADMIN
Run the ddl_setup.sql script as shown in the...
Change the font size
Change margin width
Change background colour