%@ 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="/database/global.jspf" %>
<%
Object obj [] = (Object[])request.getAttribute("appliedTableWarnList");
if(obj != null){
for(int i=0; i
<%
}
}
%>
<%
Object obj [] = (Object[])request.getAttribute("appliedSchemaWarnList");
if(obj != null){
for(int i=0; i
<%
}
}
%>