Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\instance\memory\sharedPoolAdviceCode.jsp
<%@ page import="oracle.sysman.emSDK.util.jdk.URLUtil" %> <%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <!-- this is the code frame -> <% String queryString = (String)request.getAttribute("queryString"); String imgUrl = null; if (queryString != null) { int qindex = queryString.indexOf('?'); if (qindex != -1 && qindex < queryString.length() - 1) { String coords = queryString.substring(qindex + 1); imgUrl = request.getAttribute("imgUrl") + "&clickPos=" + coords; } } String sharedPoolSizeMB = (String)request.getAttribute("sharedPoolSizeMB"); %> <pre> the query string is <%=queryString%> the image url is <%=URLUtil.encode(imgUrl)%> sharedPoolSizeMB is <%=sharedPoolSizeMB%> </pre> <% if (imgUrl != null) { %> <script> parent.uiframe.document.adviceForm.cacheAdv.src="<%=URLUtil.encode(imgUrl)%>"; </script> <% } %> <% if (sharedPoolSizeMB != null) { %> <script> //d = parent.uiframe.document.all.sharedPoolSizeLabel; parent.uiframe.document.getElementById("sharedPoolSizeLabel").innerHTML= "<%=sharedPoolSizeMB%>"; parent.uiframe.document.adviceForm.size.value = "<%=sharedPoolSizeMB%>"; </script> <% } %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de