Hi All,
Our current database is 10.2.0.3 hosted on Solaris 10 update 3. We are planing to upgrade it to 11.2.0.4.
Now the problem is that 11.2.0.4 is not supported on Solaris 10 update 3. It is supported on Solaris 11 and 10.2.0.3 is not supported on Solaris 11.
What i am planing to do I don't want to use export import as it is EBS database.
I am planing to take the full RMAN source database backup and copy it to Solaris 11 Server.
On target Server, Where i will install Oracle 11gR2 and restore the RMAN backup of 10gR2 database.
start the database in
alter database open resetlogs upgrade;
Then upgrade the database manually.
Both are on same platform hence no database migration is migrated.
Please suggest will this work or let me know if somebody has some other ideas.
Thanks