Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\common\targetsel\searchTarget.jsp
<!----> <%-- - FILE - searchTarget.jsp - - DESCRIPTION - The Screen to search and select EM Targets. If a Cluster Database i.e. - RAC database or a Cluster (CRS) is selected, then based on user's (of - Target Selector) choice we might have to show the list of instances to - be selected. The UI code for selection of Targets and selection of - instances (for RAC and CRS) has been written in 2 JSPFs: selTarget.jspf - and selInstance.jspf. Either of these JSPFs is included based on whether - UI for selection of targets or selection of instances is to be shown. - - MODIFIED (MM/DD/YY) - vsagar 07/18/06 - 10.2.0.3.0 backport - vsagar 07/18/06 - 10.2.0.3.0 backport - vsagar 12/29/05 - - tasingh 10/14/05 - created --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <uix:buildTree nodeID="pageContent" scope="request"> <uix:switcher childNameBinding="currPage@pageBean@servletRequest"> <uix:case name="selTargetPage"> <%@ include file="selTarget.jspf" %> </uix:case> <uix:case name="selInstancePage"> <%@ include file="selInstance.jspf" %> </uix:case> </uix:switcher> </uix:buildTree> <%@ include file="template.jspf" %>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de