<%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- -- Page: placeLocalIndexStorage.jsp -- Controller: db/adm/schm/DataPartitionsController.java -- -- Description: Storage attributes for placing local indexes -- This page allows the user to view/edit the various -- storage options for individual local index partitions -- that will be created automatically when additional -- table partitions are created as the result of an -- ADD/SPLIT/MERGE/MOVE PMOP. -- Launched by the Advanced Options button from the -- Place Local Indexes 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 --%> <%-- START: LOCAL INDEX PARTITION STORAGE PAGE starts here --%> <%-- END: LOCAL INDEX PARTITION STORAGE PAGE ends here --%> <%-- CANCEL BUTTON --%> <%-- OK BUTTON --%> <%-- END: HTML Form --%> <%-- END: Content --%>