BI Publisher (MOSC)

MOSC Banner

BIP (OBIEE 11.1.1.7): CLOB related issue in Data Model

edited Aug 15, 2013 11:46AM in BI Publisher (MOSC) 8 commentsAnswered
Hello,

Trying to create a data model where the query has a CLOB column. We typically use following type of code :

REPLACE(dbms_lob.substr(table.column_name,50,1),chr(10),' ')

This allows us to print only leading few characters from the CLOB column.

With BI Publisher, this code when included in the query results in error:

"Failed to Load XML", An invalid character was found in text content.

Any idea why this doesn't work? The data in that CLOB is some text/instructions typed by user. The SQL works in SQL Developer and Oracle Reports but does not work in BI Publisher.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center