<%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- -- Page: dataPartitions.jsp -- Controller: db/adm/schm/DataPartitionsController.java -- -- Description: Main data partitions page --%> <%-- 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" %> <%-- Browser title. Page name from controller getPageHeader() --%> <%@ include file="/oemTitle.jspf" %> <%-- HTML Form --%> <%-- Oracle Logo and Tabs --%> <%@ include file="/database/global.jspf" %> <%-- Warning/Error display --%> <%-- Create/Edit/View Header --%> <%-- SubTabs --%> <%-- START: PAGE CONTENTS starts here --%> <%-- Partitions section --%> <%-- If there are subpartitions, add header --%> <%@ include file="createPartitions.jspf" %> <%@ include file="createPartitions.jspf" %> <%-- Subpartitions section --%> <%-- CASE: Composite partitions --%> <%-- SWITCH: Range-Hash or Range-List type --%> <%-- CASE: Range-Hash partitions --%> <%-- CASE: Range-List partitions --%> <%-- range-list --%> <%-- Subpartitions table --%> <%-- DELETE ALL SUBPARTITIONS --%> <%-- Subpartitions table --%> <%@ include file="subpartitionsTable.jsp" %> <%-- has subpartitions --%> <%-- --%> <%-- Editing --%> <%-- --%> <%-- END: PAGE CONTENTS ends here --%> <%-- Create/Edit Buttons --%> <%-- END: HTML Form --%> <%-- END: Content --%>