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!

Deleting Rows from Table-Taking too much time

user13656883Jun 10 2011 — edited Jun 13 2011
Hi Experts,
i m facing a issue while deleting 2 lak rows from a table. below is the command that i m using to delete rows from a table.

delete from LOGS t where t.time like '20110609%';

why it is taking soo much time. is there any alternate to delete rows from a table in short time.


regards,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 11 2011
Added on Jun 10 2011
18 comments
1,777 views