select count(*) taking 3 minutes in a table with 0 rows
Hi,
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production
select count(*) from tableName; taking 3 minutes even though the table has 0 rows.
The same command on other tables in the same schema with millions of rows takes less than 30 second.
Please Help,
Hisham