Hi,
catalog and rpd for both version is same. There is no change in that between 11.1.1.9 and 11.1.1.7. But in one of my dashboard my query is getting different. Any idea why it is behaving like this.
11.1.1.7
SAWITH1 AS (select /*+ USE_HASH(T16442) */ distinct sum(T11605.TOTAL_LIMITS) as c1,
T21978.PERIOD_NAME as c2,
T21978.PERIOD_ID as c3,
T19616.CLIENT_SUBSEGMENT as c4,
T16442.CLIND_CLNT_INDUSTRY_SUBGROUP as c5,
T16442.LEIND_CLNT_INDUSTRY_SECTOR as c6,
T16418.BL_LOCATION as c7
11.1.1.9
SAWITH1 AS (select /*+ USE_HASH(T16442) */ sum(T11605.TOTAL_LIMITS) as c1,
T21978.PERIOD_NAME as c2,
T21978.PERIOD_ID as c3,
T16442.LEIND_CLNT_INDUSTRY_SECTOR as c4,
T16442.CLIND_CLNT_INDUSTRY_SUBGROUP as c5,
T16442.CLIND_CLIENT_INDUSTRY_GROUP as c6,
T16418.BL_LOCATION as c7,
T19616.CLIENT_SUBSEGMENT as c8