Edit D:\app\Administrator\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em\em\database\sqlaccess\options.jsp
<script language="javascript"> function setStorageSizeSelected() { bChecked = document.access.storageSizeSelected[0].checked; document.access.storageSize.disabled=bChecked; document.access.sizeMultiplier.disabled=bChecked; } function checkForEvalOnlyOptions() { bDisable = document.access.executionTypeGUI[3].checked; document.access.workloadVolatilitySelected.disabled = bDisable; document.access.workloadScopeSelected.disabled = bDisable; document.access.storageSizeSelected[0].disabled = bDisable; document.access.storageSizeSelected[1].disabled = bDisable; document.access.storageSize.disabled = bDisable; document.access.sizeMultiplier.disabled = bDisable; document.access.analysisSqlOrderList.disabled = bDisable; document.access.creationCostSelected.disabled = bDisable; document.access.indexTablespace.disabled = bDisable; document.access.indexSchema.disabled = bDisable; document.access.mvTablespace.disabled = bDisable; document.access.mvSchema.disabled = bDisable; document.access.mvlogTablespace.disabled = bDisable; if (!bDisable) setStorageSizeSelected(); } function checkForEvaluationOptions() { bDisable = isEvaluation(); document.access.workloadVolatilitySelected.disabled = bDisable; document.access.workloadScopeSelected.disabled = bDisable; document.access.storageSizeSelected[0].disabled = bDisable; document.access.storageSizeSelected[1].disabled = bDisable; document.access.storageSize.disabled = bDisable; document.access.sizeMultiplier.disabled = bDisable; document.access.analysisSqlRankingMeasure.disabled = bDisable; document.access.analysisSqlRankingMeasureSelected.disabled = bDisable; document.access.creationCostSelected.disabled = bDisable; document.access.indexTablespace.disabled = bDisable; document.access.indexSchema.disabled = bDisable; document.access.mvTablespace.disabled = bDisable; document.access.mvSchema.disabled = bDisable; document.access.mvlogTablespace.disabled = bDisable; document.access.partitionTablespace.disabled = bDisable; if (!bDisable) setStorageSizeSelected(); } </script> <uix:stackLayout> <uix:header textBinding="WKLD_CAT@AAMsgs"> <uix:rowLayout> <uix:messagePrompt promptBinding="WKLDFLT_TYPE@AAMsgs"/> </uix:rowLayout> <uix:rowLayout> <uix:spacer width="5" /> <uix:checkBox name ="workloadVolatilitySelected" styleClass="OraFieldText" checkedBinding="workloadVolatilitySelected@objectBean@servletRequest" shortDescBinding="WKLD_READ_ONLY@AAMsgs" textBinding="WKLD_READ_ONLY@AAMsgs" /> </uix:rowLayout> <uix:rowLayout> <uix:spacer height="0" width="25" /> <uix:styledText textBinding="WKLD_READ_ONLY_TIP@AAMsgs" styleClass="OraInlineInfoText" /> </uix:rowLayout> <uix:spacer height="10" /> <uix:rowLayout> <uix:messagePrompt promptBinding="WORKLOAD_SCOPE@AAMsgs"/> </uix:rowLayout> <uix:rowLayout> <uix:spacer width="5" /> <uix:checkBox name ="workloadScopeSelected" styleClass="OraFieldText" checkedBinding="workloadScopeSelected@objectBean@servletRequest" shortDescBinding="WORKLOAD_SCOPE_DESC@AAMsgs" textBinding="WKLD_COMPLETE@AAMsgs" /> </uix:rowLayout> <uix:rowLayout> <uix:spacer height="0" width="25" /> <uix:styledText textBinding="WKLD_COMPLETE_YES@AAMsgs" styleClass="OraInlineInfoText" /> </uix:rowLayout> </uix:header> <uix:header textBinding="OPT_SPACE@AAMsgs"> <uix:styledText textBinding="OPT_SPACE_QUES@AAMsgs" styleClass="OraFieldText" /> <uix:flowLayout > <uix:rowLayout> <uix:cellFormat height="5"/> </uix:rowLayout> <uix:rowLayout> <uix:spacer height="0" width="10"/> <uix:cellFormat> <uix:radioButton name = "storageSizeSelected" textBinding="OPT_NO_SPACE@AAMsgs" value="<%=AccessParameterConstants.ADVISOR_UNLIMITED%>" selectedValueBinding="storageSizeSelected@objectBean@servletRequest" onClick='setStorageSizeSelected()' /> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:spacer height="0" width="10"/> <uix:cellFormat> <uix:radioButton name = "storageSizeSelected" textBinding="OPT_YES_SPACE@AAMsgs" value="yes" selectedValueBinding="storageSizeSelected@objectBean@servletRequest" onClick='setStorageSizeSelected()' /> </uix:cellFormat> <uix:spacer height="0" width="15"/> <%-- <uix:regExp pattern="-{0,1}[1-9]+[0-9]*$"/> --%> <uix:cellFormat> <uix:messageTextInput shortDescBinding="STORAGE_CHANGE_DESC@AAMsgs" name="storageSize" columns="6" textBinding = "storageSize@objectBean@servletRequest"> <uix:onSubmitValidater> <uix:regExp pattern="(-{0,1}[1-9]+[0-9]*){0,1}0{0,1}$"/> </uix:onSubmitValidater> </uix:messageTextInput> </uix:cellFormat> <uix:cellFormat> <uix:choice name="sizeMultiplier" shortDescBinding="STORAGE_CHANGE_DESC@AAMsgs" selectedValueBinding="sizeMultiplier@objectBean@servletRequest"> <uix:option value = "<%=AccessParameterConstants.MB_MULT%>" textBinding="OPT_MB@AAMsgs" /> <uix:option value="<%=AccessParameterConstants.GB_MULT%>" textBinding="OPT_GB@AAMsgs" /> <uix:option value="<%=AccessParameterConstants.TB_MULT%>" textBinding="OPT_TB@AAMsgs" /> </uix:choice> </uix:cellFormat> </uix:rowLayout> </uix:flowLayout> <uix:rowLayout> <uix:spacer height="0" width="30"/> <uix:styledText textBinding="OPT_TEXT3@AAMsgs" styleClass="OraInlineInfoText" /> </uix:rowLayout> </uix:header> <uix:header textBinding="OPT_ADVANCED@AAMsgs" > <uix:switcher childNameBinding="dbVersion@objectBean@servletRequest"> <uix:case name="10g"> <uix:rowLayout> <uix:messageChoice name="analysisSqlOrderList" promptBinding="OPT_PRIORITY@AAMsgs" shortDescBinding="ORDER_LIST_DESC@AAMsgs" selectedValueBinding="analysisSqlOrderList@objectBean@servletRequest"> <uix:option value="<%=AccessParameterConstants.OPTIMIZER_COST%>" textBinding="OPTIMIZER_COST@AAMsgs" /> <uix:option value="<%=AccessParameterConstants.BUFFER_GETS%>" textBinding="BUFFER_GETS@AAMsgs"/> <uix:option value="<%=AccessParameterConstants.CPU_TIME%>" textBinding="CPU_TIME@AAMsgs"/> <uix:option value="<%=AccessParameterConstants.DISK_READS%>" textBinding="DISK_READS@AAMsgs" /> <uix:option value="<%=AccessParameterConstants.ELAPSED%>" textBinding="ELAPSED_TIME@AAMsgs"/> <uix:option value="<%=AccessParameterConstants.EXECUTIONS%>" textBinding="EXECUTIONS@AAMsgs" /> </uix:messageChoice> </uix:rowLayout> </uix:case> <uix:case name="11gR1"> <uix:rowLayout> <uix:cellFormat> <uix:messageTextInput promptBinding= "OPT_PRIORITY@AAMsgs" shortDescBinding="RANKING_MEASURE_DESC@AAMsgs" name="analysisSqlRankingMeasure" columns="40" textBinding = "analysisSqlRankingMeasure@objectBean@servletRequest"> </uix:messageTextInput> </uix:cellFormat> <uix:cellFormat> <uix:button textBinding="ADD@AAMsgs" shortDescBinding="ADD@AAMsgs" onClick="if ((document.access.analysisScopeIndexesSelected.checked) || (document.access.analysisScopeMaterializedViewsSelected.checked) || (document.access.analysisScopePartitioningSelected.checked)) submitForm(\'access\',2,{\'event\':\'insertToAnalysisSqlRankingMeasure\'});return false;" /> </uix:cellFormat> <uix:cellFormat> <uix:messageChoice name="analysisSqlRankingMeasureSelected" shortDesc="RANKING_MEASURE_SELECTED_DESC@AAMsgs" selectedValueBinding="analysisSqlRankingMeasureSelected@objectBean@servletRequest"> <uix:option value="<%=AccessParameterConstants.BUFFER_GETS%>" textBinding="BUFFER_GETS@AAMsgs"/> <uix:option value="<%=AccessParameterConstants.CPU_TIME%>" textBinding="CPU_TIME@AAMsgs"/> <uix:option value="<%=AccessParameterConstants.DISK_READS%>" textBinding="DISK_READS@AAMsgs" /> <uix:option value="<%=AccessParameterConstants.ELAPSED%>" textBinding="ELAPSED_TIME@AAMsgs"/> <uix:option value="<%=AccessParameterConstants.EXECUTIONS%>" textBinding="EXECUTIONS@AAMsgs" /> <uix:option value="<%=AccessParameterConstants.OPTIMIZER_COST%>" textBinding="OPTIMIZER_COST@AAMsgs" /> <uix:option value="<%=AccessParameterConstants.PRIORITY%>" textBinding="ANALYSIS_SCOPE_PRIORITY@AAMsgs" /> </uix:messageChoice> </uix:cellFormat> </uix:rowLayout> </uix:case> </uix:switcher> <uix:rowLayout> <uix:styledText textBinding="OPT_PRIORITY_DESC@AAMsgs" styleClass="OraInlineInfoText" /> </uix:rowLayout> <uix:spacer height="10"/> <uix:rowLayout> <uix:checkBox name="creationCostSelected" textBinding="OPT_CREATION_COST@AAMsgs" shortDescBinding="CREATION_COST_DESC@AAMsgs" styleClass="OraFieldText" checkedBinding="creationCostSelected@objectBean@servletRequest" /> </uix:rowLayout> <uix:rowLayout> <uix:spacer height="0" width="20" /> <uix:styledText textBinding="OPT_CREATION_COST_DESC@AAMsgs" styleClass="OraInlineInfoText" /> </uix:rowLayout> </uix:header> <%-- The backend doesn't support following functionality for 11gR1. --%> <%-- <uix:header textBinding="OPT_PARTITIONING@AAMsgs" renderedBinding="versionEqualOrHigher11g@objectBean@servletRequest"> <uix:stackLayout> <uix:rowLayout> <uix:checkBox name="allowRepartitioningSelected" textBinding="OPT_ALLOW_REPARTITIONING@AAMsgs" styleClass="OraFieldText" checkedBinding="allowRepartitioningSelected@objectBean@servletRequest" /> </uix:rowLayout> <uix:rowLayout> <uix:checkBox name="useBaseTablePartitionsSelected" textBinding="OPT_USE_BASE_TABLE_PARTITIONS@AAMsgs" styleClass="OraFieldText" checkedBinding="useBaseTablePartitionsSelected@objectBean@servletRequest" /> </uix:rowLayout> <uix:rowLayout> <uix:checkBox name="useILMSelected" textBinding="OPT_USE_ILM@AAMsgs" styleClass="OraFieldText" checkedBinding="useILMSelected@objectBean@servletRequest" /> </uix:rowLayout> </uix:stackLayout> </uix:header> --%> <uix:header textBinding="OPT_DEF_STORAGE@AAMsgs" > <uix:styledText textBinding="OPT_STORE_TEXT@AAMsgs" styleClass="OraFieldText"/> <uix:spacer height="5"/> <uix:tableLayout > <uix:spacer height="1"/> <uix:rowLayout> <uix:cellFormat width="40%" hAlign="right" vAlign="top"> <uix:spacer width="10"/> <uix:styledText textBinding="OPT_INDEX_TBLSPACE@AAMsgs" styleClass="OraFieldText" labeledNodeId="indexTablespace"/> </uix:cellFormat> <uix:cellFormat width="10"/> <uix:cellFormat> <uix:messageLovField id="indexTablespace" name="indexTablespace" searchDescBinding="DEF_INDEX_TABLESPACE_DESC@AAMsgs" textBinding="indexTablespace@objectBean@servletRequest" onClick="startLov('indexTablespace', 'ListTablespacePerm');return false" /> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat width="40%" hAlign="right" vAlign="top"> <uix:spacer width="10"/> <uix:styledText textBinding="OPT_INDEX_SCHEMA@AAMsgs" styleClass="OraFieldText" labeledNodeId="indexSchema"/> </uix:cellFormat> <uix:cellFormat width="10"/> <uix:cellFormat> <uix:messageLovField id="indexSchema" name="indexSchema" searchDescBinding="DEF_INDEX_OWNER_DESC@AAMsgs" textBinding="indexSchema@objectBean@servletRequest" onClick="startLov('indexSchema', 'ListSchema');return false" /> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat width="40%" hAlign="right" vAlign="top"> <uix:spacer width="10"/> <uix:styledText textBinding="OPT_MV_TBLSPACE@AAMsgs" styleClass="OraFieldText" labeledNodeId="mvTablespace"/> </uix:cellFormat> <uix:cellFormat width="10"/> <uix:cellFormat> <uix:messageLovField id="mvTablespace" name="mvTablespace" searchDescBinding="DEF_MVIEW_TABLESPACE_DESC@AAMsgs" textBinding="mvTablespace@objectBean@servletRequest" onClick="startLov('mvTablespace', 'ListTablespacePerm');return false" /> </uix:cellFormat> </uix:rowLayout> <uix:rowLayout> <uix:cellFormat width="40%" hAlign="right" vAlign="top"> <uix:spacer width="10"/> <uix:styledText textBinding="OPT_MV_SCHEMA@AAMsgs" styleClass="OraFieldText" labeledNodeId="mvSchema"/> </uix:cellFormat> <uix:cellFormat width="10"/> <uix:cellFormat> <uix:messageLovField id="mvSchema" name="mvSchema" searchDescBinding="DEF_MVIEW_OWNER_DESC@AAMsgs" textBinding="mvSchema@objectBean@servletRequest" onClick="startLov('mvSchema', 'ListSchema');return false" /> </uix:cellFormat> </uix:rowLayout> <%-- Materialized View Log Tablespace --%> <uix:rowLayout> <uix:cellFormat width="40%" hAlign="right" vAlign="top"> <uix:spacer width="10"/> <uix:styledText textBinding="OPT_MVLOG_TBLSPACE@AAMsgs" styleClass="OraFieldText" labeledNodeId="mvlogTablespace" /> </uix:cellFormat> <uix:cellFormat width="10"/> <uix:cellFormat> <uix:messageLovField id="mvlogTablespace" name="mvlogTablespace" searchDescBinding="DEF_MVLOG_TABLESPACE_DESC@AAMsgs" textBinding="mvlogTablespace@objectBean@servletRequest" onClick="startLov('mvlogTablespace', 'ListTablespacePerm');return false" /> </uix:cellFormat> </uix:rowLayout> <%-- Partition Tablespace --%> <uix:rowLayout renderedBinding="versionEqualOrHigher11g@objectBean@servletRequest"> <uix:cellFormat width="40%" hAlign="right" vAlign="top"> <uix:spacer width="10"/> <uix:styledText textBinding="OPT_PARTITION_TBLSPACE@AAMsgs" styleClass="OraFieldText" labeledNodeId="partitionTablespace" /> </uix:cellFormat> <uix:cellFormat width="10"/> <uix:cellFormat> <uix:rowLayout> <uix:messageLovField id="partitionTablespace" name="partitionTablespace" searchDescBinding="DEF_PARTITION_TABLESPACE_DESC@AAMsgs" textBinding="partitionTablespace@objectBean@servletRequest" onClick="selectMultiple();appendData();startLov('partitionTablespace', 'ListTablespacePerm');return false" /> </uix:rowLayout> <uix:rowLayout> <uix:styledText styleClass="OraInlineInfoText" textBinding="COMMA@AAMsgs" /> </uix:rowLayout> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:header> </uix:stackLayout>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de