<%-- -- Page: reviewInputs.jsp -- Controller: oracle.sysman.db.util.SqlAccessController -- -- Description: 4th and final step of SQL Access Advisor task creation wizard -- -- MODIFIED (MM/DD/YY) -- misun 03/06/07 - fix SQL Access Advisor UI Exit Review bugs. -- misun 01/05/07 - XbranchMerge misun_bug-5675432 from main -- misun 12/14/06 - fix bug 5675432 -- misun 07/20/06 - add button to set whether show all options -- mpawelko 06/24/05 - bug 4442980: warn if task script too long -- mpawelko 05/13/05 - fix oac violations -- mpawelko 03/29/05 - final 10.2 gui review changes -- mpawelko 10/15/04 - use UIXDataSource constants -- mpawelko 10/09/04 - convert accessReviewInputTableUI table to uix -- mpawelko 09/08/04 - add link to message box to set filter options if none set -- glavash 03/03/03 - created --%> <%@ include file="/sdk/oemTop.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" %> <%@ include file="/oemNoscript.jspf" %> <%-- Imports --%> <%@ page import="oracle.sysman.emo.util.UIXDataSource" %> <%@ page import="oracle.sysman.emo.util.sqlaccess.AccessParameterConstants" %> <%-- HTML Page Title --%> <%@ include file="/oemTitle.jspf" %> <%-- Include body tag so page is indented from edge of window --%> <%-- HTML Form --%> <%-- Oracle Logo and Tabs --%> <%@ include file="/database/globalPopup.jspf" %> <%-- Display wizard train and Logged in As --%> <%@ include file="/database/sqlaccess/wizContext.jspf" %> <%-- Follow page/wizard context information with a separator --%> <%-- Warning/Error display --%> <%-- Modification column (blue checkmark if modified) --%> <%-- Option Name column --%> <%-- Option Value column --%> <%-- Option Description column --%> <%-- END: HTML Form --%> <%-- END: Content --%>