Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\instance\memory\memoryPageSGATab.jsp
<%-- * Copyright (c) 2006, 2007, Oracle. All rights reserved. * * MODIFIED * misun 01/17/07 - fix Memory Advisor UI Review bugs * misun 01/05/07 - XbranchMerge misun_bug-5675432 from main * kmckeen 08/30/06 - Disable Execute On Multiple Databases button for db control --%> <%@ 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:renderingContext id="renderingContext"> <oem:setURLEncoder id="renderingContext"/> <uix:bundle name="dbMsgs" class="oracle.sysman.db.rsc.DBObjectMsg"/> <uix:document> <script> function myCallBack(lovwin, event) { } function doLoad() { var isNav = (navigator.appName.indexOf("Netscape") != -1); if (isNav) { document.captureEvents(Event.CLICK); } var isSharedPool = document.getElementById('showAdviceSharedPool'); if (isSharedPool!=null && isSharedPool!="undefined") { document.getElementById('showAdviceSharedPool').onclick=openPopup; } var isBufferCache = document.getElementById('showAdviceBufferCache'); if (isBufferCache!=null && isBufferCache!="undefined") { document.getElementById('showAdviceBufferCache').onclick=openPopupBufferCache; } var isSGAAdvice = document.getElementById('showAdviceSGA'); if (isSGAAdvice!=null && isSGAAdvice!="undefined") { document.getElementById('showAdviceSGA').onclick=openPopupSGA; } var isJavaPoolAdvice = document.getElementById('showAdviceJavaPool'); if (isJavaPoolAdvice!=null && isJavaPoolAdvice!="undefined") { document.getElementById('showAdviceJavaPool').onclick=openPopupJavaPool; } var isMemoryTargetAdvice = document.getElementById('showAdviceMemoryTarget'); if (isMemoryTargetAdvice!=null && isMemoryTargetAdvice!="undefined") { document.getElementById('showAdviceMemoryTarget').onclick=openPopupMemoryTarget; } return true; } function openPopup() { // alert(document.getElementById('showAdvice1').value); eval(document.getElementById('showAdviceSharedPool1').value); } function openPopupSGA() { eval(document.getElementById('showAdviceSGA1').value); } function openPopupBufferCache() { eval(document.getElementById('showAdviceBufferCache1').value); } function openPopupJavaPool() { eval(document.getElementById('showAdviceJavaPool1').value); } function openPopupMemoryTarget() { eval(document.getElementById('showAdviceMemoryTargetl').value); } </script> <%@ include file="/oemTitle.jspf" %> <uix:body onLoad="doLoad();"> <db:form name="foo" method="POST" destination="/console/database/instance/memory" copyParams="target,type"> <uix:pageLayout> <%@ include file="/database/global.jspf" %> <uix:contentFooter> <uix:pageButtonBar> <uix:contents> <uix:submitButton textBinding="LAUNCH_EXECUTE_SQL@dbMsgs" name="event" value="launchExecuteSQL" renderedBinding="launchExecuteSQLRendered@memObj@pageBean@servletRequest"/> <uix:submitButton textBinding="SHOWSQL@memoryMsgBundle@servletRequest" name="event" value="showSql"/> <uix:submitButton textBinding="REVERT@memoryMsgBundle@servletRequest" name="event" value="revert" unvalidated="true"/> <uix:submitButton textBinding="APPLY@memoryMsgBundle@servletRequest" name="event" value="apply"/> </uix:contents> </uix:pageButtonBar> </uix:contentFooter> <uix:stackLayout> <uix:contents> <oem:messageBox messageTypeBinding="messageType@servletRequest" errorTableBinding="msgBox@servletRequest" destTableBinding="msgUrls@servletRequest" titleTextKey="titleText" mainTextKey="mainText"/> <uix:formValue name="pageName" value="/database/instance/memory/memoryPageSGATab.jsp"/> <uix:switcher childNameBinding="connectingRole@pageBean@servletRequest"> <uix:case name="normal"> <uix:rowLayout> <uix:stackLayout> <uix:spacer height="5"/> <uix:messagePrompt messageType="warning" promptBinding="NOTSYSDBAMSG@memoryMsgBundle@servletRequest"/> </uix:stackLayout> </uix:rowLayout> </uix:case> </uix:switcher> <uix:header textBinding="MEMORYTITLE@memoryMsgBundle@servletRequest"> <%@ include file="memoryPageTopSection.jspf" %> <uix:subTabLayout> <uix:subTabs> <uix:subTabBar selectedIndex="0"> <uix:link textBinding="SGATITLE@memoryMsgBundle@servletRequest"/> <uix:link textBinding="PGATITLE@memoryMsgBundle@servletRequest" onClick="submitForm('foo', true, {event:'pgaTab'})"/> </uix:subTabBar> </uix:subTabs> <%@ include file="memoryPageSGAPart.jspf" %> <uix:spacer height="15"/> </uix:subTabLayout> <uix:spacer height="10"/> <uix:rowLayout renderedBinding="useSPFile@pageBean@servletRequest"> <uix:checkBox name="applyToSPFILEOnly" checkedBinding="applyToSPFILEOnly@pageBean@servletRequest" textBinding="APPLYSPFILEONLYMSG1@memoryMsgBundle@servletRequest"/> </uix:rowLayout> <uix:rowLayout renderedBinding="useSPFile@pageBean@servletRequest"> <uix:styledText styleClass="OraInlineInfoText" textBinding="SGA_HINT_TEXT@memoryMsgBundle@servletRequest" /> </uix:rowLayout> <uix:spacer height="10"/> </uix:header> </uix:contents> </uix:stackLayout> </uix:pageLayout> </db:form> </uix:body> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de