You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

line feed when displaying getclob() using data model in oracle cloud

edited Dec 17, 2019 3:31PM in Reporting and Analytics for ERP 5 comments

Summary

line feed when displaying getclob() using data model in oracle cloud

Content

select sysdate,  rtrim(xmlagg(xmlelement(e,id,',').extract('//text()') order by id).GetClobVal(),',') id
  from (select level as id from dual connect by level < 1050)

 

When I run this query I am getting two lines. First column in the first line I get the sysdate, in the Second column I get id in the second line instead of first line.

 

Can any one help me resolving this issue in oracle cloud BI data model.

 

Thanks in advance.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!