Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\instance\waitevent\waitDetails.jsp
<%-- ================ 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" %> <uix:styleSheet/> <script> function scroll_timechart(direction) { if (direction == 'prev'){ document.foo.direction.value = '1'; } else{ document.foo.direction.value = '2'; } submitForm('foo', true, {'event':'scrollChart'}); } function my_goto_band(selIdx, startMS, endMS) { submitForm('foo', true, {'event':'moveSlider','leftEdge':startMS,'rightEdge':endMS,'selectedBand':selIdx}); } function switchsql() { submitForm('foo', true, {'event':'doLoad','pageNum':'2', 'datasource':'SQL'}); } function sliderOffLeft(param) { location.href = param; } </script> <% response.setHeader("Pragma", "No-cache"); response.setHeader("Cache-Control", "no-cache"); %> <uix:renderingContext id="renderingContext"> <uix:bundle name="DBObjectMsg" class="oracle.sysman.db.rsc.DBObjectMsg"/> <uix:bundle name="DBMsg" class="oracle.sysman.db.rsc.inst.DBMsg"/> <%-- check to see if auto-refresh needs to be set --%> <uix:switcher childNameBinding="autoRefresh@servletRequest"> <uix:case name="true"> <uix:rawText rendered="true"> <meta http-equiv="Cache-Control" content="max-age=0" > <meta http-equiv="Refresh" content="15" > </uix:rawText> </uix:case> </uix:switcher> <oem:setURLEncoder id="renderingContext"/> <uix:document> <%@ include file="/oemTitle.jspf" %> <uix:body> <uix:contents> <db:form name="foo" method="get" destinationBinding="destURI@servletRequest" copyParams="target,type,tabName,userIOTabName,datasource,instDown"> <uix:formValue name="waitClass" valueBinding="waitClass@waitDetailsBean@servletRequest"/> <uix:formValue name="leftEdge" /> <uix:formValue name="rightEdge" /> <uix:formValue name="event" /> <uix:formValue name="direction" value=""/> <uix:formValue name="selectedBand" value=""/> <uix:pageLayout titleBinding="header@waitDetailsBean@servletRequest"> <%@ include file="/database/global.jspf" %> <uix:messageBox messageTypeBinding="exceptionType@errors@waitAreaChart@waitDetailsBean@servletRequest" messageBinding="exceptionText@errors@waitAreaChart@waitDetailsBean@servletRequest" renderedBinding="showErrors@waitAreaChart@waitDetailsBean@servletRequest" /> <oem:messageBox messageType="error" errorTableBinding="errors@servletRequest" titleTextKey="titleText" mainTextKey="mainText"/> <%@ include file="/database/instances.jspf" %> <uix:tableLayout width="100%" renderedBinding="sgaMode@servletRequest"> <uix:rowLayout > <uix:cellFormat> <uix:styledText styleClass="OraDataText" textBinding="SGA_ENABLED@DBMsgBundle@servletRequest" /> </uix:cellFormat> <uix:cellFormat hAlign="right"> <uix:button textBinding="SGA_SWITCHSQL@DBMsgBundle@servletRequest" destinationBinding="SwitchToSQLURL@servletRequest"/> </uix:cellFormat> </uix:rowLayout > <uix:rowLayout > <uix:spacer height="5" /> </uix:rowLayout > </uix:tableLayout > <uix:switcher childNameBinding="useSVG@waitDetailsBean@servletRequest"> <uix:case name="true"> <uix:tableLayout renderedBinding="showChart@waitDetailsBean@servletRequest"> <uix:rowLayout hAlign="left"> <uix:messagePrompt promptBinding="WAIT_DETAIL_SELECTOR_TIP@DBMsgBundle@servletRequest" /> </uix:rowLayout> </uix:tableLayout> </uix:case> <uix:case name="false"> <uix:tableLayout renderedBinding="showChart@waitDetailsBean@servletRequest"> <uix:rowLayout hAlign="left"> <uix:messagePrompt promptBinding="WAIT_DETAIL_GIF_TIP@DBMsgBundle@servletRequest" /> </uix:rowLayout> </uix:tableLayout> </uix:case> </uix:switcher> <uix:switcher childNameBinding="instDown@waitDetailsBean@servletRequest"> <uix:case name="false"> <uix:tableLayout width="100%" > <uix:rowLayout hAlign="right" vAlign="top"> <uix:cellFormat> <uix:flowLayout> <%-- Refresh Choices --%> <uix:styledText styleClass="OraFieldText" labeledNodeId="viewById" textBinding="VIEW_DATA@DBMsgBundle@servletRequest" /> <uix:choice name="refreshChoice" id="viewById" onChange="submitForm('foo', true, {'event':'updateRefreshChoice'})" selectedValueBinding="refreshChoiceSelected@servletRequest"> <uix:option textBinding="REAL_TIME_AUTO_15_SEC@DBMsgBundle@servletRequest" value="RT_15"/> <uix:option textBinding="REAL_TIME_MANUAL@DBMsgBundle@servletRequest" value="RT_MAN"/> <uix:option textBinding="HISTORICAL@DBMsgBundle@servletRequest" value="HIST_CUST" renderedBinding="notSgaMode@servletRequest" /> </uix:choice> </uix:flowLayout> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:case> </uix:switcher> <%-- Stacked area chart showing average sessions waiting --%> <uix:switcher childNameBinding="showChart@waitDetailsBean@servletRequest"> <uix:case name="true"> <uix:switcher childNameBinding="useSVG@waitDetailsBean@servletRequest"> <uix:case name="true"> <db:flexRegion swfName="/database/flex/waitDetails.swf" dataSrcKeyBinding="flexKey@servletRequest" windowHeight="250" windowWidth="100%" idBase="flexWaitDetailsChart" /> </uix:case> <uix:case name="false" > <oem:chart chartType="timeSeriesChart" width="900" height="225" timeGranularity="SECOND" orientation="vertical" fill="cumulative" yAxisLabelBinding="ACTIVE_SESSIONS@DBMsgBundle@servletRequest" legendPosition="east" legendVisible="true" titleBinding="ACTIVE_SESSIONS@DBMsgBundle@servletRequest" titleVisible="false" seriesColorsAutomatic="true" format="svg" svgUpdateFrequencyBinding="svgUpdateRate@servletRequest" xAxisMinBinding="beginDate@waitAreaChart@waitDetailsBean@servletRequest" xAxisMaxBinding="endDate@waitAreaChart@waitDetailsBean@servletRequest" yAxisNumberFormatBinding="waitChartYAxisFormat@servletRequest" axisMin="0" axisMaxBinding="actualMaxValue@waitAreaChart@waitDetailsBean@servletRequest" svgHighlightLegend="true" svgTimebandTipBinding="WAIT_DETAIL_SELECTOR_TIP@DBMsgBundle@servletRequest" colorPaletteBinding="waitColorsTable@waitAreaChart@waitDetailsBean@servletRequest" > <uix:contents> <oem:timeSelector xAxisMinBinding="beginDate@waitAreaChart@waitDetailsBean@servletRequest" xAxisMaxBinding="endDate@waitAreaChart@waitDetailsBean@servletRequest" intervalTimeSecBinding="intervalTimeSec@servletRequest" height="20" selectedMaxDateBinding="selectedMaxDate@servletRequest" selectedMinDateBinding="selectedMinDate@servletRequest" numBandsSelectedBinding="numBandsSelected@servletRequest" selectionDest="my_goto_band" selectionDestType="JavaScript" selectionAltTextBinding="SELECT_PERIOD_RANGE@DBMsgBundle@servletRequest" position="south" dynamicTimeSelector="true" xAxisScrollDest="scroll_timechart" xAxisScrollDestType="JavaScript" xAxisScrollPrevBinding="scrollButtonsAvailable@waitAreaChart@waitDetailsBean@servletRequest" xAxisScrollPrevAltTextBinding="GO_BACKWARD@DBMsgBundle@servletRequest" xAxisScrollNextBinding="scrollButtonsAvailable@waitAreaChart@waitDetailsBean@servletRequest" xAxisScrollNextAltTextBinding="GO_FORWARD@DBMsgBundle@servletRequest" selectionIndicator="shading" dynamicTimeSelectorColorBinding="sliderColor@waitAreaChart@waitDetailsBean@servletRequest" dynamicTimeSelectorEdgeColorBinding="sliderEdgeColor@waitAreaChart@waitDetailsBean@servletRequest" > </oem:timeSelector> <oem:boundChartDataSource dataClass="oracle.sysman.db.adm.inst.WaitDetailsController" dataMethod="updateChartData" /> <oem:imageMap imageMapDataSourceBinding="legendLinks@waitAreaChart@waitDetailsBean@servletRequest"/> <oem:chartColumn isKey="true" displayLabel="" sourceIndex="0" /> <oem:chartColumn isTimeColumn="true" displayLabel="Time" sourceIndex="1" /> <oem:chartColumn displayLabel="" sourceIndex="2" /> </uix:contents> </oem:chart> </uix:case> </uix:switcher> </uix:case> <uix:case name="false"> <uix:rowLayout> <uix:text textBinding="5001@ChartMsgBundle@servletRequest"/> </uix:rowLayout> </uix:case> </uix:switcher> <uix:switcher childNameBinding="showDetails@servletRequest"> <uix:case name="true"> <uix:header size="1" textBinding="detailIntervalHeader@waitDetailsBean@servletRequest" renderedBinding="showChart@waitDetailsBean@servletRequest"> <uix:tableLayout width="100%" > <uix:rowLayout vAlign="top"> <uix:cellFormat hAlign="left"> <uix:spacer width="8"/> <uix:styledText styleClass="OraPromptText" textBinding="SPOT_SQL_DETAIL_TEXT@DBMsgBundle@servletRequest"/> <uix:spacer width="8"/> <uix:styledText styleClass="OraDataText" textBinding="detailStartTime@waitDetailsBean@servletRequest"/> <uix:cellFormat hAlign="right" > <uix:button textBinding="ASH_REPORT@DBMsgBundle@servletRequest" renderedBinding="showAshReportLink@servletRequest" destinationBinding="ashReportLink@servletRequest" /> </uix:cellFormat> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:tableLayout width="100%"> <uix:rowLayout vAlign="top"> <uix:cellFormat hAlign="right" vAlign="top"> <%@ include file="waitDetailsSql.jspf" %> </uix:cellFormat> <uix:cellFormat hAlign="left" vAlign="top"> <uix:switcher childNameBinding="tabIndex@servletRequest" > <uix:case name="0" > <%@ include file="waitDetailsSession.jspf" %> </uix:case> <uix:case name="3" > <%@ include file="waitDetailsFileTab.jspf" %> </uix:case> <uix:case name="4" > <%@ include file="waitDetailsIOObjTab.jspf" %> </uix:case> <uix:case name="5" > <%@ include file="waitDetailsModuleTab.jspf" %> </uix:case> <uix:case name="6" > <%@ include file="waitDetailsActionTab.jspf" %> </uix:case> <uix:case name="7" > <%@ include file="waitDetailsServiceTab.jspf" %> </uix:case> <uix:case name="8" > <%@ include file="waitDetailsClientTab.jspf" %> </uix:case> <uix:case name="9" > <%@ include file="waitDetailsPlsqlTab.jspf" %> </uix:case> </uix:switcher> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> </uix:case> </uix:switcher> <%@ include file="/database/instance/monitoringLinks.jspf" %> </uix:pageLayout> </db:form> </uix:contents> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de