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

Home -> Community -> Usenet -> c.d.o.server -> Re: Copying database from one NT to another UNIX

Re: Copying database from one NT to another UNIX

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/07/11
Message-ID: <963348801.12603.1.pluto.d4ee154e@news.demon.nl>#1/1

"Mueller" <muellerhans_at_gmx.de> wrote in message news:396b595f$0$6052_at_businessnews.de.uu.net...
> Hi,
>
> Can you please show me the best way to copy the database (8.1.6) from one
 NT
> to another UNIX (8.1.6).
> (exp imp?)
>
> Thanks for help
>
>
>
>

Full database export on NT
exp username/password full=y direct=y file=<whatever> log=<whatever> compress=N

Full import on Unix
imp username/password full=y commit=y ignore=y file=<whatever> log=<whatever> etc.

Hth,

Sybrand Bakker, Oracle DBA Received on Tue Jul 11 2000 - 00:00:00 CDT

Original text of this message

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