Oracle Business Intelligence Applications

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

ODI 12c Date Conversion with OBIApps OOTB Mappings

Accepted answer
21
Views
3
Comments
User_4JDFR
User_4JDFR Rank 1 - Community Starter

ODI Upgrade to 12c apply TO_CHAR(DATE) results in DD/MMM/YY instead of DD-MMM-YY

TO_CHAR(SQ_KK_ACTIVITY_LOG.KK_TRAN_DT)||'~'||


Problem Description (ODI/OBIapps) on premise for peoplesoft
---------------------------------------------------
When executing a Scenario in ODI 12.2.1.4 , the TO_CHAR(DATE). results in 'DD/MMM/YY' instead of 'DD-MMM-YY'
In 11g TO_CHAR(DATE) resulted in 'DD-MMM-YY'

In SDE_PSFT_92_ADAPTOR_SDE_PSFT_GLJOURNALSFACT_BUDGETARYCONTROL is an OBIA OOTB scenario


A specific example is Scenario SDE_PSFT_92_ADAPTOR_SDE_PSFT_GLJOURNALSFACT_BUDGETARYCONTROL 001
It creates the Integration_ID with / instead of -
'0006706988~1~18/APR/24~N~CC_EXP~CC_EXP_BUD~2024~1~0~~N' instead of '0006706988~1~18-APR-24~N~CC_EXP~CC_EXP_BUD~2024~1~0~~N'

Please advise if any workarounds or solutions.

Best Answer

Answers