<%-- -- Page: implement.jsp -- Controller: oracle.sysman.db.util.SqlAccessController -- -- Description: Schedule Implementation page for implementing recommendations (view task results) -- -- MODIFIED (MM/DD/YY) -- misun 04/02/07 - partition recommendations have to be manully -- implemented. -- mpawelko 09/30/04 - message file cleanup -- mpawelko 09/08/04 - add checkbox for Stop On Error (imp_exit_on_error) -- 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 --%> <%-- Browser title. Page name from controller getPageHeader() --%> <%@ 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/global.jspf" %> <%-- Show waning if there is a partition recommendation --%> <%-- Warning/Error display --%> <%-- If 10gR2+, allow user to specify whether to continue or exit if errors occur --%> <%-- --%> <%-- Advanced scheduling options --%> <%-- <%@ include file="/database/instance/scheduler/schedule/start.jspf" %> --%> <%-- END: HTML Form --%> <%-- END: Content --%>