<%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- -- Page: wizMethod.jsp -- Controller: oracle.sysman.db.adm.schm.TableController -- oracle.sysman.db.adm.schm.PartitionsWizardController -- Description: Loader page into the partition creation wizard. User can -- select the partitioning method. This is not part of the -- wizard since wizards are only allowed to skip one step -- in a train, so we need to pre-load partitioning method. -- -- MODIFIED (MM/DD/YY) -- mpawelko 12/04/03 - remove references to selectedType -- chanchan 10/08/03 - Add ADA supports -- mpawelko 09/20/03 - add logged in as msg -- mpawelko 08/19/03 - remove contents tags -- hsu 07/25/03 - change global -- mpawelko 06/10/03 - need to rename type parameter due to database type -- rreilly 06/06/03 - find why copy params fails -- rreilly 05/29/03 - add copyparams -- rreilly 05/21/03 - db:form to db:form -- qsong 04/29/03 - Add oemTop.jspf -- mnihalan 01/20/03 - Change the page header -- jochen 01/02/03 - No list if < 9i. No range-list if < 9iRel2 -- jochen 12/23/02 - DB version check for list part -- jochen 12/17/02 - Support IOT -- jochen 12/02/02 - Duplicate page buttons -- jochen 11/19/02 - jochen_partition --%> <%-- 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.emo.adm.schema.partitions.DataPartitionsAttributes" %> <%@ page import="oracle.sysman.db.adm.schm.PartitionsWizardController" %> <%-- Message Bundle --%> <%-- Browser title. Page name from controller getPageHeader() --%> <%@ include file="/oemTitle.jspf" %> <%-- HTML Form --%> <%-- copyParams="target,type,cancelURL,sname,oname,otype" --%> <%-- Oracle Logo and Tabs, breadcrumb data from --%> <%-- controller getNavigatorPath() --%> <%@ include file="/database/global.jspf" %> <%-- Cancel and Continue buttons --%> <%@ include file="/database/sqlaccess/wizContext.jspf" %> <%-- Follow page/wizard context information with a separator --%> <%-- Instructional text --%> <%-- --%> <%-- Radio buttons --%> <%-- --%> <%-- Range --%> <%-- Hash --%> <%-- List --%> <%-- Range-Hash --%> <%-- Range-List --%>