Approach for upgrade 11g database to 19c database Inquiry
Source database version:11.2.0.2
Source OS:Solaris 10
Target database version:19.5
Source OS:Solaris 11
Database size :450 GB
Storage :File system storage
Shortlisted some method to fulfill the requirement
- Data Pump expdp/impdp
- i) Using DBUA upgrade 11.2.0.2 to 11.2.0.4 at Solaris 10 ii) Using Full Transportable Export/Import to migrate database from Solaris 10 to Solaris 11
- i) Using DBUA upgrade 11.2.0.2 to 11.2.0.4 at Solaris 10 ii) Do RMAN backup 11.2.0.4 DB at Solaris 10 , transfer backupset to Solaris 11 server iii) Using RMAN recover 11.2.0.4 DB at Solaris 11 iv) Using DBUA upgrade 11.2.0.4 to 19.5 at Solaris 10
Anyone have any idea how to estimate duration for each method above ? or got any other approach can achieve target ?