Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

View JSON In Clob In APEX

wowlFeb 11 2020 — edited Feb 11 2020

In an apex page is it possible to view a large json file (formatted pretty) that is stored in a clob.

I can get the file to down load but what the users need is to view it on the screen.  I've looked at the json table and that sort of works but the flle format changes and I believe that has to have the structure coded into the select.

Basically I want to be able to click on a row that contains a clob and the content of that clob is displayed on the screen via an apex page.

Thanks in advance

Oracle APEX - 5.1.4.00.08

Comments
Post Details
Added on Feb 11 2020
2 comments
426 views