Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> package errors
I am getting this error from these packages. In one database they create
just fine (8.1.7.0.0) and the other database they error out (8.1.7.1.0)
does anybody have an idea?
SQL> @p_autoaud_api.pck
CREATE PACKAGE BODY p_autoaud_api
*
ERROR at line 1:
ORA-06553: PLS-103: Encountered the symbol "" when expecting one of the
following:
<an identifier> <a double-quoted delimited-identifier> check
foreign primary unique
ORA-06553: PLS-114: identifier ' VARCHAR2(BYTECOUNT=>16) NOT N' too long
ORA-06553: PLS-112: end-of-line in quoted identifier
SQL> @p_autoaud_utl.pck
CREATE OR REPLACE PACKAGE BODY p_autoaud_utl
*
ERROR at line 1:
ORA-06553: PLS-103: Encountered the symbol "" when expecting one of the
following:
<an identifier> <a double-quoted delimited-identifier> check
foreign primary unique
ORA-06553: PLS-114: identifier ' VARCHAR2(BYTECOUNT=>16) NOT N' too long
ORA-06553: PLS-112: end-of-line in quoted identifier
thanks,
David Ehresmann
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Ehresmann, David INET: David.Ehresmann_at_ps.net Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- 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 Fri Aug 29 2003 - 17:39:35 CDT
![]() |
![]() |