%@ include file="/sdk/oemTop.jspf" %>
<%@ include file="/oemNoscript.jspf" %>
<%--
-- Page: dataSubpartitions.jsp
-- Controller: db/adm/schm/DataPartitionsController.java
--
-- Description: Define partition-level subpartitions for composite
-- data partitions.
-- Launched by clicking Subpartitions button after
-- selecting a partition.
-- OR Define table-level subpartitions (template).
-- Launched by clicking Subpartition Template button.
--%>
<%-- 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 --%>
<%-- Warning/Error display --%>
<%-- Oracle Logo and Tabs --%>
<%@ include file="/database/global.jspf" %>
<%-- Follow page/wizard context information with a separator --%>
<%-- START: SUBPARTITION PAGE starts here --%>
<%-- SWITCH: Create subpartitions --%>
<%-- CASE: Create subpartitions --%>
<%--
onClickBinding="tablespacelistlovdest@servletRequest" />
--%>
<%-- SWITCH: Delete all subpartitions --%>
<%-- CASE: Have at least 1 subpartition --%>
<%-- DELETE ALL SUBPARTITIONS --%>
<%-- BEGIN EDIT --%>
<%-- Search Prompt --%>
<%-- End Search Prompt --%>
<%-- SHOW SQL BUTTON --%>
<%-- CANCEL BUTTON --%>
<%-- OK BUTTON --%>
<%-- END: HTML Form --%>
<%-- END: Content --%>