Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> pls-00553 when Set Serverout On in glogin.sql
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 presents error during run-time.
"PLS-00553 character set name is not recognized"
(Environment is 8.1.6 on NT4 SP6; am testing this on a small DB/OS Server)
Regards
Madhu
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Madhusudhanan Sampath INET: madhulist_at_hotmail.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-LReceived on Sat Aug 17 2002 - 00:28:19 CDT
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).