I need to run store procedure for data processing. During data processing, I need to show some messages / information to a log file / screen, how can I do it?
Can I use DBMS_OUTPUT.PUT _LINE in the store procedure ? If so, how to set the "Set serverouput on" inside the store procedure ? Thanks !
Can I use DBMS_OUTPUT.PUT _LINE in the store procedure ? If so, how to set the "Set serverouput on" inside the store procedure ? Thanks !