Reputation: 35
Has anyone tried using rman or an export to move data from an oracle exadata instance to a non-exadata instance?
Upvotes: 0
Views: 150
Reputation: 51
data itself won't be a problem, you can use expdp or rman, even you can configure a Dataguard standby as one option with low downtime.
What you mainly need to account for is performance, Exadata and depending of the version has so many features out of the box, that it will be mandatory to have some regresion testing to ensure all the queries meet your needs. Some of these features include but are not limited to RDMA memory, SmartScans, EHCC, FlashCards(Flash logging), Storage Indexes,etc
Upvotes: 1