RAC migration windows to linux using dataguard
I have the following scenario:
2 node RAC Database 10.2.0.4 over windows server 2003 SP2 64bits
SQL> select platform_id, platform_name from v$database;
PLATFORM_ID PLATFORM_NAME
----------- --------------------------------------------------------------------------------
12 Microsoft Windows x86 64-bit
I'm planing to migrate this enviroment to the following:
2 node RAC Database 11.2.0.2 over Oracle Enterprise Linux 6 64bits.
The question is simple:
is it possible to accomplish this migration task using oracle dataguard to setup a standby database over linux and so do a switchover or failover?
Best Regards,
Pierre