Hello,
We have a geodatabase in Oracle 12c that we are planning to migrate on Postgres.
Is there any guidelines on how to proceed for doing so ?
Ideally we would like to re-create a new SDE schema on our new Postgres database to restart on clean base, and after that migrate our schemas that contains our geographic data with a migration tool (ora2pg).
- Is that possible ?
- If it is, how can we link our migrated schemas with the new SDE schema ?
Thanks in advance for your help.