import problem
474047Jun 20 2006 — edited Jun 20 2006Dear all,
I have an import problem, I have a dump file of a schema of a remote database and want to import it into a user schema at my local database and when I issue the import command it gives me an error that this export made by another dba and the dba must import this file
The export command I used was:
----------------------------------------
Exp hrd/hrd@ora file=c:\hrd.dmp rows=y
And the import command was:
------------------------------------
imp hrd/hrd file=c:\hrd.dmp rows=y
the error was:
------------
IMP-00013: only a DBA can import a file exported by another DBA
IMP-00000: Import terminated unsuccessfully