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

Home -> Community -> Usenet -> c.d.o.misc -> Re: export the database to another server

Re: export the database to another server

From: Matthias Gresz <GreMa_at_t-online.de>
Date: 1998/01/20
Message-ID: <6a1id3$lr3$1@news01.btx.dtag.de>#1/1

Hi,

for export try something like:

c:\programm\orant\bin\exp73.exe <dba>/<pwd> file=d:\dbf\dump\exp.dmp full=y log=d:\dbf\dump\log.txt >> c:\exp.log

for import on new location try something like:

c:\programm\orant\bin\imp73.exe <dba>/<pwd> file=d:\dbf\dump\exp.dmp full=y log=d:\dbf\dump\log.txt ignore=y commit=y buffer=120000 >> c:\imp.log

If you've another version than 7.3 look for the correct name of the export and import facilities.

suisum_at_freenet.edmonton.ab.ca wrote:
>
> Can I know how to:
>
> - export the database to another server
> - export the database to a tape.
>
> Can I knwo the syntax, please?
>
> --
> Best regards,
 

-- 
Regards

Matthias Gresz    :-)
Received on Tue Jan 20 1998 - 00:00:00 CST

Original text of this message

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