Actually on Oracle 10g. We could migrate to 12c if this can help us out.
- We 2 schemas : A_ADMIN and A2.
- Main schema is A2 which contains some synonyms pointing to A_ADMIN tables.
- We'd like to move referenced A_ADMIN objects to A2 schema so only one schema would be needed.
- There are triggers, packages, indexes, unicity constraints...
What's the best way to proceed, considering we have development and production environment so we'd like to prepare migration script(s) to do so ?