goldengate
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
goldengate [2016/09/09 13:44] – z0hpvk | goldengate [2025/03/08 22:24] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== GoldenGate ====== | ====== GoldenGate ====== | ||
+ | |||
+ | [[Work16thOct| Work for 16th October]]\\ | ||
{{: | {{: | ||
Line 5: | Line 7: | ||
{{: | {{: | ||
{{: | {{: | ||
+ | {{: | ||
+ | {{: | ||
{{:: | {{:: | ||
Line 10: | Line 14: | ||
===== Parameter Files ===== | ===== Parameter Files ===== | ||
- | {{: | + | [[GlobalsPar|Globals]]\\ |
- | {{: | + | [[MgrPar|Manager]]\\ |
==== 10g Database ==== | ==== 10g Database ==== | ||
- | {{: | + | [[Extract10g|Extract]]\\ |
- | {{: | + | [[DP10g|Data Pump]]\\ |
- | {{: | + | [[Replicat10g|Replicat]]\\ |
==== 12c Database ==== | ==== 12c Database ==== | ||
- | {{: | + | [[Extract12c|Extract]]\\ |
- | {{: | + | [[DP12c|Data Pump]]\\ |
- | {{: | + | [[Replicat12c|Replicat]]\\ |
===== Sequences ===== | ===== Sequences ===== | ||
[[plsql_sequence|PL/ | [[plsql_sequence|PL/ | ||
+ | |||
+ | ===== Known Issues ===== | ||
+ | [[error_messages|Error Messages and Resolution]]\\ | ||
===== Exceptions ===== | ===== Exceptions ===== | ||
[[exceptions|Exceptions Setup]]\\ | [[exceptions|Exceptions Setup]]\\ | ||
+ | |||
+ | ===== Alerting Script ===== | ||
+ | [[alert_script| Alert/Check Script for GoldenGate]]\\ | ||
===== SQL ===== | ===== SQL ===== | ||
Line 59: | Line 69: | ||
==== Synchronise Sequences Between Databases ==== | ==== Synchronise Sequences Between Databases ==== | ||
- | < | + | < |
- | SELECT 'EXEC mol_sequences.mol_sequence_sync(''' | + | spool / |
+ | SELECT 'set echo on timing on' from dual; | ||
+ | SELECT 'conn ggate/ | ||
+ | SELECT 'exec mol_sequences.mol_sequence_sync(''' | ||
FROM DBA_SEQUENCES | FROM DBA_SEQUENCES | ||
- | WHERE SEQUENCE_OWNER | + | WHERE SEQUENCE_OWNER |
+ | AND | ||
+ | ORDER BY 1; | ||
+ | spool off | ||
+ | </ | ||
==== Checkpoint Table ==== | ==== Checkpoint Table ==== |
goldengate.1473428696.txt.gz · Last modified: 2025/03/08 22:23 (external edit)