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: Wed, 21 Aug 2002 20:08:24 -0800
Message-ID: <F001.004BC250.20020821200824@fatcity.com>


(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;

Compiles ok, but presents error during run-time.

"PLS-00553 character set name is not recognized"


(8.1.6.0 on NT4 SP6; am testing this on a small DB/OS Server)
Regards Madhu _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- 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 Wed Aug 21 2002 - 23:08:24 CDT

Original text of this message

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