dmbs output in command window

kodo

Member
Hello!

In Version 5.0.2 I saw all dmbs_output output in the command window when excecuting a procedure.
In Version 5.1.3.704 I don't see the output any more :(

Is there some parameter I have to set?

greetings,

Marco
 
You can put "set serveroutput on" in the Login.sql script in directory where PL/SQL Developer is and you won't have to worry about it.

There's also an AfterConnect.sql script that I use to set up environment variables and stuff. I'm not totally sure what the differences are - if one doesn't work, I try the other.
 
yep thank you. It came to my mind this morning, too. for some reason I didn't have the idea that maybe my login.sql script issn't excecuted probably and that was the whole problem...

greetings,

marco
 
Back
Top