Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: ENDIAN_FORMAT - little or big of Solaris 8/9 (32/64 bit) & IBM AIX OS?

RE: ENDIAN_FORMAT - little or big of Solaris 8/9 (32/64 bit) & IBM AIX OS?

From: Powell, Mark D <mark.powell_at_eds.com>
Date: Tue, 13 Sep 2005 12:45:29 -0400
Message-ID: <5A14AF34CFF8AD44A44891F7C9FF41050395BABA@usahm236.amer.corp.eds.com>


Oracle did not support movement of datafiles across non-compatible hardware until version 10g with the use of rman.

With all lower released you move data using exp, binary ftp, and imp or use exp/imp across network.

HTH -- Mark D Powell --

-----Original Message-----

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of VIVEK_SHARMA Sent: Tuesday, September 13, 2005 12:16 PM To: Oracle-L
Subject: ENDIAN_FORMAT - little or big of Solaris 8/9 (32/64 bit) & IBM AIX OS? On my Oracle 8.1.7 & 9.2 databases:-

SQL> SELECT * FROM V$TRANSPORTABLE_PLATFORM; Failing with the Error:-

SELECT * FROM V$TRANSPORTABLE_PLATFORM
              *
ERROR at line 1:
ORA-00942: table or view does not exist

How can the respective view be created / enabled?

Is there any Other way to know the ENDIAN_FORMAT i.e. little or big for machines running Solaris 8/9 (32/64 bit) & IBM AIX OS?

Need to know the same to check use of Transportable tablespace movement across heterogeneous O.S. with Oracle 9.2

Also assuming the ENDIAN_FORMAT is the same, does Oracle officially support the usage of Transportable tablespace to move DB from SUN to AIX using Oracle 9.2?

Thanks

Received on Tue Sep 13 2005 - 11:48:06 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US