Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\ecm\patch\patchWiz_Operation.uix
<!-- * Copyright (c) 2001, 2006, Oracle. All rights reserved. * * NAME * patchWiz_Operation.uix * * NOTES * Stage or Apply Patch selection page * Switcher display option for EMD patching or non-EMD patching * * MODIFIED (MM/DD/YY) VERSION * milshah 08/28/06 - Backport milshah_bug-4873567 from main * milshah 01/10/06 - Adding support to install CCR during agent Patching * somukher 08/09/06 - Adding check box for default SQL application * milshah 01/03/06 - Remove sudo for Agent Patching on Win * nitijain 08/02/05 - Removing the OnChange on Stage/Apply toggle * milshah 07/28/05 - * nitijain 07/13/05 - UI Review * milshah 07/11/05 - Show Apply script window for Agent Patching * somukher 06/29/05 - Bug - 4442864 * shgangul 05/20/05 - * abhalla 05/11/05 - * mningomb 04/18/05 - Changes to support pre/post script for agent patching, OH and Host-Directory patching. Also changes to support patching from staged location * mningomb 03/02/05 - Changes for standalone database patching * kchiasso 11/11/03 - bugfix 3242701 - add Post * kchiasso 10/24/03 - bugfix 3211721 * kchiasso 10/04/03 - title * mgoodric 08/17/03 - increase size of edit box to 16x110 * kchiasso 07/10/03 - bugfix 2966548 * kchiasso 11/20/02 - bugfix-2677323 * kchiasso 10/09/02 - ecm_patch_oct0902 * kchiasso 10/02/02 - ADA compliant * kchiasso 09/26/02 - Post-noExpire * kchiasso 09/12/02 - Patch Destionation handling * kchiasso 08/28/02 - tableLayout * mgoodric 08/30/02 - Enable Agent patching in wizard * kchiasso 07/09/02 - inc display line width * kchiasso 06/19/02 - undo EMD apply * kchiasso 06/10/02 - apply patch non-emd * kchiasso 06/05/02 - kchiasso_ecm_patch_jun0402 * * @author kChiasson * --> <page xmlns="http://bali.us.oracle.com/cabo/baja" xmlns:baja="http://bali.us.oracle.com/cabo/baja" xmlns:uix="http://bali.us.oracle.com/cabo/marlin" xmlns:marlin="http://bali.us.oracle.com/cabo/marlin" xmlns:html="http://www.w3.org/TR/REC-html40" xmlns:data="http://bali.us.oracle.com/cabo/marlin"> <baja:head xmlns="http://bali.us.oracle.com/cabo/marlin" xmlns:uix="http://bali.us.oracle.com/cabo/marlin" xmlns:html="http://www.w3.org/TR/REC-html40"> <html:meta content="max-age=0" http-equiv="Cache-Control"/> <dataScope> <contents> <html:noScript> JavaScript is not supported by your browser. Oracle requires JavaScript support to completely render this page </html:noScript> <head xmlns="http://xmlns.oracle.com/uix/ui" uix:title="pageTitle@getPageTitle"/> </contents> <provider> <data name="getPageTitle"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="getPageTitle"/> </data> </provider> </dataScope> </baja:head> <!-- special handler to load help topic --> <handlers> <event name="null"> <method class="oracle.sysman.eml.ecm.OnlineHelp" method="loadPatchHelpTopic"/> </event> </handlers> <baja:content xmlns="http://bali.us.oracle.com/cabo/marlin"> <body onLoad="javascript:doOnLoad()"> <contents> <dataScope> <contents> <script language="JavaScript"> <contents> function setDbShutdownFlag() { if (document.patchWiz_Operation.dbToShutdown) { if (document.patchWiz_Operation.dbToShutdown.checked) { document.patchWiz_Operation.dbToShutdownHidden.value = "true"; } else{ document.patchWiz_Operation.dbToShutdownHidden.value = "false"; } } } function doOnLoad() { if (document.patchWiz_Operation.patchPrescriptLocation) { if (document.patchWiz_Operation.applyPatchPrescript.checked) document.patchWiz_Operation.patchPrescriptLocation.disabled=false; else document.patchWiz_Operation.patchPrescriptLocation.disabled=true; } if (document.patchWiz_Operation.runsqlPrescriptLocation) { if (document.patchWiz_Operation.applyRunSqlPrescript.checked) document.patchWiz_Operation.runsqlPrescriptLocation.disabled=false; else document.patchWiz_Operation.runsqlPrescriptLocation.disabled=true; } if (document.patchWiz_Operation.runsqlScriptLocation) { if (document.patchWiz_Operation.applyRunSqlScript.checked) document.patchWiz_Operation.runsqlScriptLocation.disabled=false; else document.patchWiz_Operation.runsqlScriptLocation.disabled=true; } if (document.patchWiz_Operation.runsqlPostscriptLocation) { if (document.patchWiz_Operation.applyRunSqlPostscript.checked) document.patchWiz_Operation.runsqlPostscriptLocation.disabled=false; else document.patchWiz_Operation.runsqlPostscriptLocation.disabled=true; } if (document.patchWiz_Operation.patchPostscriptLocation) { if (document.patchWiz_Operation.applyPatchPostscript.checked) document.patchWiz_Operation.patchPostscriptLocation.disabled=false; else document.patchWiz_Operation.patchPostscriptLocation.disabled=true; } if (document.patchWiz_Operation.patchStageLocation) { if (document.patchWiz_Operation.applyPatchStage.checked) document.patchWiz_Operation.patchStageLocation.disabled=false; else document.patchWiz_Operation.patchStageLocation.disabled=true; } } function enableDisableField(sourceField, targetField) { if (document.patchWiz_Operation[sourceField]) { if(document.patchWiz_Operation[sourceField].checked) document.patchWiz_Operation[targetField].disabled=false; else document.patchWiz_Operation[targetField].disabled=true; } } </contents> </script> <noScript>""</noScript> <form name="patchWiz_Operation" method="POST"> <contents> <html:noScript> JavaScript is not supported by your browser. Oracle requires JavaScript support to completely render this page </html:noScript> <pageLayout xmlns="http://bali.us.oracle.com/cabo/marlin" uix:title="pageHeader@getHeaderTitle"> <mediumAdvertisement> <include baja:node="../../oemBanner"/> </mediumAdvertisement> <globalButtons> <include baja:node="../../globalButtonBar"/> </globalButtons> <marlin:tabs> <include baja:node="../../globalTabs"/> </marlin:tabs> <marlin:pageHeader> <include baja:node="../../globalHeader"/> </marlin:pageHeader> <pageButtons> <include baja:node="patchWiz_Footer"/> </pageButtons> <pageStatus> <styledText styleClass="OraInstructionText" uix:text="stagePatchInstr@opData"/> </pageStatus> <location> <include baja:node="patchWiz_Train"/> </location> <copyright> <include baja:node="../../copyright"/> </copyright> <contents> <messageBox automatic="true"/> <stackLayout> <contents> <rowLayout> <contents> <flowLayout> <contents> <switcher marlin:childName="isEMD@opData"> <case name="true"> <stackLayout> <contents> <stackLayout> <contents> <tableLayout> <contents> <rowLayout> <contents> <cellFormat> <contents> <messageRadioButton name="stageApplyPatch" uix:text="PW_STAGE@ResourceBundle" uix:selected="stagePatch@opData" value="stage"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout> <contents> <cellFormat> <contents> <spacer height="5"/> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout> <rowLayout> <contents> <spacer width="20" height="1"/> <cellFormat> <contents> <html:p> <html:font face="Arial,Helvetica,Geneva,sans-serif" size="2" color="#000000"> <rawText uix:text="stageMesg@getShowTargets"/> </html:font> </html:p> </contents> </cellFormat> </contents> </rowLayout> <tableLayout> <contents> <rowLayout> <contents> <cellFormat> <contents> <spacer height="10"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout> <contents> <cellFormat> <contents> <messageRadioButton name="stageApplyPatch" uix:text="PW_APPLY@ResourceBundle" uix:selected="applyPatch@opData" value="apply"/> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout> </contents> </stackLayout> <!--Patching start --> <header uix:text="PATCH_APPLY_LBL@ResourceBundle"> <contents> <stackLayout> <contents> <!-- start of new code --> <tableLayout> <contents> <rowLayout> <contents> <cellFormat> <contents> <html:font face="Arial,Helvetica,Geneva,sans-serif" size="2" color="#000000"> <rawText uix:text="applyMesg@getShowTargets"/> <html:br/> </html:font> <styledText styleClass="OraInstructionText" uix:text="PATCH_GEN_DESC@ResourceBundle"/> <formValue name="applyBlockDefined" value="yes"/> <formValue name="dbToShutdownHidden" value="true"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout> <contents> <cellFormat hAlign="right"> <contents> <submitButton name="event" value="viewARUReadme" uix:text="BTN_VIEWREADME@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout> <header uix:text="PATCH_STAGED_LBL@ResourceBundle" size="1"> <contents> <flowLayout> <contents> <checkBox name="applyPatchStage" uix:text="APPLY_STAGELOC_DESC@ResourceBundle" uix:checked="isApplyPatchStage@opData" value="true" onClick="javascript:enableDisableField(this.name,'patchStageLocation')"/> <textInput name="patchStageLocation" uix:text="patchStageLocation@opData" uix:shortDesc="SD_PATCH_STAGE_LOCATION@ResourceBundle" columns="65"/> </contents> </flowLayout> </contents> </header> <header uix:text="PATCH_PRESCRIPT_LBL@ResourceBundle" size="1"> <contents> <stackLayout> <contents> <flowLayout> <contents> <checkBox name="applyPatchPrescript" uix:text="APPLY_PRESCRIPT_DESC@ResourceBundle" uix:checked="isApplyPatchPrescript@opData" value="true" onClick="javascript:enableDisableField(this.name,'patchPrescriptLocation')"/> <textInput name="patchPrescriptLocation" uix:text="patchPrescriptLocation@opData" uix:shortDesc="SD_PATCH_PRESCRIPT_LOCATION@ResourceBundle" columns="65"/> <switcher marlin:childName="isUnixPlatform@opData"> <case name="true"> <checkBox name="applyPatchPrescriptSumode" uix:text="UNIX_SUDO@ResourceBundle" uix:checked="isApplyPatchPrescriptSumode@opData" value="true"/> </case> </switcher> </contents> </flowLayout> </contents> </stackLayout> </contents> </header> <!--Patch Step --> <hideShowHeader uix:text="PATCH_STEP_LBL@ResourceBundle" id="showHideOfPatchStep" size="1" formSubmitted="true" uix:disclosed="showPatchStepBlock@opData"> <contents> <stackLayout> <contents> <rowLayout> <contents> <radioButton name="defaultAgentApplyPatch" uix:text="USE_DEFAULT_AGENT_APPLY_SCRIPT_LBL@ResourceBundle" onClick="submitForm('patchWiz_Operation',true, {'event':'toggleBetweenDefAndCustomAgentPatchScript'});return true" uix:selected="defAgentScript@opData" value="true"/> </contents> </rowLayout> <rowLayout> <contents> <radioButton name="defaultAgentApplyPatch" uix:text="USE_CUSTOM_AGENT_APPLY_SCRIPT_LBL@ResourceBundle" onClick="submitForm('patchWiz_Operation',true, {'event':'toggleBetweenDefAndCustomAgentPatchScript'});return true" uix:selected="customAgentScript@opData" value="false"/> </contents> </rowLayout> <rowLayout> <contents> <switcher marlin:childName="showCCRAgentPatchSet@opData"> <case name="true"> <stackLayout> <contents> <spacer height="10"/> <rowLayout> <contents> <tip> <contents> <styledText styleClass="OraTipText" uix:text="CCR_AGENT_PATCHSET_TIP@ResourceBundle"/> </contents> </tip> </contents> </rowLayout> <spacer height="10"/> <rowLayout> <contents> <switcher marlin:childName="displayCCRLicense@opData"> <case name="true"> <textInput name="license" uix:shortDesc="DESC_ENTERSCRIPT@ResourceBundle" uix:text="CCRLicense@opData" rows="5" columns="110" readOnly="true" wrap="soft"/> </case> </switcher> </contents> </rowLayout> </contents> </stackLayout> </case> </switcher> </contents> </rowLayout> <spacer height="10"/> <switcher marlin:childName="customAgentScript@opData"> <case name="true"> <textInput name="script" uix:shortDesc="DESC_ENTERSCRIPT@ResourceBundle" uix:text="script@opData" rows="16" columns="110" wrap="soft"/> </case> </switcher> </contents> </stackLayout> </contents> </hideShowHeader> <!-- End Patch Step --> <header uix:text="PATCH_POSTSCRIPT_LBL_1@ResourceBundle" size="1"> <contents> <stackLayout> <contents> <flowLayout> <contents> <checkBox name="applyPatchPostscript" uix:text="APPLY_POSTSCRIPT_DESC@ResourceBundle" uix:checked="isApplyPatchPostscript@opData" value="true" onClick="javascript:enableDisableField(this.name,'patchPostscriptLocation')"/> <textInput name="patchPostscriptLocation" uix:text="patchPostscriptLocation@opData" uix:shortDesc="SD_PATCH_PRESCRIPT_LOCATION@ResourceBundle" columns="65"/> <switcher marlin:childName="isUnixPlatform@opData"> <case name="true"> <checkBox name="applyPatchPostscriptSumode" uix:text="UNIX_SUDO@ResourceBundle" uix:checked="isApplyPatchPostscriptSumode@opData" value="true"/> </case> </switcher> </contents> </flowLayout> </contents> </stackLayout> </contents> </header> <!-- <header uix:text="TARGET_PROPERTIES_MESG@ResourceBundle"> --> <spacer height="10"/> <tableLayout cellspacing="10"> <contents> <rowLayout> <contents> <cellFormat> <contents> <spacer width="20"/> </contents> </cellFormat> <cellFormat> <contents> <tip> <contents> <styledText styleClass="OraTipText" uix:text="TIP_TARGET_PROPERTIES@ResourceBundle"/> </contents> </tip> </contents> </cellFormat> </contents> </rowLayout> <rowLayout> <contents> <cellFormat> <contents> <spacer width="20"/> </contents> </cellFormat> <cellFormat> <contents> <hideShow uix:undisclosedText="TIP_TARGET_SHOW@ResourceBundle" uix:disclosedText="TIP_TARGET_HIDE@ResourceBundle" id="showHideOfTargetProperties" uix:disclosed="showTargetProperties@opData" size="1" formSubmitted="true"> <contents> <tableLayout cellSpacing="5"> <contents> <rowLayout> <contents> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" text="%oraclehome%"/> </contents> </cellFormat> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" uix:text="ORACLEHOME_DESC@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout> <contents> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" text="%emd_root%"/> </contents> </cellFormat> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" uix:text="EMDROOT_DESC@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout> <contents> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" text="%perlbin%"/> </contents> </cellFormat> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" uix:text="PERLBIN_DESC@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout> </contents> </hideShow> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout> <!-- </header> --> </contents> </stackLayout> </contents> </header> <!-- </case> </switcher> --> </contents> </stackLayout> </case> <case name="false"> <stackLayout> <contents> <tableLayout> <contents> <rowLayout> <contents> <cellFormat> <contents> <messageRadioButton name="stageApplyPatch" uix:text="PW_STAGE@ResourceBundle" uix:selected="stagePatch@opData" value="stage"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout> <contents> <cellFormat> <contents> <spacer height="5"/> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout> <rowLayout> <contents> <spacer width="20" height="1"/> <cellFormat> <contents> <html:p> <html:font face="Arial,Helvetica,Geneva,sans-serif" size="2" color="#000000"> <rawText uix:text="stageMesg@getShowTargets"/> </html:font> </html:p> </contents> </cellFormat> </contents> </rowLayout> <tableLayout> <contents> <rowLayout> <contents> <cellFormat> <contents> <spacer height="10"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout> <contents> <cellFormat> <contents> <messageRadioButton name="stageApplyPatch" uix:text="PW_APPLY@ResourceBundle" uix:selected="applyPatch@opData" value="apply"/> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout> </contents> </stackLayout> </case> </switcher> </contents> </flowLayout> </contents> </rowLayout> <switcher marlin:childName="isEMD@opData"> <case name="false"> <!-- <switcher marlin:childName="applyPatch@opData"> <case name="true"> --> <!-- non-agentpatching apply start --> <header uix:text="PATCH_APPLY_LBL@ResourceBundle"> <contents> <stackLayout> <contents> <!-- start of new code --> <stackLayout> <contents> <tableLayout> <contents> <rowLayout> <contents> <cellFormat> <contents> <html:font face="Arial,Helvetica,Geneva,sans-serif" size="2" color="#000000"> <rawText uix:text="applyMesg@getShowTargets"/> <html:br/> </html:font> <switcher marlin:childName="isDatabaseTargetPatching@opData"> <case name="true"> <styledText styleClass="OraInstructionText" uix:text="PATCH_APPLY_DESC@ResourceBundle"/> </case> <case name="false"> <styledText styleClass="OraInstructionText" uix:text="PATCH_GEN_DESC@ResourceBundle"/> </case> </switcher> <formValue name="applyBlockDefined" value="yes"/> <formValue name="dbToShutdownHidden" value="true"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout> <contents> <cellFormat hAlign="right"> <contents> <submitButton name="event" value="viewARUReadme" uix:text="BTN_VIEWREADME@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout> <header uix:text="PATCH_STAGED_LBL@ResourceBundle"> <contents> <flowLayout> <contents> <checkBox name="applyPatchStage" uix:text="APPLY_STAGELOC_DESC@ResourceBundle" uix:checked="isApplyPatchStage@opData" value="true" onClick="javascript:enableDisableField(this.name,'patchStageLocation')"/> <textInput name="patchStageLocation" uix:shortDesc="SD_PATCH_STAGE_LOCATION@ResourceBundle" uix:text="patchStageLocation@opData" columns="65"/> </contents> </flowLayout> </contents> </header> <spacer height="20"/> <switcher marlin:childName="isDatabaseTargetPatching@opData"> <case name="true"> <hideShowHeader uix:text="PATCH_PRESCRIPT_LBL@ResourceBundle" id="showHideOfPatchPrescript" size="1" formSubmitted="true" uix:disclosed="showPatchPrescriptBlock@opData"> <contents> <stackLayout> <contents> <flowLayout> <contents> <checkBox name="applyPatchPrescript" uix:text="APPLY_PRESCRIPT_DESC@ResourceBundle" uix:checked="isApplyPatchPrescript@opData" value="true" onClick="javascript:enableDisableField(this.name,'patchPrescriptLocation')"/> <textInput name="patchPrescriptLocation" uix:shortDesc="SD_PATCH_PRESCRIPT_LOCATION@ResourceBundle" uix:text="patchPrescriptLocation@opData" columns="65"/> <switcher marlin:childName="isUnixPlatform@opData"> <case name="true"> <checkBox name="applyPatchPrescriptSumode" uix:text="UNIX_SUDO@ResourceBundle" uix:checked="isApplyPatchPrescriptSumode@opData" value="true"/> </case> </switcher> </contents> </flowLayout> <checkBox name="dbToShutdown" uix:text="DB_SHUTDOWN_DESC@ResourceBundle" uix:checked="isDbToBeShutdown@opData" value="true" onClick="javascript:setDbShutdownFlag()"/> </contents> </stackLayout> </contents> </hideShowHeader> </case> <case name="false"> <header uix:text="PATCH_PRESCRIPT_LBL@ResourceBundle" id="showHideOfPatchPrescript" size="1" formSubmitted="true" uix:disclosed="showPatchPrescriptBlock@opData"> <contents> <stackLayout> <contents> <flowLayout> <contents> <checkBox name="applyPatchPrescript" uix:text="APPLY_PRESCRIPT_DESC@ResourceBundle" uix:checked="isApplyPatchPrescript@opData" value="true" onClick="javascript:enableDisableField(this.name,'patchPrescriptLocation')"/> <textInput name="patchPrescriptLocation" uix:shortDesc="SD_PATCH_PRESCRIPT_LOCATION@ResourceBundle" uix:text="patchPrescriptLocation@opData" columns="65"/> <switcher marlin:childName="isUnixPlatform@opData"> <case name="true"> <checkBox name="applyPatchPrescriptSumode" uix:text="UNIX_SUDO@ResourceBundle" uix:checked="isApplyPatchPrescriptSumode@opData" value="true"/> </case> </switcher> </contents> </flowLayout> </contents> </stackLayout> </contents> </header> </case> </switcher> <hideShowHeader uix:text="PATCH_STEP_LBL@ResourceBundle" id="showHideOfPatchStep" size="1" formSubmitted="true" uix:disclosed="showPatchStepBlock@opData"> <contents> <stackLayout> <contents> <switcher marlin:childName="isUnixPlatform@opData"> <case name="true"> <checkBox name="editDefaultApplyScript" uix:text="EDIT_DEFAULT_APPLY_SCRIPT_LBL_UNIX@ResourceBundle" uix:checked="isEditDefaultApplyScript@opData" value="true" onClick="submitForm('patchWiz_Operation',0,{'event':'editApplyScript'});return true"/> </case> <default> <checkBox name="editDefaultApplyScript" uix:text="EDIT_DEFAULT_APPLY_SCRIPT_LBL_WIN@ResourceBundle" uix:checked="isEditDefaultApplyScript@opData" value="true" onClick="submitForm('patchWiz_Operation',0,{'event':'editApplyScript'});return true"/> </default> </switcher> <spacer height="10"/> <switcher marlin:childName="editApplyScript@opData"> <case name="true"> <textInput name="script" uix:shortDesc="DESC_ENTERSCRIPT@ResourceBundle" uix:text="script@opData" rows="16" columns="110" wrap="soft"/> </case> </switcher> </contents> </stackLayout> </contents> </hideShowHeader> <switcher marlin:childName="isDatabaseTargetPatching@opData"> <case name="true"> <hideShowHeader uix:text="RUN_SQL_LBL@ResourceBundle" id="showHideOfRunSql" size="1" formSubmitted="true" uix:disclosed="showRunSqlBlock@opData"> <contents> <stackLayout> <contents> <styledText styleClass="OraInstructionText" uix:text="RUN_SQL_DESC@ResourceBundle"/> <header uix:text="RUNSQL_PRESCRIPT_LBL@ResourceBundle"> <contents> <stackLayout> <contents> <flowLayout> <contents> <checkBox name="applyRunSqlPrescript" uix:text="APPLY_PRESCRIPT_DESC@ResourceBundle" uix:checked="isApplyRunSqlPrescript@opData" value="true" onClick="javascript:enableDisableField(this.name,'runsqlPrescriptLocation')"/> <textInput name="runsqlPrescriptLocation" uix:shortDesc="SD_RUN_SQL_PRESCRIPT_LOCATION@ResourceBundle" uix:text="runsqlPrescriptLocation@opData" columns="65"/> <switcher marlin:childName="isUnixPlatform@opData"> <case name="true"> <checkBox name="applyRunSqlPrescriptSumode" uix:text="UNIX_SUDO@ResourceBundle" uix:checked="isApplyRunSqlPrescriptSumode@opData" value="true"/> </case> </switcher> </contents> </flowLayout> <checkBox name="runSqlDbToStarted" uix:text="RUNSQL_STARTUP_DESC@ResourceBundle" uix:checked="isRunSqlDbToBeStarted@opData" value="true"/> </contents> </stackLayout> </contents> </header> <header uix:text="RUNSQL_LBL@ResourceBundle"> <contents> <stackLayout> <contents> <flowLayout> <contents> <checkBox name="applyRunSqlScript" uix:text="RUNSQL_SCRIPT_LOCATION_LBL@ResourceBundle" uix:checked="isApplyRunSqlScript@opData" value="true" onClick="javascript:enableDisableField(this.name,'runsqlScriptLocation')"/> <textInput name="runsqlScriptLocation" uix:shortDesc="SD_RUN_SQL_SCRIPT_LOCATION@ResourceBundle " uix:text="runsqlScriptLocation@opData" columns="65"/> </contents> </flowLayout> <checkBox name="applyDefaultSql" uix:text="APPLY_DEFAULT_SQL_LBL@ResourceBundle" uix:checked="isDefaultSqlScript@opData" value="true" /> <tip> <contents> <styledText styleClass="OraTipText" uix:text="TIP_DEFAULT_SQL@ResourceBundle"/> </contents> </tip> </contents> </stackLayout> </contents> </header> <header uix:text="RUNSQL_POSTSCRIPT_LBL@ResourceBundle"> <contents> <stackLayout> <contents> <flowLayout> <contents> <checkBox name="applyRunSqlPostscript" uix:text="APPLY_POSTSCRIPT_DESC@ResourceBundle" uix:checked="isApplyRunSqlPostscript@opData" value="true" onClick="javascript:enableDisableField(this.name,'runsqlPostscriptLocation')"/> <textInput name="runsqlPostscriptLocation" uix:shortDesc="SD_RUN_SQL_POST_SCRIPT_LOCATION@ResourceBundle" uix:text="runsqlPostscriptLocation@opData" columns="65"/> <switcher marlin:childName="isUnixPlatform@opData"> <case name="true"> <checkBox name="applyRunSqlPostscriptSumode" uix:text="UNIX_SUDO@ResourceBundle" uix:checked="isApplyRunSqlPostscriptSumode@opData" value="true"/> </case> </switcher> </contents> </flowLayout> <checkBox name="runSqlDbToShutdown" uix:text="RUNSQL_SHUTDOWN_DESC@ResourceBundle" uix:checked="isRunSqlDbToBeShutdown@opData" value="true"/> </contents> </stackLayout> </contents> </header> </contents> </stackLayout> </contents> </hideShowHeader> </case> </switcher> <switcher marlin:childName="isDatabaseTargetPatching@opData"> <case name="true"> <hideShowHeader uix:text="PATCH_POSTSCRIPT_LBL_2@ResourceBundle" id="showHideOfPatchPostscript" size="1" formSubmitted="true" uix:disclosed="showPatchPostscriptBlock@opData"> <contents> <stackLayout> <contents> <checkBox name="dbToStarted" uix:text="DB_STARTUP_DESC@ResourceBundle" uix:checked="isDbToBeStarted@opData" value="true"/> <flowLayout> <contents> <checkBox name="applyPatchPostscript" uix:text="APPLY_POSTSCRIPT_DESC@ResourceBundle" uix:checked="isApplyPatchPostscript@opData" value="true" onClick="javascript:enableDisableField(this.name,'patchPostscriptLocation')"/> <textInput name="patchPostscriptLocation" uix:shortDesc="SD_PATCH_POST_SCRIPT_LOCATION@ResourceBundle" uix:text="patchPostscriptLocation@opData" columns="65"/> <switcher marlin:childName="isUnixPlatform@opData"> <case name="true"> <checkBox name="applyPatchPostscriptSumode" uix:text="UNIX_SUDO@ResourceBundle" uix:checked="isApplyPatchPostscriptSumode@opData" value="true"/> </case> </switcher> </contents> </flowLayout> </contents> </stackLayout> </contents> </hideShowHeader> </case> <case name="false"> <header uix:text="PATCH_POSTSCRIPT_LBL_1@ResourceBundle" id="showHideOfPatchPostscript" size="1" formSubmitted="true" uix:disclosed="showPatchPostscriptBlock@opData"> <contents> <stackLayout> <contents> <flowLayout> <contents> <checkBox name="applyPatchPostscript" uix:text="APPLY_POSTSCRIPT_DESC@ResourceBundle" uix:checked="isApplyPatchPostscript@opData" value="true" onClick="javascript:enableDisableField(this.name,'patchPostscriptLocation')"/> <textInput name="patchPostscriptLocation" uix:shortDesc="SD_PATCH_POST_SCRIPT_LOCATION@ResourceBundle" uix:text="patchPostscriptLocation@opData" columns="65"/> <switcher marlin:childName="isUnixPlatform@opData"> <case name="true"> <checkBox name="applyPatchPostscriptSumode" uix:text="UNIX_SUDO@ResourceBundle" uix:checked="isApplyPatchPostscriptSumode@opData" value="true"/> </case> </switcher> </contents> </flowLayout> </contents> </stackLayout> </contents> </header> </case> </switcher> <!-- <header uix:text="TARGET_PROPERTIES_MESG@ResourceBundle"> --> <spacer height="10"/> <tableLayout cellspacing="10"> <contents> <rowLayout> <contents> <cellFormat> <contents> <spacer width="20"/> </contents> </cellFormat> <cellFormat> <contents> <tip> <contents> <styledText styleClass="OraTipText" uix:text="TIP_TARGET_PROPERTIES@ResourceBundle"/> </contents> </tip> </contents> </cellFormat> </contents> </rowLayout> <rowLayout> <contents> <cellFormat> <contents> <spacer width="20"/> </contents> </cellFormat> <cellFormat> <contents> <hideShow uix:undisclosedText="TIP_TARGET_SHOW@ResourceBundle" uix:disclosedText="TIP_TARGET_HIDE@ResourceBundle" id="showHideOfTargetProperties" uix:disclosed="showTargetProperties@opData" size="1" formSubmitted="true"> <contents> <tableLayout cellSpacing="5"> <contents> <rowLayout> <contents> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" text="%oraclehome%"/> </contents> </cellFormat> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" uix:text="ORACLEHOME_DESC@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout> <contents> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" text="%emd_root%"/> </contents> </cellFormat> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" uix:text="EMDROOT_DESC@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> <rowLayout> <contents> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" text="%perlbin%"/> </contents> </cellFormat> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" uix:text="PERLBIN_DESC@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> <switcher marlin:childName="isDatabaseTargetPatching@opData"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" text="%dbsids%"/> </contents> </cellFormat> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" uix:text="SIDS_OF_HOME@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> </case> </switcher> <switcher marlin:childName="isDatabaseTargetPatching@opData"> <case name="true"> <rowLayout> <contents> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" text="%listeners%"/> </contents> </cellFormat> <cellFormat wrappingDisabled="true"> <contents> <styledText styleClass="OraInstructionText" uix:text="LISTENERS_OF_HOME@ResourceBundle"/> </contents> </cellFormat> </contents> </rowLayout> </case> </switcher> </contents> </tableLayout> </contents> </hideShow> </contents> </cellFormat> </contents> </rowLayout> </contents> </tableLayout> <!-- </header> --> </contents> </stackLayout> </contents> </stackLayout> </contents> </header> <!-- non-agentpatching apply end --> </case> <!-- </switcher> </case> --> </switcher> </contents> </stackLayout> </contents> </pageLayout> </contents> </form> </contents> <provider> <data name="ResourceBundle"> <bundle class="oracle.sysman.eml.ecm.patch.util.PatchResourceBundle"/> </data> <data name="navStep"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="getWizardStep"/> </data> <data name="opData"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="populateOperationData"/> </data> <data name="getHeaderTitle"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="getPageTitle"/> </data> <data name="getInfo"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="returnCaller"/> </data> <data name="getShowTargets"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="getShowTargets"/> </data> </provider> </dataScope> </contents> </body> </baja:content> <handlers> <event name="goto" source="PatchNav"> <method class="oracle.sysman.eml.ecm.patch.PatchWizardHandler" method="stepNext"/> </event> <event name="cancel"> <method class="oracle.sysman.eml.ecm.patch.PatchWizardHandler" method="returnToCaller"/> </event> <event name="viewARUReadme"> <method class="oracle.sysman.eml.ecm.patch.ReadmeServlet" method="calldoPost"/> </event> <event name="hide" source="showHideOfPatchStep"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="hidePatchStep"/> </event> <event name="show" source="showHideOfPatchStep"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="showPatchStep"/> </event> <event name="editApplyScript"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="editApplyScript"/> </event> <event name="toggleBetweenStageAndApply"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="toggleBetweenStageAndApply"/> </event> <event name="toggleBetweenDefAndCustomAgentPatchScript"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="toggleBetweenDefAndCustomAgentPatchScript"/> </event> <event name="hide" source="showHideOfPatchPrescript"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="hidePatchPrescript"/> </event> <event name="show" source="showHideOfPatchPostscript"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="showPatchPostscript"/> </event> <event name="hide" source="showHideOfPatchPostscript"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="hidePatchPostscript"/> </event> <event name="show" source="showHideOfPatchPrescript"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="showPatchPrescript"/> </event> <event name="hide" source="showHideOfRunSql"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="hideRunSqlSection"/> </event> <event name="show" source="showHideOfRunSql"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="showRunSqlSection"/> </event> <event name="show" source="showHideOfTargetProperties"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="showTargetProperties"/> </event> <event name="hide" source="showHideOfTargetProperties"> <method class="oracle.sysman.eml.ecm.patch.PatchData" method="hideTargetProperties"/> </event> </handlers> </page>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de