%@ 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" %>
<%@ page import="oracle.sysman.emo.adm.schema.view.ViewObjectConstants" %>
<%@ include file="/oemTitle.jspf" %>
<%-- HTML Page Title --%>
<%-- HTML Form --%>
<%-- Oracle Logo and Tabs --%>
<%@ include file="/database/global.jspf" %>
<%-- Warning/Error display --%>
<%-- START: TAB CONTENTS starts here --%>
<%-- options --%>
<%--options --%>
<%-- object --%>
<%-- END: TAB CONTENTS ends here --%>
<%-- Create/Edit Buttons --%>
<%-- OK Button --%>
<%@ include file="/database/changemgr/cmEMOViewPageButtons.jspf" %>
<%-- END: HTML Form --%>
<%-- END: Content --%>