top of page
Search
  • Writer's picturePersonal Chao yu

Oracle APEX server side debug

Updated: Jun 22, 2022


  for i in 1.. APEX_APPLICATION.G_F01.count
  loop
      apex_debug.message(p_message => nvl(APEX_APPLICATION.G_F01(i),'position '||i || ' is null'));
  end loop;

set page to debug mode , and then click on View Debug.


Change page filter to the correct page




11 views0 comments
bottom of page