Set up Extract (ext1) to Capture Changes from Archived Logs Sent by DBMS1

Perform the following steps on the DBMSCAP downstream mining database:

  1. Register Extract with DBMSCAP for the DBMS1 source database. In the credential store, the alias name of ggadm1 is linked to a user connect string of ggadm1@dbms1.The alias name of ggadmcap is linked to a user connect string of ggadmcap@dbmscap.
    DBLOGIN USERIDALIAS ggadm1 
    MININGDBLOGIN 
    USERIDALIAS ggadmcap 
    REGISTER EXTRACT ext1 DATABASE
  2. Add Extract at the mining database DBMSCAP:
    ADD EXTRACT ext1 INTEGRATED TRANLOG BEGIN NOW
  3. Edit the Extract parameter file ext1.prm. In the credential store, the alias name of ggadm1 is linked to a user connect string of ggadm1@dbms1. The alias name of ggadmcap is linked to a user connect string of ggadmcap@dbmscap:
    USERIDALIAS ggadm1 TRANLOGOPTIONS MININGUSERALIAS  
    ggadmcap TRANLOGOPTIONS INTEGRATEDPARAMS (downstream_real_time_mine N)
  4. Start Extract:
    START EXTRACT ext1