<%-- -- Copyright (c) 2007, 2009, Oracle and/or its affiliates. -- All rights reserved. -- Page: dataPartitionsStorage.jsp -- Controller: db/adm/schm/DataPartitionsController.java -- -- Description: Storage tab for data [sub]partitions -- This tab allows the user to view/edit the various -- storage options for individual data [sub]partitions. -- Launched by the Advanced Options button. -- MODIFIED (MM/DD/YY) -- chanchan 07/09/09 - Support new compression GUI (bug 8669360) -- chanchan 05/01/09 - Add columnar compression supports (ER bug #8276145) --%> <%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- 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" %> <%@ page import="oracle.sysman.emo.adm.schema.table.TableConst" %> <%-- Note: Must be named msgs due to wizTrain include --%> <%-- Browser title. Page name from controller getPageHeader() --%> <%@ include file="/oemTitle.jspf" %> <%-- HTML Form --%> <%-- Oracle Logo and Tabs --%> <%@ include file="/database/globalPopup.jspf" %> <%-- Train --%> <%-- The train will only display if we are in the partitions wizard --%> <%-- Warning/Error display --%> <%-- Create/Edit/View Header --%> <%-- SubTabs --%> <%-- Statistics tab (EDIT only) --%> <%-- START: PARTITION STORAGE PAGE starts here --%> <%-- DESCRIPTION OF EDITING OPTIONS --%> <%-- Creating --%> <%-- Creating Index --%> <%-- Creating Subs --%> <%-- Editing --%> <%-- Editing, not composite --%> <%-- OPTIONS --%> <%-- COMPRESS OPTION --%> <%-- END: PARTITION STORAGE PAGE ends here --%> <%-- CANCEL BUTTON --%> <%-- OK BUTTON --%> <%-- END: HTML Form --%> <%-- END: Content --%>