Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\pa\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) - amroy 09/14/06 - - shgangul 09/14/06 - - 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