Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can we use dbms_output.put_line in a function?

Status
Not open for further replies.

mkey

Programmer
Oct 3, 2001
288
CA
hI ALL,
i have set the serveroutput on


Thanks!
 
You can use dbms_output.put_line in a function.
 
sometimes if the output is large then the output wont be displayed and the function will abort in that case say

set serveroutput on size 1000000
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top