My Oracle Support Banner

Incorrect Column Alias Is Generated in the Code of ODI 12c Mappings when Journalization (CDC) Is Being Used (Doc ID 2411379.1)

Last updated on JUNE 16, 2022

Applies to:

Oracle Data Integrator - Version 12.1.3.0.0 to 12.2.1.3.0 [Release 12c]
Information in this document applies to any platform.

Symptoms

Incorrect Column Alias (RN_SUBSCRIBER, JRN_FLAG and/or JRN_DATE) is generated by Oracle Data Integrator (ODI) 12c when executing a Mapping which performs Join operations on a Journalized Datastore.

Snippet of code generated by ODI:

...
<TABLE NAME>.COL1 as JRN_SUBSCRIBER,
...

Expected code:

...
<TABLE NAME>.COL1 as COL1,
...

 

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.