Simple question, is it possible to give an alias to the output function in the question title so that I can call something like trace('hello') rather than DBMS_OUTPUT.PUT_LINE('hello')?
I would like this because I use output to help with debugging and I am tired of typing that whole function name out and/or copy and pasting it all the time.
Thanks for your time.