Skip to main content

Hi All,

We have a custom menu and a bunch of procedur4es run sequentially when we use it and I need to create an output log to understand which procedures runs successfully and which didn’t. 

Is there any IFS way of doing it? please help.

In oracle I saw that I can use UTL_FILE. (not used it previously)

 

Best Regards,

Hari

Hi @Harikrishnangr,

 

You can use debug console. Check PL/SQL tab for input and ouputs.

 

Tools → Debug Console


Hi @Harikrishnangr,

 

You can use debug console. Check PL/SQL tab for input and ouputs.

 

Tools → Debug Console

Thank you


Reply