I have a stored procedure and have put some debug messages like
call dbms_output.put ('calling clean up on <tableName>');
while invoking the procedure, I don't see this line. I am using Aqua data studio for my work. I also did the following while calling the SP
set serveroutput on@ and set serveroutput on
but getting the error like
An unexpected token "on@" was found following "set serveroutput ". Expected tokens may include: "="
Can you please suggest as to how to see the statements which I am putting as kind of logs within a SP? I am using "AquaData Studio - 7.0.39"