Hi All,
I want to Stream Data from Database to APEX Screen. Let me elaborate it, In Database whenever new row is inserted into table we want to send that updated row to frontend and show it in classic APEX report.
What I think is if we keep on hitting database continuously that will hang the page and screen might freeze. On other end that is not efficient way to get data as in this case we dont know if data has been updated in Respective table. Can you please suggest some way in which it can be implemented.
Thanks you all in advance.