pls-00553 when 'Set Serverout On' in glogin.sql

2002-08-21 Thread Madhusudhanan Sampath
(reposting) -- List, Are we not supposed to 'Set Serveroutput On' in the glogin.sql file? If the parameter is set in glogin.sql, I'm getting the following error when using DBMS_OUTPUT in pl/sql SQL Create or Replace Procedure TEST1 as Begin DBMS_OUTPUT.PUT_LINE('TEST'); End;

pls-00553 when Set Serverout On in glogin.sql

2002-08-16 Thread Madhusudhanan Sampath
List, Are we not supposed to 'Set Serveroutput On' in the glogin.sql file? I'm getting the following error when using DBMS_OUTPUT in pl/sql if the parameter is set in glogin.sql. SQL Create or Replace Procedure TEST1 as Begin DBMS_OUTPUT.PUT_LINE('TEST'); End; Compiles ok, but