<%-- -- Page: haConfigAdvisor.jsp -- Controller: oracle.sysman.db.ha.HAController -- Bean: oracle.sysman.emo.ha.HAConfigAdvisorBean -- -- Description: Displays the Configuration Advisor page (table). -- -- MODIFIED (MM/DD/YY) -- gallison 08/29/08 - -- sdizdar 08/28/08 - created --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ 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" %> <%@ page import="oracle.sysman.emo.util.UIXDataSource" %> <%@ page import="oracle.sysman.emo.ha.HAConfigAdvisorBean" %> <%@ page import="oracle.sysman.emo.ha.HABean" %> > <%@ include file=" /oemGlobal.jspf"%> <% HABean haBean = ((HABean)(request.getAttribute("HABean"))); if (haBean != null && haBean.getIsEnterpriseMode()) { %> <% } %>