C.Bru
0
Q:

print in pl sql

dbms_output.put_line("YOUR MESSAGE"); 
1
-- EXAMPLE
SET SERVEROUTPUT ON;
BEGIN
DBMS_OUTPUT.PUT_LINE('This is printed. '||'This is concatenated and printed too!');
END;
/
0

New to Communities?

Join the community