RMAN CROSS PLATFORM DUPLICATE [message #345509] |
Wed, 03 September 2008 22:09 |
n.dba
Messages: 6 Registered: September 2008 Location: NJ
|
Junior Member |
|
|
I have do database cloning from one server to another i.e. solaris to linux.i had seen rman duplicate is the best practise for the same host. but i m not able to find out for different platforms.my situation is like....i have to clone my production database that is on solaris to new linux box which is have only linux o/s on it. no database yet.i was searching for proper steps for such a situation but not found yet.if somebody passed with same situation then please let me know.
[Updated on: Wed, 03 September 2008 22:10] Report message to a moderator
|
|
|
|
|
Re: RMAN CROSS PLATFORM DUPLICATE [message #345712 is a reply to message #345647] |
Thu, 04 September 2008 10:24 |
macdba
Messages: 27 Registered: May 2005 Location: US
|
Junior Member |
|
|
As Mahesh said, if they are having the same endian format and on 10g you can transfer the volumes. But as far as SUN to Linux is concerned, SUN is on BIG endian format and Linux on LITTLE. You can not convert the endian format for these volumes from SUN to Linux.
Only option left is logically migrate the database either using export/import, etl tool, sql loader, shareplex, streams etc
regards
--Mak
|
|
|
Re: RMAN CROSS PLATFORM DUPLICATE [message #345717 is a reply to message #345509] |
Thu, 04 September 2008 10:36 |
n.dba
Messages: 6 Registered: September 2008 Location: NJ
|
Junior Member |
|
|
Yes mahesh you are right regarding ENDIAN format..i m posting below for solaris and linux both.PLATFORM_ID
For Solaris
-----------
PLATFORM_NAME
--------------------------------------------------------------------------------
ENDIAN_FORMAT
--------------
2
Solaris[tm] OE (64-bit)
Big
For linuxPLATFORM_ID
-----------
PLATFORM_NAME
--------------------------------------------------------------------------------
ENDIAN_FORMAT
--------------
13
Linux 64-bit for AMD
Little
which of the best practise would solve my problem
|
|
|
|
|
|
|
|