Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
varchar2(4000) is needed. there are a few records with greater than 3600 characters. We've tried stripping off all non-printable characters including carriage returns and tabs using. update tablex set pe_definition=regexp_replace(pe_definition,'[^'||chr(1)||'-'||chr(127)||']') where regexp_like(pe_definition,…
-
Thank you for the responses. The original description should have included the following. We are working with BAR file that has been migrated through a few iterations of software updates. It started with a catalog developed in OBIEE 5.4 that was eventually upgraded to OAS 2024. The process involved installing OAS first,…
-
YES, the model functions properly in Python and SQL.