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: CLONE

RE: CLONE

From: Ted Coyle <oracle-l_at_webthere.com>
Date: Fri, 24 Aug 2007 09:28:38 -0400
Message-ID: <000c01c7e652$ae7ad220$6401a8c0@medecision.com>


select * from V$TRANSPORTABLE_PLATFORM where platform_name like 'Solaris%' or platform_name like 'Linux%';  

PLATFORM_ID|PLATFORM_NAME                 |ENDIAN_FORMAT

-----------|------------------------------|--------------

          1|Solaris[tm] OE (32-bit)       |Big

          2|Solaris[tm] OE (64-bit)       |Big

         10|Linux IA (32-bit)             |Little

         11|Linux IA (64-bit)             |Little

         13|Linux 64-bit for AMD          |Little

         17|Solaris Operating System (x86)|Little

 

I you are running Solaris x86 you are in luck..  

Ted  


From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Syed Sabdar Hussain
Sent: Friday, August 24, 2007 5:55 AM
To: oracledbam_at_hotmail.com
Cc: Oracle List
Subject: Re: CLONE  

If you are on Oracle 10g (10.2), there is a possibility to to convert the database from one OS to another OS.

For more information, take a look at the bleow URL.

http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/dbxptrn002.ht m

Regards,
Sabdar Syed.

On 8/23/07, Dean Paul < <mailto:oracledbam_at_hotmail.com> oracledbam_at_hotmail.com> wrote:

Hi,  

I want to migrate database from Sun solaris to Linux. Can I do cloning to migrate data?
or cloning doen't work on cross platform. Thanks  

Paul


Get news, entertainment and everything you care about at Live.com. Check it out! <http://www.live.com/getstarted.aspx+>  

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Aug 24 2007 - 08:28:38 CDT

Original text of this message

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