Esta es la consulta para listar las plataformas que Oracle tiene disponibles para ser instalada, pero además esta consulta expone el formato Endian en que están. Esto ultimo es sumamente importante al momento de una migración, ya que los script de Oracle lo utilizan para saber la plataforma origen.
SELECT platform_name, endian_format, platform_id FROM v$transportable_platform ORDER BY platform_name;
La respuesta normal debiese ser
PLATFORM_NAME ENDIAN_FORMAT PLATFORM_ID ----------------------------------------------------------------------------------------------------- -------------- ----------- AIX-Based Systems (64-bit) Big 6 Apple Mac OS Big 16 Apple Mac OS (x86-64) Little 21 HP IA Open VMS Little 19 HP Open VMS Little 15 HP Tru64 UNIX Little 5 HP-UX IA (64-bit) Big 4 HP-UX (64-bit) Big 3 IBM Power Based Linux Big 18 IBM zSeries Based Linux Big 9 Linux IA (32-bit) Little 10 Linux IA (64-bit) Little 11 Linux x86 64-bit Little 13 Microsoft Windows IA (32-bit) Little 7 Microsoft Windows IA (64-bit) Little 8 Microsoft Windows x86 64-bit Little 12 Solaris Operating System (x86) Little 17 Solaris Operating System (x86-64) Little 20 Solaris[tm] OE (32-bit) Big 1 Solaris[tm] OE (64-bit) Big 2