User Tools

Site Tools


goldengate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
goldengate [2016/09/09 13:44] z0hpvkgoldengate [2025/03/08 22:24] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== GoldenGate ====== ====== GoldenGate ======
 +
 +[[Work16thOct| Work for 16th October]]\\
  
 {{:goldengate_database_initial_setup.docx|GoldenGate Database Initial Setup}}\\ {{:goldengate_database_initial_setup.docx|GoldenGate Database Initial Setup}}\\
Line 5: Line 7:
 {{:bidirectional_replication_goldengate.docx|GoldenGate Bi-Directional Replication}}\\ {{:bidirectional_replication_goldengate.docx|GoldenGate Bi-Directional Replication}}\\
 {{:goldengate:oracle_goldengate_and_rac_high_availability.docx|GoldenGate as a Clusterware Resource}}\\ {{:goldengate:oracle_goldengate_and_rac_high_availability.docx|GoldenGate as a Clusterware Resource}}\\
 +{{:goldengate_overview_for_support.docx| Checking and Diagnosing GoldenGate}}\\
 +{{:removing_a_goldengate_installation.docx|Converting Bi-Directional to Uni-Directional}}\\
  
 {{::oracle_goldengate_best_practices_-_bi_directional_replication.pdf| GoldenGate Best Practices - Bi-Directional}}\\ {{::oracle_goldengate_best_practices_-_bi_directional_replication.pdf| GoldenGate Best Practices - Bi-Directional}}\\
Line 10: Line 14:
  
 ===== Parameter Files ===== ===== Parameter Files =====
-{{:goldengate:globals.rtf|Globals}}\\ +[[GlobalsPar|Globals]]\\ 
-{{:goldengate:mgr.rtf|Manager}}\\+[[MgrPar|Manager]]\\
 ==== 10g Database ==== ==== 10g Database ====
-{{:goldengate:extract_10g.rtf|Extract}}\\ +[[Extract10g|Extract]]\\ 
-{{:goldengate:data_pump_10g.rtf|Data Pump}}\\ +[[DP10g|Data Pump]]\\ 
-{{:goldengate:replicat_10g.rtf|Replication}}\\+[[Replicat10g|Replicat]]\\
 ==== 12c Database ==== ==== 12c Database ====
-{{:goldengate:extract_12c.rtf|Extract}}\\ +[[Extract12c|Extract]]\\ 
-{{:goldengate:data_pump_12c.rtf|Data Pump}}\\ +[[DP12c|Data Pump]]\\ 
-{{:goldengate:replicat_12c.rtf|Replication}}\\+[[Replicat12c|Replicat]]\\
  
 ===== Sequences ===== ===== Sequences =====
 [[plsql_sequence|PL/SQL For the Sequences Solution]]\\ [[plsql_sequence|PL/SQL For the Sequences Solution]]\\
 +
 +===== 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 ====
-<code>set pages feedback off linesize 160 +<code>SET PAGESIZE LINESIZE 120 FEEDBACK OFF 
-SELECT 'EXEC mol_sequences.mol_sequence_sync(''' || SEQUENCE_OWNER || ''',''' || SEQUENCE_NAME || ''',100);'+spool /u07/goldengate/dirout/sequence_sync_output.sql 
 +SELECT 'set echo on timing on' from dual; 
 +SELECT 'conn ggate/ggate123' from dual; 
 +SELECT 'exec mol_sequences.mol_sequence_sync(''' || SEQUENCE_OWNER || ''',''' || SEQUENCE_NAME || ''',100);'
 FROM DBA_SEQUENCES FROM DBA_SEQUENCES
-WHERE SEQUENCE_OWNER IN ('MAILONLINE','RDRCOMMENTS','REGISTRATION','LEGAL','FBIAGENT');</code>+WHERE SEQUENCE_OWNER in ('MAILONLINE','RDRCOMMENTS','REGISTRATION','LEGAL','FBIAGENT') 
 +AND   SEQUENCE_NAME not in ('HIBERNATE_SEQUENCE','HEALTHCHECK_SEQ','TN_TEST_SEQ'
 +ORDER BY 1; 
 +spool off 
 +</code>
  
 ==== Checkpoint Table ==== ==== Checkpoint Table ====
goldengate.1473428696.txt.gz · Last modified: 2025/03/08 22:23 (external edit)