Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: IMP stalls (???)
IANAL_VISTA wrote:
> "David_T (MO)" <d_thomas02_at_hotmail.com> wrote in > news:1119280353.909587.174480_at_f14g2000cwb.googlegroups.com: > >
> > TRACE the session & find out what's happening under the hood. >
Check Metalink Note:213872.1, which appears to exactly match your problem.
Is this truly a "backup" database, or rather one used for testing and other purposes? A logical backup (export) is far from the best way to protect your running production database in real time.
Beyond that, you would probably be better off to use the OWNER=... option of EXP to specify the specific schemas you wish to export, without doing a FULL export. Simply drop the schema(s) first in the "backup" database, then import the fresh dump.
-Mark Bole Received on Mon Jun 20 2005 - 10:36:40 CDT
![]() |
![]() |