<%-- -- Page: showSql.jsp -- Controller: oracle.sysman.db.util.SqlAccessController -- -- Description: Show either the full text of a single SQL statement, or the advisor implementation task script. -- -- MODIFIED (MM/DD/YY) -- mpawelko 08/06/04 - use separate file for Show Sql in wizard, so location separator doesn't show --%> <%@ 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" %> <%-- Browser title. Page name from controller getPageHeader() --%> <%@ include file="/oemTitle.jspf" %> <%-- Include body tag so page is slightly indented from edge of window --%> <%-- HTML Form --%> <%-- Oracle Logo and Tabs --%> <%@ include file="/database/global.jspf" %> <%-- START: CONTENTS starts here --%> <%-- END: TAB CONTENTS ends here --%> <%-- Buttons --%> <%-- END: HTML Form --%>