Hi,

I seem to run into the sequences problem quite often, I do a full export of the database(prod, 7.3.4) and then
import(fromuser touser)on the test database(8.1.7.1).
Everything completes succefully without any warnings, but my sequences are out of order and I end up dropping and recreating them every time. I have a lot of sequences and I don't want to do this everytime.
Am I doing something wrong during the import.

I drop all the objects related to the schema and then I do the import(fromuser touser) with ignore=y.

I would apprciate your input, thanks
vj