Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Index troubles with SQLLoader
Drop and recreate your index before you perform the delete.
Chris
<x_at_x.com> wrote in message news:7if5np$eje$1_at_mars.worldonline.fr...
> Hi,
>
> Well, my SQLLoader seems working well but it turns off all constraints on
> the table I load.
> I think it is right but I must enable these constraints manually (with
> schema manager)
> After that, if I try to delete the lines I have loaded, I get the
following
> message :
>
> SQL> delete third where id_ti > 1000;
> delete third where id_ti > 1000
> *
> ERROR Line 1:
> ORA-08102: index key not found, obj # 2697, dba 33578192 (2)
>
> Thanks for help.
>
>
>
Received on Tue May 25 1999 - 15:52:44 CDT
![]() |
![]() |