InterviewSolution
| 1. |
How Do You Enable Oracle Goldengate For Oracle Database 11.2.0.4? |
|
Answer» The database services REQUIRED to support ORACLE GoldenGate capture and apply must be ENABLED explicitly for an Oracle 11.2.0.4 database. This is required for all modes of Extract and Replicat. To ENABLE Oracle GoldenGate, SET the following database initialization parameter. All instances in Oracle RAC must have the same setting. ENABLE_GOLDENGATE_REPLICATION=true The database services required to support Oracle GoldenGate capture and apply must be enabled explicitly for an Oracle 11.2.0.4 database. This is required for all modes of Extract and Replicat. To enable Oracle GoldenGate, set the following database initialization parameter. All instances in Oracle RAC must have the same setting. ENABLE_GOLDENGATE_REPLICATION=true |
|