Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> pls-00553 when Set Serverout On in glogin.sql

pls-00553 when Set Serverout On in glogin.sql

From: Madhusudhanan Sampath <madhulist_at_hotmail.com>
Date: Fri, 16 Aug 2002 21:28:19 -0800
Message-ID: <F001.004B82B9.20020816212819@fatcity.com>


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



MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx
-- 
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-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Sat Aug 17 2002 - 00:28:19 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US