Skip to content

Start with the same values in both Oracle and Postgres sequences

For the moment the sequence ARCHIVE_FILE_ID_SEQ starts as 4294967296 (2^32) in Oracle, while with Postgres it starts as 0.

The reason for starting with 2^32 is intentional, to catch eventual issues related to the variables max size. Therefore, the same values should be used in Postgres.