Skip to Main Content

SQL Developer for VS Code

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

No output from DBMS_OUTPUT after upgrade to 25.3

jsqfel24 hours ago

Hello,

After updating the extension, the output stopped displaying. Previously, it displayed without any problems.

Only the following line is displayed in SCRIPT OUTPUT: PL/SQL procedure successfully completed.

begin

dbms_output.enable;

dbms_output.put_line('test');

end;

/

This post has been answered by thatJeffSmith-Oracle on Oct 10 2025
Jump to Answer
Comments
Post Details
Added 24 hours ago
6 comments
73 views