<%-- You need to set the following attributes in servlet request when including this execution plan jspf file in your page: - execPlanSummary, e.g. "Execution Plan" - execPlanColHeaderData,a DataObjectList that defines the header - execPlanColFormatData,a DataObjectList that defines the header format - execPlanTreeData, a DataObject that contains data for the hGrid - execPlanProxy, a ClientStateHGridDataProxy - execPlanShowStepID, whether or not to show step id - execPlanShowObj, whether or not to show object - execPlanShowObjType, whether or not to show object type - execPlanShowObjNode, whether or not to show object node - execPlanShowOrder, whether or not to show order - execPlanShowCard, whether or not to show cardinality/rows - execPlanShowBytes, whether or not to show bytes - execPlanShowOrigIcon, whether or not to show original icon (for original plan in plan diff only) - execPlanShowTempSpace whether or not to show temp space - execPlanShowCost, whether or not to show cost - execPlanShowPctCpuCost, whether or not to show pct cpu cost - execPlanShowTime, whether or not to show time - execPlanShowCPUCost, whether or not to show CPU cost - execPlanShowIOCost, whether or not to show IO cost - execPlanShowPStart, whether or not to show pstart - execPlanShowPStop, whether or not to show pstop - execPlanShowTq, whether or not to show tq - execPlanShowInOut, whether or not show in out - execPlanShowPqDist, whether or not show pq distribution - execPlanShowQbnOa, whether or not show qbnoa - execPlanShowPredicate, whether or not show predicate - execPlanShowFilter, whether or not show filter - execPlanShowProjection, whether or not show projection Also you need to set oracle.sysman.db.rsc.inst.DBMsg bundle using name dbMsg in your calling jsp or jspf file --%> <%-- id --%> <%-- object --%> <%-- object type --%> <%-- object node --%> <%-- order --%> <%-- card --%> <%-- bytes --%> <%-- temp space --%> <%-- cost --%> <%-- pct cpu cost --%> <%-- time --%> <%-- CPU cost --%> <%-- IO cost --%> <%-- pstart --%> <%-- pstop --%> <%-- tq --%> <%-- in out --%> <%-- pq distribution --%> <%-- query block name/object alias --%> <%-- predicate --%> <%-- filter --%> <%-- projection --%>