-
Expert Member
Dbms_output.put_line
Why DBMS_OUTPUT.PUT_LINE do not work in toad?
Is there any equivalent function in the toad?
-
Re: Dbms_output.put_line
Who told you that it does not work in TOAD.
-
Expert Member
Re: Dbms_output.put_line
If I use it in toad it is showing message identifier 'DBMS.OUTPUT_PUT' must be declared
-
Expert Member
Re: Dbms_output.put_line
begin
dbms_output.enable(10000);
dbms_output.put_line('Hai');
end;
In toad u must 'on' turn ouput option (it must be in dbms Output ).
with in dbmsoutput option u can find Hai ....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules