About dbms_output.put_line( ) package

What is the maximum size of the message that we can give in dbms_output.putline();

Questions by usrkraju

Showing Answers 1 - 12 of 12 Answers

sippsin

  • Jul 21st, 2008
 

Here is an Error when i tried to give too many characters in Dbms_Output.put_line

ORU-10028:

Search results:

The following seemingly harmless statement produces an ORU-10028: line length overflow, limit of 255 bytes per line error:
This is because dbms_output.put_line cannot print lines that exceed 255 characters.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions