DECLARE T VARCHAR2(4000);
BEGIN
OMS_OWNER.ND_IWP_ALERTS_LEGAL(9310,T);
DBMS_OUTPUT.PUT_LINE ( 'T = ’ || T );
END;
DECLARE T VARCHAR2(4000);
BEGIN
OMS_OWNER.ND_IWP_ALERTS_LEGAL(9310,T);
DBMS_OUTPUT.PUT_LINE ( 'T = ’ || T );
END;
Fixed it forgot to include SERVEROUTPUT ON
From: dhuhncke [mailto:bounce-dhuhncke@toadworld.com]
Sent: Friday, September 05, 2014 1:42 PM
Subject: [Toad for Oracle - Discussion Forum] can’t get dbms output to work
Thread created by dhuhncke
DECLARE
T
VARCHAR2(4000);
BEGIN
OMS_OWNER.ND_IWP_ALERTS_LEGAL(9310,T);
DBMS_OUTPUT.PUT_LINE
(
'T = ’
||
T
);
END;
To reply, please reply-all to this email.
Stop receiving emails on this subject.
Or
Unsubscribe from Toad for Oracle - General notifications altogether.
Toad for Oracle - Discussion Forum
Flag
this post as spam/abuse.
Check to be sure you have enabled the DBMS_OUTPUT tab on the same window below