<%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- Name: shrinkJobPage.jsp -- Type: Segment Shrink Job Page -- Description: This page is a standalone job page for scheduling a job. -- -- --%> <%-- 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.db.adm.schm.SchemaPages" %> <%@ page import="oracle.sysman.emo.adm.schema.utilities.shrink.SegmentShrinkConst" %> <%-- HTML Page Title : must have function getPageHeader --%> <%@ include file="/oemTitle.jspf" %> <%-- HTML Form --%> <%-- Oracle Logo and Tabs --%> <%@ include file="/database/global.jspf" %> <%-- Warning/Error display --%> <%-- START: SCHEDULE JOB CONTENTS starts here --%> <%-- segment information --%> <%-- job options start here --%> <%-- Intro Text --%> <%-- Job Name, Description --%> <%-- Scheduling Option --%> <%-- START TIME ZONE --%> <%@ include file="/database/instance/scheduler/schedule/start.jspf" %> <%-- END: SCHEUDLE JOB CONTENTS ends here --%> <%-- Show SQL, OK, and Schedule Buttons --%> <%-- CANCEL BUTTON --%> <%-- BACK BUTTON --%> <%-- OK BUTTON --%> <%-- END: HTML Form --%> <%-- END: Content --%>