Preventing Key Changes
If you must add columns to the key that Extract is using as the row identifier for a table (primary key, unique key, KEYCOLS key, or all-column key) after Oracle GoldenGate has started processing journal data, follow these steps to make the change.
- Issue the following command until it returns
EOF, indicating that it has processed all of the existing journal data.
INFO EXTRACT *group*
- Stop Extract.
STOP EXTRACT *group*
-
Make the change to the key.
-
Start Extract.
START EXTRACT *group*