Database Reference
In-Depth Information
15 HP Open VMS Little 0
16 Apple Mac OS Big 0
17 Solaris Operating System (x86) Little 0
18 IBM Power Based Linux Big 0
19 HP IA Open VMS Little 0
20 Solaris Operating System (x86-64) Little 0
21 Apple Mac OS (x86-64) Little 0
20 rows selected.
SQL>
If you want to see only target platforms that are endian-compatible with the source
platform, run this query at your source database:
SQL> COL "Source" FORM A32
SQL> COL "Compatible Targets" FORM A32
SQL> BREAK ON "Source"
SQL> select d.platform_name "Source", t.platform_name
"Compatible Targets", endian_format
from v$transportable_platform t, v$database d
where t.endian_format = (select endian_format
from v$transportable_platform t,
v$database d
where d.platform_name =
t.platform_name)
SQL> /
Source Compatible Targets
ENDIAN_FORMAT
-------------------------------- -------------------------
------ --------------
Source Compatible Targets ENDIAN_FORMAT
------------------------------ ---------------------------------- --------------
Microsoft Windows x86 64-bit Microsoft Windows IA (32-bit) Little
Linux IA (32-bit) Little
HP Tru64 UNIX Little
Linux IA (64-bit) Little
HP Open VMS Little
Microsoft Windows IA (64-bit) Little
Search WWH ::




Custom Search