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

Qlik Replicate and Oracle source endpoint: Unique Index not showing up in Qlik Replicate GUI

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

Qlik Replicate and Oracle source endpoint: Unique Index not showing up in Qlik Replicate GUI

Last Update:

Jul 31, 2024 5:51:25 AM

Updated By:

Sonja_Bauernfeind

Created date:

Jul 31, 2024 5:41:19 AM

While working with the Oracle source endpoint the Unique Index is not displayed in the Qlik Replicate GUI console.

The source table creation SQL statement is as below:

CREATE TABLE FBI2 (ID INTEGER, NAME1 CHAR(20), NAME2 CHAR(20), NAME3 VARCHAR2(20));
CREATE UNIQUE INDEX FBI_IDX2 ON FBI2(NAME1, NAME2, NAME3 DESC);

 

Environment:

  • Qlik Replicate All versions
  • Oracle All Versions

 

Resolution

In the provided sample, the unique index is created as a function-based index. The DESC (default is ASC) property applied to NAME3 makes the index a function-based index (FBI). When querying the table index information, it's clear that the “SYS_NC00005$” field replaces the actual underlying field “NAME3”.

unique index.png

This is a limitation in the Oracle source endpoint, see Function-based indexes are not supported.

Hence the Unique Index cannot show up in the Task Setting GUI.

 

Internal Investigation ID(s)

Case #00168364

Labels (1)
Version history
Last update:
‎2024-07-31 05:51 AM
Updated by: