Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Delete Records from the table takes long time

401555Aug 15 2003 — edited Aug 18 2003
Hello,

I am trying to delete approximately 70,000 records from the table that contains total of 90,000 records....I am using the following sql statement;

delete from transaction where tx_id >18789;

tx_id (number) is my primary key for the table.

It takes approximately 1.5 hrs. to delete. Can anyone suggest reason why and possible solutions.
I am running oracle 9i release 2.

Thanks in advance.

Tejas.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 15 2003
Added on Aug 15 2003
5 comments
992 views