%-- ================ Wait Details Page ===================
MODIFIED (MM/DD/YY)
kdas 08/13/08 -
swexler 07/31/07 - use flex
yma 03/09/07 - remove yAxisWidth attribute in chart
ezeng 01/12/07 - XbranchMerge ezeng_bug-5555814_gc from main
ezeng 12/19/06 -
jsoule 06/08/06 - fix sgaMode binding
sresrini 03/20/06 - Fix jsp compile errors
swexler 05/18/05 - top plsql
yma 06/22/05 - bug 4449918
hopark 05/19/05 - grabtrans 'hopark_bug-4258298'
add switch to SQL
swexler 04/12/05 - include rac switcher
swexler 04/07/05 - add client
zsyed 03/18/05 - Removing dropdowns for SGA in SQL mode
swexler 01/26/05 - add sma
swexler 01/12/05 - ui changes
swexler 12/21/04 - add svg tooltip
swexler 10/28/04 - add monitoring links
zsyed 10/16/04 - Moving SGA dropdown
zsyed 09/29/04 - Removing Historical mode in SGA
zsyed 08/31/04 - Adding switch for SGA
zsyed 08/30/04 - Persist SGA parameter
hsu 08/13/04 - touch
jgwang 08/18/04 -
swexler 06/28/04 -
swexler 04/21/04 - redesign
hsu 11/10/03 - disable top obj for 8i/9i
swexler 11/06/03 -
hxlin 10/29/03 - Set cpu color to green
swexler 10/24/03 -
swexler 10/07/03 -
swexler 09/18/03 - chart tag
swexler 09/16/03 - historical 9i
swexler 09/10/03 - only show if there is data
swexler 08/28/03 - add scroll function
swexler 08/21/03 - change tips
hsu 08/01/03 - combine userio tab
nchaudhr 08/08/03 -
swexler 08/07/03 - add gif support
hsu 07/25/03 - change global
nchaudhr 07/24/03 - Pre-10i support
nchaudhr 05/29/03 - NLS
hsu 05/15/03 - test
hsu 05/13/03 - file link
nchaudhr 05/09/03 -
hsu 05/08/03 - obj support
--%>
<%@ 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" %>
<%
response.setHeader("Pragma", "No-cache");
response.setHeader("Cache-Control", "no-cache");
%>
<%-- check to see if auto-refresh needs to be set --%>
<%@ include file="/oemTitle.jspf" %>
<%@ include file="/database/global.jspf" %>
<%@ include file="/database/instances.jspf" %>
<%-- Refresh Choices --%>
<%-- Stacked area chart showing average sessions waiting --%>
<%@ include file="waitDetailsSql.jspf" %>
<%@ include file="waitDetailsSession.jspf" %>
<%@ include file="waitDetailsFileTab.jspf" %>
<%@ include file="waitDetailsIOObjTab.jspf" %>
<%@ include file="waitDetailsModuleTab.jspf" %>
<%@ include file="waitDetailsActionTab.jspf" %>
<%@ include file="waitDetailsServiceTab.jspf" %>
<%@ include file="waitDetailsClientTab.jspf" %>
<%@ include file="waitDetailsPlsqlTab.jspf" %>
<%@ include file="/database/instance/monitoringLinks.jspf" %>