Oracle Sql Log To Console

[Solved] Oracle Sql Log To Console | Php - Code Explorer | yomemimo.com
Question : oracle sql log to console

Answered by : lucas-pauw9cuw3gol

set serveroutput on format wrapped;
begin DBMS_OUTPUT.put_line('simple comment');
end;
/
-- do something
begin DBMS_OUTPUT.put_line('second simple comment');
end;
/

Source : https://stackoverflow.com/questions/193107/print-text-in-oracle-sql-developer-sql-worksheet-window | Last Update : Fri, 19 Mar 21

Answers related to oracle sql log to console

Code Explorer Popular Question For Php