|
小结一下:
1. Oracle® Database Backup and Recovery User's Guide 11g Release 2 (11.2)
第27章 Transporting Data Across Platforms 头两句说:
“You can use RMAN to transport tablespaces across platforms with different endian formats. You can also use RMAN to transport an entire database to a different platform so long as the two platforms have the same endian format. “
2. AIX 6.1 64bit (big endian) 和 oracle linux 5.4 64bit (little endian) 采用不同的endian. http://www.dba-oracle.com/art_dbazine_ault_cross_plat.htm
故只能采用 “use RMAN to transport tablespaces across platforms with different endian formats.”
|
|