PLS-00701: illegal ORACLE error number string for PRAGMA
EXCEPTION_INIT

Answers were Sorted based on User's Feedback



PLS-00701: illegal ORACLE error number string for PRAGMA EXCEPTION_INIT..

Answer / guest

Cause: The error number passed to an EXCEPTION_INIT pragma
was out of range. The error number must be in the range
-9999 .. -1 (excluding -100) for Oracle errors or in the
range -20000 .. -20999 for user-defined errors.

Action: Use a valid error number.

Please add more information about this Error

Is This Answer Correct ?    1 Yes 1 No

PLS-00701: illegal ORACLE error number string for PRAGMA EXCEPTION_INIT..

Answer / chris

ORA-06550: Ligne 4, colonne 3 :
PLS-00701: numéro d'erreur ORACLE -1403 non autorisé pour
PRAGMA EXCEPTION_INIT

I' m sure the -01403 or -1403 exists

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-02045: too many local sessions participating in global transaction

1 Answers  


O2U-00205: None of the characters in a type name were legal identifier characters

1 Answers  


QSM-01037: Query Rewrite failed to allocate the necessary query join graph

1 Answers  


PLS-00314: TABLE declarations are not allowed as PL/SQL local variables

1 Answers  


RMAN-08549: database name (or lock name space) used for search: string

1 Answers  






ORA-30192: reserved for future use

1 Answers  


ORA-01715: UNIQUE may not be used with a cluster index

1 Answers  


RMAN-20502: DELETE EXPIRED cannot delete objects that exist - run CROSSCHECK

1 Answers  


RMAN-06452: %s package upgraded to version string

1 Answers  


ORA-08441: closed parenthesis missing in picture mask

1 Answers  


PLS-00224: object 'string' must be of type function or array to be used this way

1 Answers  


ORA-22629: OCIAnyData is null

1 Answers  


Categories