%@ include file="/sdk/oemTop.jspf" %>
<%@ include file="/oemNoscript.jspf" %>
<%--
-- Page: indexSubpartitions.jsp
-- Controller: db/adm/schm/IndexPartitionsController.java
--
-- Description: Display partition-level subpartitions for composite
-- local index partitions.
-- Launched by clicking Subpartitions button after
-- selecting a 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" %>
<%-- 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 --%>
<%-- PARENT OBJECT PARTITIONING METHOD --%>
<%-- PARTITIONING METHOD --%>
<%-- PARTITIONING COLUMNS --%>
<%-- SUBPARTITIONING COLUMNS --%>
<%-- START: HEADER (SUBPARTITIONS)--%>
<%-- CASE: Not in Create partitions --%>
<%-- Search Prompt --%>
<%-- End Search Prompt --%>
<%--
onClickBinding="tblspclistlovdest@servletRequest" />
--%>
<%-- SWITCH: Create/Edit partitions --%>
<%-- END: HEADER (SUBPARTITIONS)--%>
<%-- SHOW SQL BUTTON --%>
<%-- CANCEL BUTTON --%>
<%-- OK BUTTON --%>
<%-- END: HTML Form --%>
<%-- END: Content --%>