Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Export user
Szymon Manduk <sm_at_profidata.com.pl> schreef in berichtnieuws
tweM4.29628$hK2.582740_at_news.tpnet.pl...
> Hello !
>
> Is it possible to export user and all his objects from one database and
> import to another ?
>
> TIA
>
> Simon
>
> Oracle8i 1.5.0 / Windows NT
>
>
>
>
Yes,
in parameter mode use
exp username/password@<database> file=<filename> owner=<youruser> compress=N
log=<any filename> buffer=8192000
Then pre-create the user on the target database (the export file won't do that for you) and import the file.
To get a list of options for exp and imp use exp help=y or imp help=y.
Hth,
Sybrand Bakker, Oracle DBA Received on Sat Apr 22 2000 - 00:00:00 CDT