%--
-- Page: schemaTables.jsp
-- Controller: oracle.sysman.db.util.SqlAccessController
--
-- Description: Drilldown page to build list of schemas and/or tables
-- Replacement for Schema/Table LOV, which doesn't provide a way to
-- search for schemas.
--
-- MODIFIED (MM/DD/YY)
-- mpawelko 06/27/05 - change hint to say wildcards are allowed
-- mpawelko 06/21/05 - mpawelko_bug-4186598
-- mpawelko 06/08/05 - 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 --%>
<%-- Imports --%>
<%@ page import="oracle.sysman.emo.util.UIXDataSource" %>
<%@ page import="oracle.sysman.emo.util.sqlaccess.AccessParameterConstants" %>
<%@ 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 --%>
<%-- Schema --%>
<%-- Display tasks and templates --%>
<%-- Schema column --%>
<%-- Table column --%>
<%-- END: HTML Form --%>
<%-- END: Content --%>