<%@ include file="/sdk/oemTop.jspf" %> <%-- -- Page: problems.jsp -- Controller: oracle.sysman.db.util.stgAdv.ProblemsController -- -- Description: This is the page that displays -- the Fragmentation Issues page from the db sitemap -- -- MODIFIED (MM/DD/YY) -- kmckeen 07/01/05 - Add support for pageMsgBox -- mnihalan 10/12/04 - Change layout of columns -- mnihalan 08/05/04 - Add tabs -- mnihalan 07/01/04 - Fix label problems -- mnihalan 05/05/04 - Fix demo issues -- jochen 01/22/04 - Allow recommendations to be sorted -- mnihalan 11/04/03 - Fix ADA issuse -- jochen 10/17/03 - Disable rather than remove Shrink button if not -- jochen 10/10/03 - Don't show instructions if no recommendations -- mnihalan 09/10/03 - Add sorting -- jochen 08/26/03 - Only show Shrink/Reorg buttons if applicable -- segments exist. Make table multiselect -- jochen 08/13/03 - Shrink multiple -- mnihalan 08/06/03 - UI review changes -- hsu 07/25/03 - change global -- jochen 06/09/03 - Add configuration info -- jochen 05/27/03 - Recommendations column change -- jochen 05/15/03 - Spacing -- qsong 04/29/03 - Add oemTop.jspf -- jochen 04/01/03 - jochen_metric -- jochen 03/26/03 - Show objects with wasted space - prototype -- mnihalan 02/11/03 - Initial creation --%> <%@ 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" %> <%@ page import="oracle.sysman.db.util.stgAdv.JspConstants" %> <%@ include file="/oemNoscript.jspf" %> <%-- Message Bundle --%> <%-- Browser title. Page name from controller getPageHeader() --%> <%@ include file="/oemTitle.jspf" %> <%-- HTML Form --%> <%-- Oracle Logo and Tabs, breadcrumb data from --%> <%-- controller getNavigatorPath() --%> <%@ include file="/database/global.jspf" %> <%-- --%> <%-- Errors --%> <%-- --%> <%-- --%> <%-- Support pageMsgBox for any apps that return to this page --%> <%-- and support it. This include must be positioned AFTER --%> <%-- any other uix:messages or messageBox tags. --%> <%-- --%> <%@ include file="/sdk/page/pageMsgBox.jspf" %> <%-- Key Notation for HWM --%> <%-- Timestamp for last time page refreshed --%> <%-- need tableLayout for Netscape --%> <%-- Timestamp for last time data collected from agent --%> <%-- need tableLayout for Netscape --%> <%-- Degree --%> <%-- SubTabs --%> <%-- Table Selection --%> <%-- Table column Schema Name column --%> <%-- Table column Segment --%> <%-- TotalSpace --%> <%-- UsedSpace for 10.2 or greater agents--%> <%-- Reclaimable Space for 10.2 or greater agents--%> <%-- Table column Reclaimable Space(%) for 10.2 or greater agents--%> <%-- Table column Unused Space(MB) for pre 10.2 agents--%> <%-- Table column Unused Space(%) for pre 10.2 agents--%> <%-- Table column Total Rows --%> <%-- Table column Row Chaining(%) --%> <%-- Table column recommendation --%> <%-- Table column Tablespace column --%> <%-- Table column segment type --%> <%-- Table column recommendation --%> <%-- <%-- Table column timestamp --%> <%-- --%> <%-- ***** Test column ******* This column simulates the formatting returned by the UINode generated in the bean for the recommendations column. Uncomment this to play with the formatting. You have to comment out the real recommendations column to do tests, or it will affect the layout in the table. ************************ --%>