<%-- -- Page: accessMethods.jsp -- Controller: oracle.sysman.db.util.SqlAccessController -- -- Description: 2nd step of SQL Access Advisor task creation wizard -- -- MODIFIED (MM/DD/YY) -- misun 03/06/07 - fix SQL Access Advisor UI Exit Review bugs. -- misun 02/26/07 - fix SQL Access Advisor Executive Review bugs. -- misun 04/25/06 - Add new features: 17610 SQL Advisor - SAA -- Enhancement 11gR1. -- mpawelko 03/29/05 - final 10.2 gui review changes -- mpawelko 09/30/04 - make Advanced Options a Hide/Show header -- mpawelko 09/08/04 - display warning about maintenance windows and mv's for 10g only -- glavash 03/03/03 - created --%> <%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- Tag Libraries --%> <%@ 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" %> <%-- Imports --%> <%@ page import="oracle.sysman.emo.util.sqlaccess.AccessParameterConstants" %> <%-- HTML Page Title --%> <%@ include file="/oemTitle.jspf" %> <%-- Include body tag so page is slightly indented from edge of window --%> <%-- HTML Form --%> <%-- Oracle Logo and Tabs --%> <%@ include file="/database/globalPopup.jspf" %> <%-- Display wizard train and Logged in As --%> <%@ include file="/database/sqlaccess/wizContext.jspf" %> <%-- Follow page/wizard context information with a separator --%> <%-- Warning/Error display --%> <%-- If 10g, warn about evaluating mv's in a maintenance window --%> <%-- for 11gR1, change the radio button into check boxes --%> <%-- uix:styledText textBinding="METHOD_TEXT1_11G@AAMsgs" styleClass="OraFieldText" /--%> <%@ include file="options.jsp" %> <%-- END: HTML Form --%>