Has someone tried to create an object of a CLOB field in Oracle 9i, using BO 6.1b?
I went through the various articles posted in the forum for CLOB. I tried to create a ‘Long Text’ object. I didn’t use the substr function. My select clause for the object has only the schema.tablename.fieldname
It parses ok. But when I try to bring that object in the report, it displays only first 99 characters (including spaces). The length of the CLOB at the database side is set to 4000.
Any idea on why is it pulling only 99 characters rather than the entire field content?
I’ve never worked with CLOB nor long text objects – but have you checked your universe parameters to make sure the limit isn’t happening there?
From Designer ==>File ==> Parameters ==> go to the Controls tab. Look at “Limit size of long text objects to:” – is that just 99 characters?
Be aware, too, that Supervisor can override Designer settings such as this, and you should double-check with Supervisor to see if there are overrides in effect. Right-click the universe ==> Properties ==> go to the Controls tab.
Just change the type to Char or some other value until it parses…it may be that there isn’t a valid type to make it parse…but don’t worry, it should work within a report.