%@ include file="/sdk/oemTop.jspf" %>
<%-- Name: spaceUsagePage.jsp
-- Description: This page contains the complete UI for space usage for a
-- schema object.(table, index, mview, mviewlog)
--
-- JSP Changes: To use this page, include this page as a 'macro' include
-- in your space usage page jsp. In your JSP you must include the
-- oem taglib.
--%>
<%@ 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" %>
<%-- Imports --%>
<%@ page import="oracle.sysman.db.adm.schm.SchemaPages" %>
<%-- HTML Page Title --%>
<%-- Fix Bug 4080599, for future release
<%@ include file="/oemTitle.jspf" %>
--%>
<%-- uix:head titleBinding="title@spaceUsageBean@servletRequest"/--%>
<%-- HTML Form --%>
<%-- Oracle Logo and Tabs --%>
<%@ include file="/database/global.jspf" %>
<%-- Warning/Error display --%>
<%-- Create/Edit/View Header --%>
<%-- SubTabs --%>
<%-- table --%>
<%-- index --%>
<%-- mview --%>
<%-- mview log --%>
<%-- START: Related Segments Information --%>
<%-- START: Space Usage Trend Chart --%>
<%-- CHART --%>
<%-- END: CHART --%>
<%-- END: Space Usage Trend Information --%>
<%-- Create/Edit Buttons --%>
<%-- END: HTML Form --%>
<%-- END: Content --%>