跨平臺遷移支援檢視

chicken0915發表於2012-07-13
v$transportable_platform
跨平臺遷移表空間,直接複製資料檔案,檢視ENDIAN_FORMAT關鍵字相同與否;
SQL> select * from v$transportable_platform. order by ENDIAN_FORMAT;
PLATFORM_ID PLATFORM_NAME                            ENDIAN_FORMAT
----------- ---------------------------------------- --------------
          4 HP-UX IA (64-bit)                        Big
          1 Solaris[tm] OE (32-bit)                  Big
         16 Apple Mac OS                             Big
          3 HP-UX (64-bit)                           Big
          9 IBM zSeries Based Linux                  Big
          6 AIX-Based Systems (64-bit)               Big
          2 Solaris[tm] OE (64-bit)                  Big
         18 IBM Power Based Linux                    Big
         17 Solaris Operating System (x86)           Little
         12 Microsoft Windows 64-bit for AMD         Little
         13 Linux 64-bit for AMD                     Little
PLATFORM_ID PLATFORM_NAME                            ENDIAN_FORMAT
----------- ---------------------------------------- --------------
          8 Microsoft Windows IA (64-bit)            Little
         15 HP Open VMS                              Little
          5 HP Tru64 UNIX                            Little
         10 Linux IA (32-bit)                        Little
          7 Microsoft Windows IA (32-bit)            Little
         11 Linux IA (64-bit)                        Little
已選擇17行。

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7755871/viewspace-735437/,如需轉載,請註明出處,否則將追究法律責任。

相關文章