goldengate
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
goldengate [2016/09/02 08:43] – 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]]\\ | ||
- | ===== SQL ===== | + | ===== Alerting Script |
- | ==== Lagtime (Historic) ==== | + | [[alert_script| Alert/Check Script for GoldenGate]]\\ |
- | < | + | |
- | set linesize 140 pagesize 50 | + | |
- | select groupname, committime, local_insert_time, | + | |
- | | + | |
- | from GGS_MON.GGS_LAGTIME | + | |
- | where (local_insert_time - committime)*24*60*60 > 59 | + | |
- | order by 2;</code> | + | |
+ | ===== SQL ===== | ||
==== Sequences Scheduled Job ==== | ==== Sequences Scheduled Job ==== | ||
< | < | ||
Line 68: | 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.1472805799.txt.gz · Last modified: 2025/03/08 22:23 (external edit)