ORA-08003
Error: ORA-08003: sequence string.NEXTVAL exceeds internal limits
Causa: The sequence was created with unsafe values for some of the parameters. The calculation of NEXTVAL cannot be made because it exceeds the legal representation size.
Acción: Alter or re-create the sequence number with legal limits.
COMENTARIOS:
No hay comentarios.