DBMS_OUTPUT.PUT_LINE Produces No Output
(Doc ID 1143786.1)
Last updated on JANUARY 30, 2022
Applies to:
PL/SQL - Version 10.2.0.4 and laterInformation in this document applies to any platform.
Symptoms
DBMS_OUTPUT.PUT_LINE is used to display messages to the screen.
The following should output the word "HI" but does not for any user (apart from SYS).
SQL> set serveroutput on
SQL> exec dbms_output.put_line('HI');
PL/SQL procedure successfully completed.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |