ORA-04015
Error: ORA-04015: ascending sequences that CYCLE must specify MAXVALUE
Causa: A value was not specified in the CREATE SEQUENCE statement. Sequences that cycle must specify a value at which to begin again.
Acción: Recreate the sequence, specifying the value at which it is to begin.
COMENTARIOS:
No hay comentarios.