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.