Hello All,
I'm using APEX 4.2.4. After I login, I would need run an on-demand process or generate some sort of javascript which is return some information back to the browser before all the content is loaded.
However, when I selected Page >> Processes >> On-Demand >> On Load before Header
I get the below error for the Process name -- I entre B4_LOAD
============================================================
Error during rendering of page item F4000_P4735_ON_DEMAND_PROCESS.
ORA-06502: PL/SQL: numeric or value error: character string buffer too small
============================================================
Is this a bug?
Woudl there be a work around to call a database store procedure and put the results in <script type="javascript"> my content here </script>
Thanks in advance for any assistance and advise.
Jan S.