Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.4K Intelligent Advisor
- 75 Insurance
- 537.7K On-Premises Infrastructure
- 138.7K Analytics Software
- 38.6K Application Development Software
- 6.1K Cloud Platform
- 109.6K Database Software
- 17.6K Enterprise Manager
- 8.8K Hardware
- 71.3K Infrastructure Software
- 105.4K Integration
- 41.6K Security Software
Rman duplicate database support for cross endian migration

Hello
rman duplicate database does not support cross endians migration
( with diferent endian combinations, you have to use transportable tablespaces or datapump)
Could be possible rman duplicate database support cross endians migrations?
ie. duplicate database between Linux x86 and solaris sparc.
I think that it would be a great enhancement for Cross-Platform Data Transport.
Regards
Comments
-
Not sure encouraging cross-endian duplicates is a good idea.....
-
Not sure encouraging cross-endian duplicates is a good idea.....
but, cross-endian duplicates it is a Real life problem...
-
but, cross-endian duplicates it is a Real life problem...
For a genuine migration it's a real-life problem, and that is why RMAN has the features to do it.
For just a duplicate - it's not a duplicate if you need to convert it.
A duplicate means, same database, same O/S.
Otherwise it's not a duplicate.
-
For a genuine migration it's a real-life problem, and that is why RMAN has the features to do it.
For just a duplicate - it's not a duplicate if you need to convert it.
A duplicate means, same database, same O/S.
Otherwise it's not a duplicate.
When you have your test server on an other endian than your prod server. Would that be an application?
-
When you have your test server on an other endian than your prod server. Would that be an application?
Yes, this is the idea , i was thinking about an actual issue...we have producction databases in Sparc Solaris, but a developer team wants to clone it in linux...oh!!! it is not be able to do it using a simple rman command.