<%-- * Copyright (c) 2007, 2008, Oracle. All rights reserved. * * NAME * selectInstance.jsp * * NOTES * Launched from AWR Baselines when the current target is a * RAC database to let the user select an instance. * * MODIFIED * kmckeen 12/13/07 - Initial creation --%> <%@ page contentType="text/html; charset=UTF-8" %> <%@ include file="/sdk/oemTop.jspf" %> <%@ include file="/oemNoscript.jspf"%> <%@ 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.rac.RacConstants" %> <%@ include file="/oemTitle.jspf" %> <%@ include file="/database/global.jspf" %>