%--
* Copyright (c) 2006, 2009, Oracle and/or its affiliates.All rights reserved.
*
* NAME
* histActivity.jsp - Historical mode for 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
* pboopath 05/05/08 - swf path change from database/flex to rac/flex
* kmckeen 04/22/08 -
* gapadman 03/14/08 - enable historical
* pboopath 02/24/08 - Top instances enabling
* pboopath 02/13/08 - Flex topactivity historical changes
* kmckeen 12/28/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" %>