what is wrong if explain plan is same but execution time is different ?
Hi,
I have a same queries which is unstable in production environment( 10gR2 10.2.0.4) . Query is exactly same and has the exactly same explain plan but on 2 different time it takes different time in execution and shows a different statics . Can anyone tells me what is the real issue and what could be the reason ?
Query is :
SELECT Sum(GALAXY.COM_CUST_PROD_MONTH_FACT_AGG.SUBSCR_QUANTITY_CB), GALAXY.PRODUCT_DIM.DRM_MARKET_PRODUCT_GROUP, GALAXY.PRODUCT_DIM.DRM_MARKET_PRODUCT, Sum(GALAXY.COM_CUST_PROD_MONTH_FACT_AGG.SUBSCR_PROD_QUANTITY_CB)
FROM
GALAXY.COM_CUST_PROD_MONTH_FACT_AGG,
I have a same queries which is unstable in production environment( 10gR2 10.2.0.4) . Query is exactly same and has the exactly same explain plan but on 2 different time it takes different time in execution and shows a different statics . Can anyone tells me what is the real issue and what could be the reason ?
Query is :
SELECT Sum(GALAXY.COM_CUST_PROD_MONTH_FACT_AGG.SUBSCR_QUANTITY_CB), GALAXY.PRODUCT_DIM.DRM_MARKET_PRODUCT_GROUP, GALAXY.PRODUCT_DIM.DRM_MARKET_PRODUCT, Sum(GALAXY.COM_CUST_PROD_MONTH_FACT_AGG.SUBSCR_PROD_QUANTITY_CB)
FROM
GALAXY.COM_CUST_PROD_MONTH_FACT_AGG,
0