Case 1: Capture from One Source Database in Real-time Mode
This example captures changes from source database DBMS1 by deploying an Extract at a
downstream mining database DBMSCAP
.
The example assumes that you created the necessary standby redo log files as shown in Configure Extract for a Downstream Deployment.
This assumes that the following users exist:
- User
GGADM1
in DBMS1 whose credentials Extract will use to fetch data and metadata from DBMS1. This user has the alias of ggadm1 in the Oracle GoldenGate credential store and logs in asggadm1@dbms1
. It is assumed that theDBMS_GOLDENGATE_AUTH.GRANT_ADMIN_PRIVILEGE()
procedure was called to grant appropriate privileges to this user at the source database. - User
GGADMCAP
inDBMSCAP
whose credentials Extract will use to retrieve logical change records from the logmining server at the downstream mining databaseDBMSCAP
. This user has the alias of ggadmcap in the Oracle GoldenGate credential store and logs in asggadmcap@dbmscap
. It is assumed that theDBMS_GOLDENGATE_AUTH.GRANT_ADMIN_PRIVILEGE()
procedure was called to grant appropriate privileges to this user at the mining database.