<%-- -- Page: showSegmentExtents.jsp -- Controller: oracle.sysman.db.adm.stg.TablespaceController -- -- Description: Launched when user clicks on an extent link in the Extents column -- of the Segments table on the Show Tablespace Contents page -- -- MODIFIED (MM/DD/YY) -- mpawelko 10/21/04 - add PPR, use UIXDataSource constants -- mpawelko 09/22/04 - add Show All capability -- mpawelko 09/20/04 - add GUI review changes -- mpawelko 08/26/04 - change blockSize to 25 -- mpawelko 08/03/04 - mpawelko_tsmap_extents_per_segment -- mpawelko 03/30/04 - created --%> <%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf" %> <%-- 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" %> <%-- Imports --%> <%@ page import="oracle.sysman.emo.adm.storage.tablespace.ShowSegmentsConstants" %> <%@ page import="oracle.sysman.emo.util.UIXDataSource" %> <%-- Browser title. Page name from controller getPageHeader() --%> <%@ include file="/oemTitle.jspf" %> <%@ include file="/enablePPR.jspf" %> <%-- Body tag wil indent page from edge of window --%> <%-- HTML Form --%> <%-- Oracle Logo and Tabs --%> <%@ include file="/database/global.jspf" %> <%-- Warning/Error display --%> <%-- Extent ID column --%> <%-- Block ID column --%> <%-- Size (blocks) column --%> <%-- Datafile column --%> <%-- END: HTML Form --%> <%-- END: Page Content --%>