Skip to main content
Announcements
Qlik and Talend Support Cases are now opened in the same place.

Qlik Replicate and Oracle source endpoint: the minimum permissions for the Full Load ONLY tasks

100% helpful (1/1)
cancel
Showing results for 
Search instead for 
Did you mean: 
john_wang
Support
Support

Qlik Replicate and Oracle source endpoint: the minimum permissions for the Full Load ONLY tasks

Last Update:

Jul 1, 2024 4:29:33 AM

Updated By:

Sonja_Bauernfeind

Created date:

Jul 1, 2024 4:29:33 AM

When working with Oracle source endpoint, permissions are required for Change Data Capture (CDC) tasks by default. However, in some scenarios, we only need Full Load (FL) tasks, which require fewer permissions.

Resolution:

The minimum permissions required for a Qlik Replicate Full Load ONLY task are as follows. In this example, the Oracle account name is "FLONLYUSER": 

GRANT SELECT ANY TABLE       TO FLONLYUSER;
GRANT CREATE SESSION TO FLONLYUSER;
GRANT SELECT ON V_$PARAMETER TO FLONLYUSER;

In some environments, DBAs may be unwilling to grant V_$PARAMETER permission. For such cases, refer to the Alternative Resolution.

Please ensure to disable the advanced option "Automatically add supplemental logging" in Oracle source endpoint, as it is unnecessary for a Full Load ONLY task.

Internal Investigation ID(s):

#00154133

Environment:

  • Qlik Replicate All versions
  • Oracle All versions
Version history
Last update:
‎2024-07-01 04:29 AM
Updated by: