Oracle GoldenGate (OGG), Configuration & Simple Test in our Test ENV
Oracle GoldenGate (OGG), Configuration & Simple Test in our Test ENV Step by Step Procedure to Setup of the OGG Configuration & Tested with simple table in our test ENV, I Have used the below two machine in single instance Oracle DB 11g (11.2.0.4) In the following configuration I have used the following Hosts and Databases Server: Source DB: SID: oggtest1 Hostname: ogg-test1 Target DB SID: oggtest2 Hostname: ogg-test2 DB Setup - Enable Forced Logging Forced logging should be enabled on the source database to ensure that all changes are written to the redo logs. By default database is not configuration with enable logging. To check if FORCE_LOGGING is enabled in the source database use the below query: [ oracle@ogg-test1]$ !sq SQL> SELECT force_logging FROM v$database; FORCE_LOGGING ------------- NO If not enabled, then