The SEQ_rcd_seqn sequence
The SEQ_rcd_seqn sequence is used to populate the rcd_seqn column and to guarantee read stability as described before. The sequence is created automatically by the database driver, if the driver needs it.
It is important that the sequence generates an ever increasing sequence of numbers. Do not remove or alter the sequence.