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;
/