Can I check if Serveroutput is on and if not, turn it on from within my stored procedure?
I am writing a stored procedure and I want to send messages back to the user. If they don't have serveroutput on they will never see them. Can I check if Serveroutput is on and if not, turn it on from within my stored procedure?
0