ORA-04014

Error: ORA-04014: descending sequences that CYCLE must specify MINVALUE

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: Re-create the sequence, specifying the value at which it is to begin.

COMENTARIOS:


No hay comentarios.