<%-- * Copyright (c) 2006, 2009, Oracle and/or its affiliates.All rights reserved. * * NAME * consDetailActivity.jsp * * NOTES * Consumer Detail Activity tab. The form name must be 'foo' * because waitDetailsDropdown.jspf which is used by each of * the waitDetails*.jspf include files calls submitForm with * 'foo' as the form name. This could be made generic by * changing the waitDetailsDropdown.jspf use of submitForm to: * submitForm(this.form, true, {'event':'changeTab'}) * * MODIFIED * pboopath 05/05/08 - swf path change from rac/flex to rac/flex * kmckeen 04/07/08 - Bug 6801637 - more performance fixes * gapadman 03/22/08 - enable historical * pboopath 02/26/08 - removing ASH report * kmckeen 02/13/08 - Implement historical option * pboopath 01/18/08 - flex chart height change * kmckeen 11/13/07 - Bug 6499189 - fix breadcrumbs * pboopath 10/26/07 - flex chart changes * kmckeen 09/21/07 - Bug 6442558 - tables should appear side-by-side, * not stacked * kmckeen 05/31/07 - Non-SVG Refresh meta tag needs params: seconds, url * kmckeen 05/30/07 - Change legendVisible option from external to true * kmckeen 05/25/07 - Bug 6061702 - fix double refresh in SVG mode for * kmckeen 01/16/07 - Add uix:bundle tags for enhanced waitDetailsSql * kmckeen 12/27/06 - Render inst list only if available * kmckeen 12/22/06 - UI review - reduce chart width * kmckeen 10/12/06 - Bug 5557350 - top activity metric * kmckeen 09/19/06 - Make legend external so no entries are truncated * kmckeen 07/07/06 - Initialize creation of module. --%> <%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf"%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %> <%@ page import="oracle.sysman.db.rac.util.RacCustomization" %> <% response.setHeader("Pragma", "No-cache"); response.setHeader("Cache-Control", "no-cache"); %> <%-- For bundles used by waitDetailsSql.jspf --%> " > <%@ include file="/enablePPR.jspf" %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/database/global.jspf" %> <%@ include file="/database/instance/refreshTime.jspf" %> <%-- -- The following causes jsp processing errors because -- serviceLabel and prettyService are not available on -- the bean. Not displayed for service Activity tab -- anyway, so comment this out to eliminate the jsp -- error processing time. -- --%> <%-- --%> <%-- For the wait class dropdown list - need to re-enable serviceActivityBean. <%@ include file ="/database/instance/consumer/srvActClassDropdown.jspf" %> <%@ include file ="/database/instance/consumer/srvActClassDropdown.jspf" %> --%> <%-- --%> <%@ include file="/database/instance/waitevent/waitDetailsSql.jspf" %> <%@ include file="/database/instance/waitevent/waitDetailsSession.jspf" %> <%@ include file="/database/instance/waitevent/waitDetailsFileTab.jspf" %> <%@ include file="/database/instance/waitevent/waitDetailsIOObjTab.jspf" %> <%@ include file="/database/instance/waitevent/waitDetailsModuleTab.jspf" %> <%@ include file="/database/instance/waitevent/waitDetailsActionTab.jspf" %> <%@ include file="/database/instance/waitevent/waitDetailsServiceTab.jspf" %> <%@ include file="/database/instance/waitevent/waitDetailsClientTab.jspf" %> <%@ include file="/database/instance/waitevent/waitDetailsPlsqlTab.jspf" %> <%@ include file="/database/instance/waitevent/clusterDetailsInstanceHGrid.jspf" %>