RDE - New Line Character In Source Configuration Data Causing RI Dimension Load Jobs To Abort
(Doc ID 2867024.1)
Last updated on MAY 10, 2022
Applies to:
Oracle Retail Merchandising Foundation Cloud Service - Version NA and laterInformation in this document applies to any platform.
Symptoms
New Line character in CODE_DETAIL configuration causing W_DOMAIN_MEMBER_DS_TL_JOB to abort during Load into RI
Steps to Reproduce:
Source the data from code_detail using the query below.
Notice CODE_DESC containing new line characters in the values.
SELECT a.*,
DUMP(code_desc)
FROM code_detail a
WHERE INSTR(code_desc, chr(10)) > 0;
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 |
Cause |
Solution |
References |