ORA-21000

Error: ORA-21000: error number argument to raise_application_error of stringstring is out of range

Causa: An attempt was made to specify a number not in the allowed range.

Acción: Use an error number in the range of -20000 to -20999, inclusive.

COMENTARIOS:

por Marco | 17/06/2019 20:06:21

RE: ORA-21000

SQL> @Install_Script_Botgen_Update_300.sql;

1 row updated.

UPDATE BOTGEN_DET_TBL_GRA SET TGDTG_COD_COO_CIN = 19 WHERE TGETG_COR_TBL_K=300 AND TGDTG_GLS_CCN_K=\'00000000000031965047\'
*
ERROR at line 1:
ORA-21000: error number argument to raise_application_error of -1 is out of
range
ORA-06512: at \"BOTGEN_ADM.BOTGEN_TRG_ACL_LOG_TBL\", line 128
ORA-04088: error during execution of trigger
\'BOTGEN_ADM.BOTGEN_TRG_ACL_LOG_TBL\'



1 row updated.


1 row updated.