<%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- -- Page: wizSubPartSpec.jsp -- Controller: oracle.sysman.db.adm.schm.TableController -- oracle.sysman.db.adm.schm.PartitionsWizardController -- Description: Partioning wizard page - lets the user select the -- number of subpartitions and the tablespaces to use. -- -- MODIFIED (MM/DD/YY) -- chanchan 10/09/03 - Add ADA supports -- mpawelko 09/20/03 - add logged in as msg -- mpawelko 08/16/03 - change tablespace options -- hsu 07/25/03 - change global -- rreilly 05/21/03 - uix:form to db:form -- mpawelko 04/29/03 - add power of 2 tip for hash subpartitions -- qsong 04/29/03 - Add oemTop.jspf -- mpawelko 04/07/03 - make lov fields active only when radio button checked -- mpawelko 04/04/03 - change tablespace options -- mnihalan 01/20/03 - Change the page header -- jochen 12/30/02 - Tablespace validation -- jochen 12/26/02 - Add error box -- jochen 12/19/02 - Replace rather than add subpartitions -- jochen 12/05/02 - Input fields shouldn't be required so cancel works -- jochen 11/26/02 - Make round-robin list an LOV -- jochen 11/20/02 - Change numSubparts property name -- jochen 11/15/02 - handle subpartitions --%> <%-- 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.db.adm.schm.PartitionsWizardController" %> <%@ page import="oracle.sysman.emo.adm.schema.partitions.WizardConstants" %> <%-- 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="/database/global.jspf" %> <%-- Train --%> <%-- Warning/Error display --%> <%-- Navigation buttons --%> <%@ include file="/database/sqlaccess/wizContext.jspf" %> <%-- Follow page/wizard context information with a separator --%> <%-- --%> <%-- Number of partitions input box --%> <%-- --%> <%-- --%> <%-- Auto DEFAULT --%> <%-- --%>