<%@ include file="/sdk/oemTop.jspf" %> <%-- -- Page: wizScope.jsp -- Controller: oracle.sysman.db.util.stats.StatsController -- -- Description: Start page for the Optimizer Statistics -- -- MODIFIED (MM/DD/YY) -- sshastry 03/20/06 - To fix translation error -- mnihalan 06/09/05 - Add group object type -- mnihalan 03/17/05 - Remove delete instruction -- mnihalan 09/14/04 - Change the intro message displayed for delete -- operations -- mnihalan 07/27/04 - Add tip for fixed and dictionary objects -- mnihalan 06/22/04 - Add message -- mnihalan 06/19/04 - Fix bugs -- mnihalan 03/24/04 - Fix bugs -- mnihalan 03/19/04 - Fix jsp compile error -- mnihalan 03/17/04 - mnihalan_opt_stats1 -- mnihalan 03/17/04 - -- mnihalan 05/01/03 - Initial creation --%> <%@ 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.util.stats.JspConstants" %> <%@ page import="oracle.sysman.db.util.DBJobParams" %> <%-- Message Bundle --%> <%-- Browser title. Page name from controller getPageHeader() --%> <%@ include file="/oemTitle.jspf" %> <%-- HTML Form --%> <%-- Oracle Logo and Tabs, breadcrumb data from --%> <%-- controller getNavigatorPath() --%> <%@ include file="/oemGlobal.jspf" %> <%-- Train --%> <%@ include file="wizTrain.jsp" %> <%@ include file="wizTrain.jsp" %> <%@ include file="wizTrain4Steps.jsp" %> <%-- Use the pageStatus tag to provide page/wizard context (target name) --%> <%@ include file="wizPageStatus.jsp" %> <%-- Navigation buttons --%> <%-- --%> <%-- --%> <%-- Radio buttons --%> <%-- --%> <%-- The fixed object stats feature has been added for 10i database --%> <%-- The dictionary object stats feature has been added for 10i database --%> <%@ include file="wizOptionsShow.jsp" %> <%-- --%> <%-- Overview box for Delete Operation--%> <%-- --%>