Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\ha\dg.jsp
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ page import="oracle.sysman.emo.ha.HABean" %> <% HABean haBean = ((HABean)(request.getAttribute("HABean"))); if (haBean != null && haBean.getDGBean().getIsDataGuard()) { %> <uix:tableLayout width="100%"> <uix:contents> <uix:cellFormat vAlign="top" widthBinding="firstColWidth@HABean@servletRequest" > <uix:contents> <uix:borderLayout> <uix:contents> <uix:header textBinding="DG_SUMMARY@HABundle@servletRequest"> <uix:stackLayout> <uix:contents> <uix:spacer width="10" /> <uix:tableLayout> <uix:rowLayout> <uix:cellFormat hAlign="right" wrappingDisabled="true"> <uix:messagePrompt promptBinding="DG_STATUS@HABundle@servletRequest" /> </uix:cellFormat> <uix:cellFormat> <uix:rowLayout> <uix:cellFormat wrappingDisabled="true" > <uix:spacer width="5"/> <uix:image sourceBinding="severityImage@DGBean@HABean@servletRequest" shortDescBinding="severityDesc@DGBean@HABean@servletRequest" /> </uix:cellFormat> <uix:cellFormat> <uix:spacer width="3"/> <uix:link textBinding="dgStatusStr@DGBean@HABean@servletRequest" shortDescBinding="severityDesc@DGBean@HABean@servletRequest" destinationBinding="dgUrl@DGBean@HABean@servletRequest"/> </uix:cellFormat> </uix:rowLayout> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat hAlign="right" wrappingDisabled="true"> <uix:messagePrompt promptBinding="PROTECTION_MODE@HABundle@servletRequest" /> </uix:cellFormat> <uix:cellFormat columnSpan="2"> <uix:spacer width="5" /> <uix:link textBinding="protModeStr@DGBean@HABean@servletRequest" destinationBinding="dgUrl@DGBean@HABean@servletRequest" disabledBinding="notUsingBroker@DGBean@HABean@servletRequest"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat hAlign="right" wrappingDisabled="true"> <uix:messagePrompt promptBinding="FAST_START_FAILOVER@HABundle@servletRequest" /> </uix:cellFormat> <uix:cellFormat columnSpan="2" wrappingDisabled="true"> <uix:spacer width="5" /> <uix:link textBinding="fsfoStatusString@DGBean@HABean@servletRequest" destinationBinding="dgUrl@DGBean@HABean@servletRequest" disabledBinding="notUsingBroker@DGBean@HABean@servletRequest"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat hAlign="right" wrappingDisabled="true"> <uix:messagePrompt prompt="" /> </uix:cellFormat> <uix:cellFormat columnSpan="2"> <uix:spacer width="5" /> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat hAlign="right" wrappingDisabled="true"> <uix:messagePrompt promptBinding="DG_PRIMARY@HABundle@servletRequest" /> </uix:cellFormat> <uix:cellFormat> <uix:rowLayout> <uix:cellFormat > <uix:spacer width="5"/> <uix:image sourceBinding="prmySeverityImage@DGBean@HABean@servletRequest" shortDescBinding="prmyStatusStr@DGBean@HABean@servletRequest" /> <uix:spacer width="3"/> </uix:cellFormat> <uix:cellFormat> <uix:link textBinding="primaryDatabase@DGBean@HABean@servletRequest" destinationBinding="prmyUrl@DGBean@HABean@servletRequest" shortDescBinding="prmyStatusStr@DGBean@HABean@servletRequest"/> <uix:spacer width="5"/> </uix:cellFormat> </uix:rowLayout> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat hAlign="right" wrappingDisabled="true"> <uix:messagePrompt promptBinding="DG_PRIMARY_RR@HABundle@servletRequest" /> </uix:cellFormat> <uix:cellFormat columnSpan="2"> <uix:spacer width="5" /> <uix:link textBinding="primaryRedoRate@DGBean@HABean@servletRequest" destinationBinding="redoMetricUrl@DGBean@HABean@servletRequest"/> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:contents> </uix:stackLayout> </uix:header> </uix:contents> </uix:borderLayout> </uix:contents> </uix:cellFormat> <uix:cellFormat vAlign="top" widthBinding="secondColWidth@HABean@servletRequest" > <uix:contents> <uix:borderLayout> <uix:contents> <uix:header textBinding="DG_STANDBY_DB_HDR@HABundle@servletRequest"> <uix:stackLayout> <uix:contents> <uix:spacer width="10" /> <uix:spacer height="5" /> <oem:table name="dgList" width="100%" beanKey="HABean" dataSourceProp="dgList" alternateTextBinding="NO_DATA@HABundle@servletRequest" summaryBinding="DATA_GUARD@HABundle@servletRequest" blockSize="5" formSubmitted="true" /> </uix:contents> </uix:stackLayout> </uix:header> </uix:contents> </uix:borderLayout> </uix:contents> </uix:cellFormat> <uix:cellFormat vAlign="top" widthBinding="thirdColWidth@HABean@servletRequest" renderedBinding="showThirdCol@HABean@servletRequest"> <uix:contents> <uix:borderLayout> <uix:contents> <uix:header textBinding="metricHeaderLabel@DGBean@HABean@servletRequest"> <uix:stackLayout> <uix:contents> <uix:stackLayout> <oem:chart chartType="timeSeriesChart" orientation="vertical" widthBinding="chartWidth@HABean@servletRequest" height="140" timeGranularity="HOUR" fill="cumulative" legendPosition="south" destinationBinding="chartDest@DGBean@HABean@servletRequest" seriesColorsAutomatic="true"> <uix:contents> <oem:boundChartDataSource chartDataSourceBinding="redoApplyChart@DGBean@HABean@servletRequest" /> <oem:chartColumn displayLabelBinding="columnLabel@DGBean@HABean@servletRequest" sourceIndex="2" /> <oem:chartColumn displayLabelBinding="TIME@HABundle@servletRequest" sourceIndex="1" isTimeColumn="true" /> </uix:contents> </oem:chart> </uix:stackLayout> </uix:contents> </uix:stackLayout> </uix:header> </uix:contents> </uix:borderLayout> </uix:contents> </uix:cellFormat> </uix:contents> </uix:tableLayout> <% } else { %> <uix:tableLayout width="100%"> <uix:contents> <uix:cellFormat vAlign="top" width="25%"> <uix:contents> <uix:borderLayout> <uix:contents> <uix:header textBinding="DG_SUMMARY@HABundle@servletRequest"> <uix:stackLayout> <uix:contents> <uix:switcher childNameBinding="isInvalidDGData@DGBean@HABean@servletRequest"> <uix:case name="true"> <uix:messagePrompt promptBinding="UNK_DG@HABundle@servletRequest" /> </uix:case> <uix:case name="false"> <uix:messagePrompt promptBinding="NO_DG@HABundle@servletRequest" /> </uix:case> </uix:switcher> </uix:contents> </uix:stackLayout> </uix:header> </uix:contents> </uix:borderLayout> </uix:contents> </uix:cellFormat> </uix:contents> </uix:tableLayout> <% } %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de