You can take a coldbackup from solaris and use it on windows NT?A) YesB) Yes, if RMAN backup performed from NT serverC) Yes, after running RMAN convertD) No

Questions by dinesh1909   answers by dinesh1909

Showing Answers 1 - 15 of 15 Answers

suchoudh

  • May 1st, 2008
 

D) NO

Reason :

We can use rman convert only for Os with same endian format.

Solaris is big endian and windows is small endian and hence rman convert will not work in this scenario. We will need to use transportable tablespace here.
Check note 413586.1

SQL> select PLATFORM_NAME, ENDIAN_FORMAT from V$TRANSPORTABLE_PLATFORM;

PLATFORM_NAME                            ENDIAN_FORMAT
---------------------------------------- --------------
Solaris[tm] OE (32-bit)                  Big
Solaris[tm] OE (64-bit)                  Big
Microsoft Windows IA (32-bit)            Little
Linux IA (32-bit)                        Little
AIX-Based Systems (64-bit)               Big
HP-UX (64-bit)                           Big
HP Tru64 UNIX                            Little
HP-UX IA (64-bit)                        Big
Linux IA (64-bit)                        Little
HP Open VMS                              Little
Microsoft Windows IA (64-bit)            Little
IBM zSeries Based Linux                  Big
Linux 64-bit for AMD                     Little
Apple Mac OS                             Big
Microsoft Windows 64-bit for AMD         Little
Solaris Operating System (x86)           Little
IBM Power Based Linux                    Big

This roughly translates as 3 thumb rules
1) Microsoft and linux are  little endian
2) IBM Soalris and Apple are  big endian
3) HP tru and open are little endian but 64 bit are BIG endian

Yes we can use it... RMAN can convert the datafiles from little endian to big endian... The only exception is that both the databases have to use the same national character set and character set...

  Was this answer useful?  Yes

Amin

  • Oct 14th, 2016
 

Yes, we can do it. Take logical backup of export datapump and import it into window NT system.

  Was this answer useful?  Yes

Vikas

  • Jan 9th, 2018
 

NO, cross platform restore is only possible thru DATAPUMP or with transporatable tablepaces.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions