%@ include file="/sdk/oemTop.jspf" %>
<%--
-- Page: estimateIndexSizePage.jsp
-- Controller: db/adm/schm/IndexController.java
--
-- Description: On CREATE of Index the Estimate Index Size button will
-- bring up this page. It allows the user to figure out
-- about how large the index will be once it's created.
--%>
<%-- 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" %>
<%@ include file="/oemNoscript.jspf" %>
<%-- Imports --%>
<%@ page import="oracle.sysman.db.adm.schm.SchemaPages" %>
<%-- HTML Page Title --%>
<%-- HTML Form --%>
<%-- Oracle Logo and Tabs --%>
<%@ include file="/database/global.jspf" %>
<%-- Warning/Error display --%>
<%--
--%>
<%-- Create/Edit Buttons --%>
<%-- END: HTML Form --%>
<%-- END: Content --%>