Console output Db2

I am having some troubles in outputing a desired message to the console. Bellow is a simple script with dbms_output.put_line procedure. I tried to find some session based option to enable output in the console but I have not found it. Same procedure call triggered in db2 console works well.

sample script:

begin
call dbms_output.enable(1);
call dbms_output.put_line('fsdfa');
end

 

 

 

1
1 comment
Official comment

Hello Matej,

It is not yet possible to enable dbms output for DB2, please vote and follow the https://youtrack.jetbrains.com/issue/DBE-2344

Please sign in to leave a comment.