-1

Data migration, if we are doing phase wise migration of database and DB replication we cannot go for. Then how do you think if we manually sync both the databases. How to manage sequences in this case so that both databases have Unique ID generated?

Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

0

Change the sequence definition in the 2nd database to use a different range of values.

Beege
  • 665
  • 4
  • 18