When configuring Oracle as a source endpoint for Qlik Replicate, there are several key prerequisites that need to be met:
Enable supplemental logging (A): Supplemental logging is crucial for capturing the changes in the Oracle database accurately, especially for Change Data Capture (CDC) operations.It ensures that all necessary column data is logged for replication purposes1.
Install the Oracle Instant Client (B): The Oracle Instant Client provides the necessary libraries for Qlik Replicate to connect to and interact with the Oracle database.It’s required for the proper functioning of Qlik Replicate2.
Enable ARCHIVELOG mode (D): ARCHIVELOG mode is necessary for the Oracle database to archive redo logs, which Qlik Replicate uses to capture changes.This mode allows the database to continue functioning and preserve the logs even after a log switch, which is essential for CDC1.
The other options provided are not listed as key prerequisites for configuring Oracle as a source endpoint in Qlik Replicate:
C. Complete a full backup of the source: While it’s a good practice to have a backup, it’s not a prerequisite for configuring the source endpoint.
E. Provide Oracle read-only privileges: Read-only privileges might be necessary for certain operations, but they are not listed as a key prerequisite.
F. Configure Oracle Recovery Model: This is not mentioned as a prerequisite in the Qlik Replicate documentation.
Therefore, the verified answers areA,B, andD, as they represent the necessary steps to configure Oracle as a source endpoint in Qlik Replicate12.