<%-- -- Page: schedule.jsp -- Controller: oracle.sysman.db.util.SqlAccessController -- -- Description: 3rd 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 11/02/06 - extend Total Time Limit text box wide -- misun 07/20/06 - add Total Time Limit (minutes) -- mpawelko 03/29/05 - final 10.2 gui review changes -- mpawelko 09/29/04 - add Task Expiration (days) -- mpawelko 09/08/04 - remove mv warning if 10gR2 -- mpawelko 08/18/04 - remove second include of utils -- mpawelko 08/10/04 - add descriptions in shortDesc -- mpawelko 08/06/04 - add journaling tip, fix browser title -- 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" %> <%-- bundle, ScheduleBundle, and DBScheduleBundle required by include --%> <%@ include file="/oemTitle.jspf" %> <%-- Include body tag so page is 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 --%> <%-- Advanced scheduling options --%> <%-- END: HTML Form --%> <%-- END: Content --%>