<%@ include file="/sdk/oemTop.jspf" %> <%-- Name: jobPage.jsp -- Type: OEM Job Page -- Description: This page is a standalone job page for scheduling a job. -- There is supposed to be a generic job page that can be -- shared, but until that is finished, this can be used -- for the schema objects. -- -- JSP Changes: To use this page, include this page on your job schedule page. -- EMO Changes: Add a function to your bean that will return the job bean. -- Controller Changes: --%> <%-- 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" %> <%@ include file="/oemNoscript.jspf" %> <%-- Imports --%> <%@ page import="oracle.sysman.db.adm.osm.JspConstants" %> <%-- HTML Page Title --%> <%-- --%> <%-- HTML Form --%> <%-- Used 'destination' instead of 'destinationBinding' for 'Submit Job' button fix --%> <%-- Oracle Logo and Tabs --%> <%@ include file="/database/global.jspf" %> <%-- Warning/Error display --%> <%-- START: SCHEDULE JOB CONTENTS starts here --%> <%-- END: SCHEUDLE JOB CONTENTS ends here --%> <%-- Show SQL, OK, and Schedule Buttons --%> <%-- CANCEL BUTTON --%> <%-- OK BUTTON --%> <%-- END: HTML Form --%> <%-- --%> <%-- END: Content --%>