Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: ignore_dup_row or ignore_dup_key
In article <7smpp0$294s$1_at_adenine.netfront.net>, Norris
<johnnie_at_cooper.com.hk> writes
>I need to insert a lot of data into a table and I want to filter out duplicate
>records. Is it possible to create index with ignore_dup_row?
>
I don't think so.
How about running this through PL/SQL and making use of EXCEPTION and the WHEN DUP_VAL_ON_INDEX then NULL?
Andy
--
Andy Hardy. PGP key available on request
![]() |
![]() |