<%@ include file="/sdk/oemTop.jspf" %> <%-- -- Page: wizAddSchemas.jsp -- Controller: oracle.sysman.db.util.stats.StatsController -- -- Description: Page to add a schema to the selected schemas -- -- MODIFIED (MM/DD/YY) -- mnihalan 07/27/04 - Change table to Add Table -- mnihalan 04/20/04 - Add sname oname -- mnihalan 03/24/04 - Fix bugs -- mnihalan 03/17/04 - mnihalan_opt_stats1 -- mnihalan 05/19/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" %> <%@ include file="/oemNoscript.jspf" %> <%-- Imports --%> <%@ page import="oracle.sysman.db.util.stats.JspConstants" %> <%@ page import="oracle.sysman.emo.util.stats.StatsConstants" %> <%-- 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" %>