Hi friends

I am using Oracle 10g. I have a table with 7 columns. No index on anyone of them. It contains approx 25,000,000 rows. I am using the following command to truncate the table.

TRUNCATE TBALE table name.

It take ages to truncate this table. What could be the reason?

Please help.

Thanks...