<%-- -- Page: wizTrain.jsp -- Controller: db/adm/schm/PartitionsWizardController.java -- -- Description: Included train for partitioning wizard -- -- MODIFIED (MM/DD/YY) -- mpawelko 08/18/03 - replace autogen with tablespaces -- mpawelko 08/13/03 - change type to ptype (due to copyparam changes -- rreilly 05/29/03 - add db library -- mpawelko 04/08/03 - add train without autogen for hash and list -- jochen 11/19/02 - jochen_partition --%> <%@ 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" %> <%-- range-hash --%> <%@ include file="wizTrainSub.jsp" %> <%-- range-list --%> <%@ include file="wizTrainSub.jsp" %> <%-- range, hash, list --%> <%@ include file="wizTrainNoSub.jsp" %>