Advertisement
dwhitzzz

Oracle enable dbms_output

Apr 10th, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 0.08 KB | None | 0 0
  1. SET SERVEROUTPUT ON
  2.    BEGIN
  3.      DBMS_OUTPUT.Put_Line(SYSTIMESTAMP);
  4.    END;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement