<%-- -- Page: tuneOptions.jsp -- Controller: oracle.sysman.db.util.SqlAccessController -- -- Description: First page displayed when user clicks SQL Access Advisor -- link. User selects between tuning a workload and tuning -- one statement (quick tune), and optionally selects a task -- or template to inherit initial parameter values from. -- -- -- MODIFIED (MM/DD/YY) -- misun 06/14/07 - fix the bug 6128665: nls: hardcode string 'view' -- in sql access advisor: initial options page. -- misun 02/26/07 - fix SQL Access Advisor Executive Review bugs. -- misun 04/24/06 - Add new features: 17610 SQL Advisor - SAA -- Enhancement 11gR1. -- mpawelko 10/15/04 - convert templates table to uix:table -- mpawelko 08/05/04 - add tasks/templates view choice -- mpawelko 03/05/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.util.UIXDataSource" %> <%@ page import="oracle.sysman.emo.util.sqlaccess.AccessParameterConstants" %> <%-- 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" %> <%--uix:stackLayout> <%@ include file="templates.jspf" %> <%-- Cancel and Continue buttons --%> <%-- END: HTML Form --%> <%-- END: Content --%>