Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Import utility limitation
Hi Rudy,
Your import will have thrown up ORA-00001 errors for each insert on the
table i.e. PK violation. Import attempts an insert NOT an update. The
ignore=y flag refers to object creation only.
A way around this would be to CTAS from the emp table, drop the emp table, import, manually merge the data.
You may also want to have a look at how Log Miner works.
IMO In all but the most extreme circumstances rman is not the way to recover from data entry errors.
hth
Anthony Hogan
ahogan-nospam-_at_iespana.es
Received on Fri May 24 2002 - 04:54:19 CDT
![]() |
![]() |