set serverOutput off from UI
444079May 17 2005 — edited May 19 2005hi
i'm using ODP.net to connect from my .net web application to Oracle database. I have a stored procedure, which will return Overflow error. But i can run it using PL/SQL if i uncheck the Enabled option in PL/SQL Developer -> Tools -> Preferences -> Output.
my question is, can i set this one from my .net page that calls the stored procedure?
TQ!