Question

How to create Output Logs for procedures

  • 9 October 2023
  • 2 replies
  • 41 views

Userlevel 2
Badge +6

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


2 replies

Userlevel 5
Badge +14

Hi @Harikrishnangr,

 

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

 

Tools → Debug Console

Userlevel 2
Badge +6

Hi @Harikrishnangr,

 

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

 

Tools → Debug Console

Thank you

Reply