<%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- -- Page: wizTablespaces.jsp -- Controller: oracle.sysman.db.adm.schm.TableController -- oracle.sysman.db.adm.schm.DataPartitionsController -- oracle.sysman.db.adm.schm.PartitionsWizardController -- Description: Wizard partition tablespace selection page. -- -- MODIFIED (MM/DD/YY) -- sresrini 03/21/06 - Fix jspcompilation errors -- mpawelko 05/14/05 - fix oac violations -- mpawelko 07/20/04 - fix LOV fields - use new generic ones -- chanchan 04/20/04 - Use generic LOV -- mpawelko 11/25/03 - need to build LOV fields on backend -- chanchan 11/14/03 - Fix ADA lov field -- chanchan 10/29/03 - Fix ADA issues -- chanchan 10/08/03 - Add ADA supports -- mpawelko 09/19/03 - add validation -- rreilly 09/22/03 - use lov dest on the request -- mpawelko 09/01/03 - GUI review changes -- mpawelko 08/21/03 - mpawelko_bug-3103244 -- mpawelko 08/18/03 - created --%> <%-- 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 --%> <%-- --%> <%-- Tablespaces --%> <%-- --%> <%-- Use table's tablespace (or inherit user's default) --%> <%-- --%> <%-- round robin --%> <%-- --%> <%-- Overflow Tablespaces --%> <%-- --%> <%-- Use table's tablespace (or inherit user's default) --%> <%-- round robin --%>