<%-- Name: iotInclude.jsp -- Type: JSP Include -- Description: This page contains the UI for iot. IOT Overflow Storage -- is handled via a button that should lead to the standard storage include. -- If you support IOT overflow then call your IOT object to get the -- IOTSegment. That should be your bean for the storage page. See -- em/database/schema/table/iotPage.jsp and iotStoragePage.jsp for -- an example. -- -- EMO Beans: You provide the name of your instance of the -- IOT bean. Your instance of the IOT bean will contain the instance -- of the IOTSegment bean you need for storage (see above). -- -- Messages are expected to be in: uixDBObjectBundle@servlet request -- which should point to an instance of the DBObjectMsg bundle. -- -- 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 -- IOTInitializer - see Table for an example. -- -- Getting Storage To Initialize on CREATE: -- Currently you must override IOT.java and then -- override the getInitializer function to save your own -- initializer. -- See TableIOT.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" %> <%-- STORAGE PAGE CONTENT --%> <%-- Tip --%> <%--Compress --%> <%-- Mapping Table --%> <%-- Overflow Options --%> <%--pctThreshold --%> <%-- Including Column--%> <%-- Tablespace Name--%>