App schema movement (from 11.2.0.4 on server A to 12.1.0.2 on server B): which is the best practice
Hi
We wanted to move application data from 11.2.0.4 to 12.1.0.2. from one server to another (different dbs) In this way, We just moved the main app schema using expdp and impdp in test and dev environments. Things seem okay. My query is, is this the correct method? or do we need to move from 11.2.0.4 db to 11.2.0.4 db (server to server) and then do the upgrade from 11.2.0.4 to 12.1.0.2 ? Please let know which is the best practice method.
Thanks.