Issue with Very Large Table with 1000's of partitions/subpartitions.
partitions names follow the following format PYYYYMMDD
I have ran into an issue with querying this table as i will explain.
If i execute the following query things work ok,
Select count(*) from tablea where calldate >= to_date('02/23/2012','MM/DD/YYYYY');
However if i do the following the query seems to never come back (killed after several hours).