<%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- -- Page: wizPartSpec.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 partitions and the tablespaces to use. -- -- MODIFIED (MM/DD/YY) -- mpawelko 04/15/04 - -- mpawelko 04/14/04 - Bug 3565227: get date tip from backend -- chanchan 10/08/03 - Add ADA supports -- mpawelko 09/20/03 - add logged in as msg -- mpawelko 07/21/03 - move/simplify tablespace choices -- rreilly 05/21/03 - db:form to db:form -- mpawelko 04/29/03 - add power of 2 tip for hash partitions -- 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 -- chanchan 01/15/03 - Set relative url -- jochen 12/30/02 - Tablespace validation -- cchan 01/02/03 - Added uix:messageLovField support -- jochen 12/26/02 - Add error box -- jochen 12/17/02 - Support IOT -- jochen 12/04/02 - Input fields shouldn't be required so cancel works -- jochen 11/26/02 - Make round-robin list an LOV -- jochen 11/21/02 - Change label on number of partitions -- jochen 11/19/02 - jochen_partition -- 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="/oemGlobal.jspf" %> <%-- Train --%> <%@ include file="/database/sqlaccess/wizContext.jspf" %> <%-- Follow page/wizard context information with a separator --%> <%-- Warning/Error display --%> <%-- Navigation buttons --%> <%-- --%> <%-- Number of partitions input box --%> <%-- --%> <%-- --%> <%-- MAXVALUE --%> <%-- --%> <%-- --%> <%-- DEFAULT --%> <%-- --%> <%-- List partitioning --%> <%-- --%> <%-- Autogen --%> <%-- --%> <%-- onClick="submitForm('tblForm', true, {event:'changeTablespaceSel'})" --%> <%-- --%> <%-- Input fields --%> <%-- --%>