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: Export from HP Unix / Import to Redhat

Re: Export from HP Unix / Import to Redhat

From: David Eckermann <dbadude_at_nwlink.com>
Date: Wed, 14 Apr 2004 09:32:22 -0700
Message-ID: <407D6796.7000905@nwlink.com>


My guess is that due to the 7.3.4 version the only option you have is export-import. (I don't think there's an Oralce 7.3.4 for linux).

You could then:
1) export the DB in the HP box (7.3.4 export) ie
exp userid=user/pass file=734_exp.dmp etc, etc, etc

2) move the file o the linux box.
ie
scp 734_exp.dmp oracle_at_linuxbox:/tmp/734_exp.dmp

3) import the file into 8i or 9i:
ie
imp userid=user/pass file=734_exp.dmp etc, etc, etc

Smith, Ron L. wrote:

>We are getting ready to upgrade an Oracle 7.3.4 HP Unix database and in
>the process move the database to an Oracle 8i or 9i database on an Intel
>Linux platform.
>
>My question is; How do I move the data from one to the other? Are the
>formats compatible?
>
>Thanks!
>Ron Smith
>----------------------------------------------------------------
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>----------------------------------------------------------------
>To unsubscribe send email to: oracle-l-request_at_freelists.org
>put 'unsubscribe' in the subject line.
>--
>Archives are at http://www.freelists.org/archives/oracle-l/
>FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
>-----------------------------------------------------------------
>
>
>



Please see the official ORACLE-L FAQ: http://www.orafaq.com

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--
Archives are at http://www.freelists.org/archives/oracle-l/
FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
Received on Wed Apr 14 2004 - 11:31:56 CDT

Original text of this message

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