<%-- -- Page: revrecinc.jspf -- Included by: reviewRec.jsp -- Controller: oracle.sysman.db.util.SqlAccessController -- -- Description: Displays task recommendations -- -- MODIFIED (MM/DD/YY) -- misun 10/02/06 - fix bug 5485765 -- misun 08/04/06 - add action types -- mpawelko 05/16/05 - bug 4372883: show wkld sql not associated with -- recs -- mpawelko 05/13/05 - fix oac violations -- mpawelko 03/28/05 - final 10.2 gui review changes -- mpawelko 10/16/04 - don't hardcode url prefix in images -- mpawelko 10/12/04 - convert rec table to uix:table -- mpawelko 10/09/04 - fix copyParams -- mpawelko 09/30/04 - change SHOWSCRIPT to SHOWSQL -- mpawelko 09/07/04 - add icon legend for status column -- mpawelko 08/18/04 - add View Actions event -- mpawelko 08/10/04 - add descriptions in shortDesc -- mpawelko 08/07/04 - fix destination -- mpawelko 07/26/04 - add include retains suppport -- mpawelko 07/10/04 - work on selection -- mpawelko 07/05/04 - fix charts and titles -- mpawelko 01/01/03 - created --%> <%-- Given two queries A and B, where A is executed 100 times and takes 30 seconds, and B is executed once and takes 5 seconds. If R1 improves A by 1 second and R2 improves B by 1 second, R1 will be the top recommendation in first chart, R2 will be the top recommendation in second chart. --%> <%-- NOTE: Can't use PPR because chart on page also needs to be updated --%> <%-- Status column --%> <%-- Recommendation ID column (link to Actions drilldown) --%> <%-- Actions column --%> <%-- Actions Types --%> <%-- now need to alignment the icons, --%> <%-- if there is no some type, it shows a transparent gif icon --%> <%-- renderedBinding="<%= AccessParameterConstants.S_HAVE_ACTION_TYPES_INDEX %>" --%> <%-- renderedBinding="<%= AccessParameterConstants.S_HAVE_ACTION_TYPES_MVS %>" --%> <%-- renderedBinding="<%= AccessParameterConstants.S_HAVE_ACTION_TYPES_MV_LOGS %>" --%> <%-- renderedBinding="<%= AccessParameterConstants.S_HAVE_ACTION_TYPES_PARTITIONS %>" --%> <%-- renderedBinding="<%= AccessParameterConstants.S_HAVE_ACTION_TYPES_OTHERS %>" --%> <%-- Cost Improvement column --%> <%-- Cost Improvement (%) column --%> <%-- Estimated Space Used column --%> <%-- Affected SQL Statements column --%>