we have a requirement where data is in XML format with the length of around 22000 character in 1 of the column of the table which is getting used for the report.
Lots of resources on the internet on that, for instance:
https://www.rittmanmead.com/blog/2010/08/oracle-bi-ee-11g-reporting-on-clobs-lookups/
Or
Let's OBIEE: Handling Large Data Objects In OBIEE11G
Also =>
http://sudiptachowdhury77.blogspot.co.uk/2017/02/enable-clob-field-in-obiee.html
http://jinexobiee.blogspot.co.uk/2015/05/handling-large-data-objects-in-obiee11g.html
Are you looking to display the clob contents or have individual columns reflect the content of individual xml elements from within the clob?
Hi Thomas,
we need to display the clob content in the report.
@1395140
4 links with the solution plus there are working examples in the SampleApp VM which you can just look up and use. Are you looking for something else? Or is this question answered?
Hi Christian,
i have already gone through the 4 links before posting the question here.
I am not sure the question is answered or not but i am not able to implement it yet
So you just want to dump the raw XML to the screen? If so, then the links provided guide you to being able to do just that ... if you want columnar representation of xml elements that's a different approach.
What prevents you from implementing the steps provided by the links?
+1 to both Thomas and Martin
So what are you EXACTLY trying to do and what EXACTLY is preventing you from making it work?
Hi Team, We would like to raise an enhancement request for the SSO/SAML configuration guidance for OAS 2026. We have already raised multiple SRs regarding OAS 2026 SSO configuration. However, we are facing difficulties getting the required guidance, as the available documentation does not clearly cover the OAS 2026 SSO…
We are planning to archive the Contract and Lease data currently sourced from the External Source as Contract and Lease accounting functions are being migrated to Oracle's CLM and Lease Accounting modules. At this stage, only active and partially closed records are being converted into Oracle and the remaining historical…
The difference column is a calculation, and I would like to average that row.
We are trying to convert our OAS reports to OAC and one of the parameters in the where clause of the report is what I am trying to make in OAC. I created a calculation as follows and I am trying to put it into a filter . The code validates EVALUATE('GREATEST ( TRUNC ( NVL (%1, TO_DATE (''1/1/2013'', ''mm/dd/yyyy'') ) ),…
Hi , I am calling one parameter in another parameter and it is not working. 1st parameter is showing values, while calling the 1st parameter in second it is not showing any values. Regards, Sree Hari M