Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: import database question
In your case of export at the "user/owner" level...
You need the DBA role to export/import from 1 account to another account (no matter if going to the original database or a 2nd database).
But, you do not need DBA to export and import from/to the same account, even if on different databases.
However, if an account has the DBA role and does a user level export of its own tables, you will need DBA in the "to" database even if importing into the same account name. This still seems odd to me, but it did happen in 8i.
In either case, you need to pre-create the "to" account (and of course the 2nd database must already exist).
Also, I like creating a "parameter" file with all the options (I always use the log file option because there are often errors that fly across the screen and if not logging you miss these errors).
I always use the same version of export and import if possible, but going from an older to a newer should not be a problem.
Couple of useful commands:
exp help=y
imp help=y
imp parfile=myoptions.par
-- "myhome" <myhome_at_home.hk> wrote in message news:3f137b40$1_at_shknews01...Received on Tue Jul 15 2003 - 23:35:28 CDT
> I have a dmp file for my database SID=test. I have export the database
for
> user "owner". So do I need to create "test" database and user "owner"
before
> I import this dmp file??
>
> Moreover, Is there any extra procedure before import dmp file??
>
> thx
>
>
![]() |
![]() |