I am planning to migrate my 15 TB database from Solaris to Linux. Below are my approach
There are 100 schemas to migrate from Oracle 10g to Oracle 11g
For Example: When I start Data Pump Export(schema wise) my SCN is 2343 and exported and imported from Source to Target db
Can i take export from SCN 2344 using flashback_scan, and import into target db. Will the target db will be in sync using this method?