Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Slow deleting records

Re: Slow deleting records

From: George Meltser <meltser_at_aigfpc.com>
Date: 1998/11/16
Message-ID: <72pq08$rfb$1@as4100c.javanet.com>#1/1

What do you mean by "bypass", will not update it?

>say:
>DELETE table_name /*+ FULL(table_name) */
>WHERE ....
>
>The hint must commented out and the +sign must not be seperated from
>/* to work. This will bypass any index on the table.
>
>You still have to disable any triggers that might be active.
>
>Dennis..
>
>
Received on Mon Nov 16 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US