%@ include file="/sdk/oemTop.jspf" %>
<%--
-- Page: samplePage.jsp
-- Controller: db/adm/schm/SampleController.java
--
-- Description: Short Description of the page.
--%>
<%-- 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.db.adm.schm.SchemaPages" %>
<%@ include file="/oemTitle.jspf" %>
<%-- HTML Page Title --%>
<%-- HTML Form --%>
<%-- Oracle Logo and Tabs --%>
<%@ include file="/database/global.jspf" %>
<%-- Warning/Error display --%>
<%-- Create/Edit/View Header --%>
<%-- SubTabs --%>
<%-- START: TAB CONTENTS starts here --%>
<%-- END: TAB CONTENTS ends here --%>
<%-- Create/Edit Buttons --%>
<%-- END: HTML Form --%>
<%-- END: Content --%>