Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\dist\streams\setup\configdownstream.jsp
<%@ page contentType="text/html; charset=UTF-8" %> <%@ 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" %> <%@ include file="/oemNoscript.jspf" %> <%@ page import="oracle.sysman.emSDK.util.jdk.NLSUtil" %> <%@ page import="oracle.sysman.db.rsc.streams.StrmSetupMsg" %> <%@ page import="oracle.sysman.db.rsc.streams.StreamsMsg" %> <%@ page import="oracle.sysman.db.rsc.inst.DBMsg" %> <%@ page import="oracle.cabo.ui.data.BundleDataObject" %> <%@ page import="oracle.sysman.emo.dist.streams.StreamsConstants" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db"%> <db:script src="/database/LOV.js"/> <% request.setAttribute("dbInstMsgs", new BundleDataObject(NLSUtil.getBundle(DBMsg.class.getName(), request))); request.setAttribute("streamBundle", new BundleDataObject(NLSUtil.getBundle(StreamsMsg.class.getName(), request))); request.setAttribute("sb", new BundleDataObject(NLSUtil.getBundle(StrmSetupMsg.class.getName(), request))); %> <uix:renderingContext id="renderingContext" > <oem:setURLEncoder id="renderingContext"/> <uix:document> <uix:metaContainer> <!-- Set the page title --> <uix:head titleBinding="title@servletRequest"/> </uix:metaContainer> <script language="JavaScript" > function setLovName(name) { document.forms[0].lovName.value = name; } function setFetchType(type) { document.forms[0].fetchType.value = type; } function myCallBack(lovWindow, event) { return true; } </script> <db:form name="configRepln" method="post" destination="/console/database/dist/streams/setup" copyParams="target,type"> <uix:formValue name="lovName"/> <uix:formValue name="fetchType"/> <uix:pageLayout titleBinding="CRSD@sb@servletRequest"> <uix:messages> <oem:messageBox messageType="info" errorTableBinding="info@servletRequest" titleTextKey="titleText" mainTextKey="mainText"/> <oem:messageBox messageType="error" errorTableBinding="errors@servletRequest" titleTextKey="titleText" mainTextKey="mainText"/> </uix:messages> <%@ include file="/database/global.jspf" %> <uix:tableLayout> <uix:rowLayout> <uix:cellFormat columnSpan="3"> <uix:spacer height="10" width="10"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:tableLayout> <uix:rowLayout> <uix:cellFormat vAlign="top" width="50%"> <uix:tableLayout width="100%"> <uix:rowLayout vAlign="bottom"> <uix:cellFormat vAlign="bottom"> <uix:header textBinding="DWNSRC_DETAILS@sb@servletRequest"> <uix:tableLayout> <uix:rowLayout> <uix:cellFormat columnSpan="4"> <uix:styledText styleClass="OraInstructionText" textBinding="DWNSRC_DETAILS_INFO@sb@servletRequest"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="4"> <uix:spacer height="10" width="10"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="4"> <%@ include file="dbtarget.jspf" %> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:header textBinding="CAPPROC_DET@sb@servletRequest"> <uix:tableLayout> <uix:rowLayout> <uix:cellFormat> <uix:spacer height="10" width="10"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="4"> <uix:messageTextInput name="capture_name" id="capture_name" shortDescBinding="CAPTURE_NAME@streamBundle@servletRequest" textBinding="captureName@defaultBean@servletRequest" promptBinding="CAPTURE_NAME@streamBundle@servletRequest" required="uiOnly" tip=""/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:spacer height="10" width="10"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="2"> <uix:styledText styleClass="OraInstructionText" textBinding="DWNSTR_CAP_TYPE@sb@servletRequest"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:spacer height="10" width="10"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="2"> <uix:messageRadioButton textBinding="REAL_TIME@sb@servletRequest" name="dwnmode" value="realtime" selectedValueBinding="dwnmode@servletRequest" shortDescBinding="REAL_TIME@sb@servletRequest" onClick="submitForm('configRepln', true, {'event':'change_downstrm_params'});"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:spacer height="10" width="10"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="2"> <uix:messageRadioButton textBinding="ARCHIVED@sb@servletRequest" name="dwnmode" value="archivedlog" selectedValueBinding="dwnmode@servletRequest" shortDescBinding="ARCHIVED@sb@servletRequest" onClick="submitForm('configRepln', true, {'event':'change_downstrm_params'});" /> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:spacer height="10" width="20"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat hAlign="center"> <uix:messageRadioButton textBinding="IMPLICIT_LOG@sb@servletRequest" name="assignlogmode" value="implicitlog" selectedValueBinding="assignlogmode@servletRequest" shortDescBinding="IMPLICIT_LOG@sb@servletRequest" disabledBinding="isrealmode@servletRequest" /> </uix:cellFormat> <uix:cellFormat > <uix:spacer height="5" width="5"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:spacer height="10" width="10"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat hAlign="center"> <uix:messageRadioButton textBinding="EXPLICIT_LOG@sb@servletRequest" name="assignlogmode" value="explicitlog" selectedValueBinding="assignlogmode@servletRequest" shortDescBinding="EXPLICIT_LOG@sb@servletRequest" disabledBinding="isrealmode@servletRequest" /> </uix:cellFormat> <uix:cellFormat > <uix:spacer height="5" width="5"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:spacer height="10" width="10"/> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> </uix:cellFormat> <uix:cellFormat width="50%" vAlign="top"> <uix:contentContainer textBinding="OVERVIEW@sb@servletRequest" width="100%" background="light"> <uix:stackLayout> <uix:styledText styleClass="OraInstructionText" textBinding="REAL_TIME_1@sb@servletRequest"/> <uix:bulletedList> <uix:styledText styleClass="OraInstructionText" textBinding="REAL_TIME_2@sb@servletRequest"/> <uix:styledText styleClass="OraInstructionText" textBinding="REAL_TIME_3@sb@servletRequest"/> <uix:styledText styleClass="OraInstructionText" textBinding="REAL_TIME_4@sb@servletRequest"/> <uix:styledText styleClass="OraInstructionText" textBinding="REAL_TIME_5@sb@servletRequest"/> </uix:bulletedList> <uix:styledText styleClass="OraInstructionText" textBinding="ARCH_INTRO@sb@servletRequest"/> </uix:stackLayout> </uix:contentContainer> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:header textBinding="LOG_DET@sb@servletRequest"> <uix:tableLayout> <uix:rowLayout> <uix:cellFormat> <uix:styledText styleClass="OraInstructionText" textBinding="DWN_WIZ_LOG_INFO@sb@servletRequest" /> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:spacer height="10" width="10"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="2" hAlign="left" > <uix:messageLovField id="redofileloc" name="redofileloc" promptBinding="REDO_LOC@sb@servletRequest" searchDescBinding="REDO_LOC@sb@servletRequest" shortDescBinding="REDO_LOC@sb@servletRequest" textBinding="standbyRedoLoc@defaultBean@servletRequest" columns="40" required="uiOnly" tipBinding="STANDBY_LOC_INFO@sb@servletRequest" onClick="setLovName('redofileloc'); setFetchType('dir'); openWindow(top, '../../../page/rfs/postBackWithEvent', 'lovWindow', {width:750, height:550}, true, 'dialog', myCallBack);" renderedBinding="isGC@servletRequest"/> <uix:messageTextInput id="redofileloc" name="redofileloc" promptBinding="REDO_LOC@sb@servletRequest" shortDescBinding="REDO_LOC@sb@servletRequest" textBinding="standbyRedoLoc@defaultBean@servletRequest" columns="40" required="uiOnly" tipBinding="STANDBY_LOC_INFO@sb@servletRequest" renderedBinding="isDB@servletRequest" /> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:spacer height="10" width="10"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat columnSpan="2"> <uix:checkBox textBinding="CONF_LOG_PARAMS@sb@servletRequest" onClick="submitForm('configRepln', true, {'event':'change_downstrm_params'});" name="configlogparams" shortDescBinding="CONF_LOG_PARAMS@sb@servletRequest" checkedBinding="configlogparams@servletRequest"/> <uix:tableLayout> <uix:rowLayout> <uix:cellFormat > <uix:styledText styleClass="OraInstructionText" textBinding="LOG_PARAM_INFO@sb@servletRequest" /> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:spacer height="10" width="10"/> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat> <uix:styledText styleClass="OraInstructionText" textBinding="LOG_PARAM_NAME@sb@servletRequest" labeledNodeId="logparamname" /> <uix:choice name="logparamname" id="logparamname" selectedValueBinding="logArchiveDestParam@defaultBean@servletRequest" disabledBinding="noConfiglogparams@servletRequest"> <uix:contents> <uix:option textBinding="log_archive_dest_1@servletRequest" value="LOG_ARCHIVE_DEST_1" renderedBinding="show_log_archive_dest_1@servletRequest"/> <uix:option textBinding="log_archive_dest_2@servletRequest" value="LOG_ARCHIVE_DEST_2" renderedBinding="show_log_archive_dest_2@servletRequest"/> <uix:option textBinding="log_archive_dest_3@servletRequest" value="LOG_ARCHIVE_DEST_3" renderedBinding="show_log_archive_dest_3@servletRequest"/> <uix:option textBinding="log_archive_dest_4@servletRequest" value="LOG_ARCHIVE_DEST_4" renderedBinding="show_log_archive_dest_4@servletRequest"/> <uix:option textBinding="log_archive_dest_5@servletRequest" value="LOG_ARCHIVE_DEST_5" renderedBinding="show_log_archive_dest_5@servletRequest"/> <uix:option textBinding="log_archive_dest_6@servletRequest" value="LOG_ARCHIVE_DEST_6" renderedBinding="show_log_archive_dest_6@servletRequest"/> <uix:option textBinding="log_archive_dest_7@servletRequest" value="LOG_ARCHIVE_DEST_7" renderedBinding="show_log_archive_dest_7@servletRequest"/> <uix:option textBinding="log_archive_dest_8@servletRequest" value="LOG_ARCHIVE_DEST_8" renderedBinding="show_log_archive_dest_8@servletRequest"/> <uix:option textBinding="log_archive_dest_9@servletRequest" value="LOG_ARCHIVE_DEST_9" renderedBinding="show_log_archive_dest_9@servletRequest"/> <uix:option textBinding="log_archive_dest_10@servletRequest" value="LOG_ARCHIVE_DEST_10" renderedBinding="show_log_archive_dest_10@servletRequest"/> </uix:contents> </uix:choice> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> <uix:pageButtons> <uix:pageButtonBar> <uix:contents> <uix:button textBinding="CANCEL@sb@servletRequest" destinationBinding="cancelURL@servletRequest" shortDescBinding="CANCEL@sb@servletRequest" /> <uix:submitButton textBinding="OK@sb@servletRequest" name="event" value="okDownstream" shortDescBinding="OK@sb@servletRequest" /> </uix:contents> </uix:pageButtonBar> </uix:pageButtons> <uix:pageStatus> </uix:pageStatus> <uix:tableLayout width="80%"> <uix:spacer height="5" width="5"/> <uix:header textBinding="RELATED_LINKS@streamBundle@servletRequest"> <uix:tableLayout width="80%"> <uix:rowLayout> <uix:cellFormat width="33%" vAlign="top"> <uix:link textBinding="SHOW_CURR_LOG_PARAMS_SET@sb@servletRequest" destinationBinding="showLogParamsUrl@servletRequest"/> </uix:cellFormat> <uix:cellFormat width="33%" vAlign="top"> <db:link destination="/em/console/database/dist/streams/streamsOverview" copyParams="type,target" textBinding="REP_MANAGEMENT@dbInstMsgs@servletRequest"/> </uix:cellFormat> <uix:cellFormat width="33%" vAlign="top"> <db:link destination="/console/database/dist/streams?event=removeStreams&backURL=overviewMain" copyParams="type,target" textBinding="REMOVE_STREAMS@streamBundle@servletRequest"/> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> <uix:rowLayout> <uix:spacer height="5" width="5"/> </uix:rowLayout> </uix:tableLayout> </uix:pageLayout> </db:form> </uix:document> </uix:renderingContext>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de