From RICHARD.T.CALE@saic.com Wed, 08 Aug 2001 07:49:40 -0700
From: "Cale, Rick T (Richard)" <RICHARD.T.CALE@saic.com>
Date: Wed, 08 Aug 2001 07:49:40 -0700
Subject: RE: PL/SQL length overflow prob
Message-ID: <F001.003641ED.20010808070105@fatcity.com>
MIME-Version: 1.0
Content-Type: text/plain


This is a restriction to using dbms_output that maximum length is >255.

>From MetaLink

This is a restriction of the package DBMS_OUTPUT().  The restriction  
 and resulting error messages are documented in the file dbmsotpt.sql. 
 This file can be found in the directory $ORACLE_HOME/rdbms/admin  
 on UNIX platforms.
 
Rick

-----Original Message-----
Sent: Wednesday, August 08, 2001 9:50 AM
To: Multiple recipients of list ORACLE-L


HI,

I am encountering the following problem in my pl/sql programme.Please let me
know how to counter ths prob:

DECLARE

*

ERROR at line 1:

ORA-20000: ORU-10028: line length overflow, limit of 255 bytes per
line

ORA-06512: at "SYS.DBMS_OUTPUT", line 99

ORA-06512: at "SYS.DBMS_OUTPUT", line 65

ORA-06512: at line 30   


Thanks in advance,
Uma
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Rao, UmaSankara S (CAP)
  INET: UmaSankara.Rao@Gecis.GE.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@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).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Cale, Rick T (Richard)
  INET: RICHARD.T.CALE@saic.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@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).


