<%-- * Copyright (c) 2006, 2009, Oracle and/or its affiliates.All rights reserved. * * NAME * topActivity.jsp - Top Activity page. * * NOTES * 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 * gapadman 09/22/08 - * rsamaved 08/11/08 - * gapadman 07/17/08 - * pboopath 05/05/08 - swf path change from database/flex to rac/flex * pboopath 02/26/08 - removing ASH Report * kmckeen 12/19/07 - Implmement Historical option * kmckeen 11/13/07 - Bug 6499189 - fix breadcrumbs * pboopath 10/12/07 - flex chart changes * kmckeen 05/31/07 - Non-SVG Refresh meta tag needs params: seconds, url * kmckeen 05/30/07 - Change legendVisible option from external to true * gapadman 05/22/07 - comment out wc legends code * gapadman 05/20/07 - Added additional oem table for wc legends * kmckeen 01/16/07 - Add uix:bundle tags for enhanced waitDetailsSql * kmckeen 12/22/06 - UI review - reduce chart width, fix no data issue * kmckeen 10/16/06 - Add activity aggregation dropdown * kmckeen 10/03/06 - Initial 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="/oemTitle.jspf" %> <%@ include file="/database/global.jspf" %> <%-- --%> <%-- --%> <%-- Top SQL table --%> <%@ include file="/database/instance/waitevent/waitDetailsSql.jspf" %> <%-- Top others table --%> <%@ 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" %>