%-- Name: storageContextInclude.jsp
-- Type: JSP Include
-- Description: This page contains the complete UI for storage for a
-- schema object.
--
-- EMO Beans: You provide the name of your instance of the
-- SchemaObjectSegment bean as context to this include.
-- Your controller must also add uixDBObjectBundle onto the
-- request so messages can be retrieved correctly. Errors are expected
-- to be in: errors@servletRequest
--
-- JSP Changes: To use this page, add the following to your jsp file:
--
--
--
--
--
--
-- Controller Changes:
-- Make your controller instaniate the emo beans listed
-- above. The name of the bean can be whatever you need.
-- Make sure your controller calls beanUtils with your bean
-- when submit form is called.
--
-- Initializer Changes:
-- You must create a SegmentInitializer that extents from
-- SchemaObjectSegmentInitializer - see Table for an example.
--
-- Getting Storage To Initialize on CREATE:
-- Currently you must override SchemaObjectSegment.java and then
-- override the getInitializer function to save your own
-- initializer.
-- See TableSegment.java for an example.
-- To make the page initialize everytime a tablespace changes,
-- you must set the objects initialized variable to false
-- whenever the tablespace changes.
--%>
<%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %>
<%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %>
<%@ page import="oracle.sysman.emo.adm.schema.SchemaObjectSegment" %>
<%-- STORAGE PAGE CONTENT --%>
<%-- Message Bundles Used --%>
<%-- Layout --%>
<%-- Tip & Tablespace --%>
<%-- Tip --%>
<%-- START: Tablespace Information --%>
<%-- Tablespace Name : Note : using renderedBinding and not switcher due to layout problem --%>
<%-- IF : changing the tblspace is allowed --%>
<%-- Tablespace LOV w/ Change Button --%>
<%-- ELSE IF : tablespace name is read only and can't be changed --%>
<%-- Tablespace Name : Read Only Text --%>
<%-- Tablespace Extent Management --%>
<%-- Tablespace Segment Management --%>
<%-- Allocation Type --%>
<%-- Logging --%>
<%-- END: Tablespace Information --%>
<%-- Storage Data --%>
<%-- START: Dictionary Extent Management --%>
<%-- For Dictionary Managed tablespaces, all extent management --%>
<%-- is displayed all storage info in one table row which starts here --%>
<%-- Inital Size --%>
<%-- Next Size --%>
<%-- Increment Size --%>
<%-- Minimum Number --%>
<%-- Maximum Number --%>
<%-- END: Dictionary Extent Management --%>
<%-- START: Segment Storage and Locally Managed Initial Extent--%>
<%-- Locally Managed: Initial Size --%>
<%-- START: Segment Storage --%>
<%-- Space Usage --%>
<%-- switcher for Spatial Column --%>
<%-- --%>
<%-- --%>
<%-- end for switcher case --%>
<%-- --%>
<%-- End of switcher to check if it is of type spatial --%>
<%-- Free Lists --%>
<%-- switcher for Spatial Column --%>
<%--
--%>
<%-- end for switcher case --%>
<%-- --%>
<%-- End of switcher to check if it is of type spatial --%>
<%-- Number of Transactions --%>
<%-- switcher for Spatial Column --%>
<%-- --%>
<%-- --%>
<%-- end for switcher case --%>
<%-- --%>
<%-- End of switcher to check if it is of type spatial --%>
<%-- Buffer Pool --%>
<%-- switcher for Spatial Column --%>
<%-- --%>
<%-- --%>
<%-- --%>
<%-- --%>
<%-- End of switcher to check if it is of type spatial --%>
<%-- END: Segment Storage --%>