%@ page contentType="text/html; charset=UTF-8" %>
<%@ 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" %>
<%@ include file="/oemNoscript.jspf" %>
<%@ page import="oracle.sysman.emo.adm.workspacemgr.WorkspaceConstants" %>
<%-- Page: showDiffsShowDetails.jsp
-- Created: vimgupta
-- Controller: db/adm/workspacemgr/WorkspaceController.java (oracle.sysman.db.adm.workspacemgr)
-- Main Bean: oracle.sysman.emo.adm.workspacemgr.WorkspaceObject
-- Description:
--%>
<%@ include file="/database/global.jspf" %>
<%--
--%>
<%
boolean isDynaTableNotNull = false;
Object getIsDynaTableNotNull = request.getAttribute("isDynaTableNotNull");
if (getIsDynaTableNotNull != null)
isDynaTableNotNull = ((Boolean)getIsDynaTableNotNull).booleanValue();
if ( isDynaTableNotNull )
{
%>
<%
}
%>
<%-- tip --%>