Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Since Oracle 12.2 128 byte column name is now supported. When will Qlik replicate support beyond 30 bytes for a column name.
Hi @tjahncke
Please refer to this community knowledge article on this topic: Replicate - Oracle source: Long Object Names excee... - Qlik Community - 1961484
Thanks,
Dana
Hey Dana
Is there a version of Qlik Replicate that supports this change on Oracle.
I understand it is called out as a limitation on Oracle but is there potentially a change to Qlik in the works to support that change?
The only options seem to be the 2 below so if you don't have goldengate license it will be impossible to work around unless you can influence the Oracle dev side.
(1) Add internal parameter skipValidationLongNames (see above) in endpoint
(2) It also requires a parameter called "enable_goldengate_replication" is enabled in Oracle. This can only be done by end user and their DBA:
alter system set ENABLE_GOLDENGATE_REPLICATION=true;
Kind regards
Aidan
Hi @aidanor89
No, the issue is on Oracle's side - they only write the longer object names to the redo log when Golden Gate is enabled on the database, which requires a license from them. If it's not in the redo log, Qlik Replicate can't read it.
Thanks,
Dana