%-- Name: lobStorageInclude.jsp
-- Type: JSP Include
-- Description: This page contains the UI for lob segments for a
-- schema object. Lob Storage is handled via a button
-- that should lead to the standard storage include.
--
-- EMO Beans: You provide the name of your instance of the
-- LobSegment bean. Your instance of the LobSegment will also
-- serve as the bean for the Lob Storage Page.
--
-- Messages are expected to be in: uixDBObjectBundle@servlet request
-- which should point to an instance of the DBObjectMsg bundle.
--
-- 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
-- LobSegmentInitializer - see Table for an example.
--
-- Getting Storage To Initialize on CREATE:
-- Currently you must override LobSegment.java and then
-- override the getInitializer function to save your own
-- initializer.
-- See TableLob.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.utilities.UtilConst" %>
<%@ page import="oracle.sysman.emo.constants.Units" %>
<%-- STORAGE PAGE CONTENT --%>
<%-- Message Bundles Used --%>
<%-- START: LOB ATTRIBUTES --%>
<%-- Segment Name --%>
<%-- Attributes change depending on securefile or basicfile --%>
<%-- Number of blocks accessed at one time (CHUNK) --%>
<%-- Space used for new version(pctVersion)--%>
<%--
--%>
<%-- Cache--%>
<%-- Enable storage in Row --%>
<%-- Attributes change depending on securefile or basicfile --%>
<%-- Compression - SECUREFILE LOBs only --%>
<%-- Deduplication - SECUREFILE LOBs only --%>
<%-- END: LOB ATTRIBUTES --%>
<%-- START: LOB STORAGE ATTRIBUTES --%>
<%-- END: LOB STORAGE ATTRIBUTES --%>