current oracle version : 11.2.0.4
aud$ has 90 million records. want to keep last 3 months records and purge/delete rest of the records.
I tried to inserting last 3 months records into separate table.. but this operation still running after 12 hours.
what is fastest to way to fulfilled the above requirement. ?
thanks in advance.