Re: CTAS running long
From: Mladen Gogala <gogala.mladen_at_gmail.com>
Date: Sat, 7 May 2022 16:24:00 -0400
Message-ID: <8c68a9d9-84c2-b9e0-f88d-a3d4d0db0f57_at_gmail.com>
Date: Sat, 7 May 2022 16:24:00 -0400
Message-ID: <8c68a9d9-84c2-b9e0-f88d-a3d4d0db0f57_at_gmail.com>
On 5/7/22 13:37, Lok P wrote:
Have you considered filtered table move, in order to purge the rows? Here is how it's done:
https://asktom.oracle.com/pls/apex/f?p=100:11:::::P11_QUESTION_ID:9541030000346124574
Alter table <table> move including rows where <filter
condition> is typically faster than a plain delete or even
sophisticated bulk PL/SQL procedures.
-- Mladen Gogala Database Consultant Tel: (347) 321-1217 https://dbwhisperer.wordpress.com-- http://www.freelists.org/webpage/oracle-l Received on Sat May 07 2022 - 22:24:00 CEST