goldengate
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| goldengate [2016/07/25 16:12] – 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 9: | 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 66: | Line 68: | ||
| order by owner, sequence_name;</ | order by owner, sequence_name;</ | ||
| - | === 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 ==== | ||
| Line 87: | Line 96: | ||
| | | ||
| | | ||
| + | |||
| + | ===== Production Installation ===== | ||
| + | [[prod_install|Migration to another DB Instance]]\\ | ||
goldengate.1469463152.txt.gz · Last modified: (external edit)
