Skip to main content
Question

How to create Output Logs for procedures

  • October 9, 2023
  • 2 replies
  • 70 views

Forum|alt.badge.img+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

hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Superhero (Customer)
  • 326 replies
  • October 9, 2023

Hi @Harikrishnangr,

 

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

 

Tools → Debug Console


Forum|alt.badge.img+6
  • Author
  • Sidekick (Customer)
  • 30 replies
  • October 26, 2023

Hi @Harikrishnangr,

 

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

 

Tools → Debug Console

Thank you