<%-- -- Copyright (c) 2007, 2009, Oracle and/or its affiliates. -- All rights reserved. -- Page: storagePage.jsp -- Controller: db/adm/stg/TablespaceController.java -- -- Description: The Storage tab for Table. -- This tab allows the user to see/edit -- their table's storage parameters. -- MODIFIED (MM/DD/YY) -- chanchan 07/09/09 - Support new compression GUI (ER bug 8669360) -- chanchan 05/08/09 - Add columnar compression supports (ER bug #8276145) --%> <%@ include file="/sdk/oemTop.jspf" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag/db" prefix="db" %> <%@ include file="/oemNoscript.jspf" %> <%@ include file="/database/global.jspf" %> <%--Pre 81 Databases will default to the dictionary page--%> <%-- bug 4294500, have to show extent info for converted locally managed tbsp --%> <%-- START: Compress Options starts here --%> <%-- END: Compress Options ends here --%>