<%@ page contentType="text/html; charset=UTF-8" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ include file="/oemNoscript.jspf" %> <%@ page import="oracle.sysman.emSDK.util.jdk.NLSUtil" %> <%@ page import="oracle.sysman.db.rsc.streams.ApplyMsg" %> <%@ page import="oracle.sysman.db.rsc.streams.StreamsMsg" %> <%@ page import="oracle.cabo.ui.data.BundleDataObject" %> <%@ page import="oracle.sysman.db.rsc.DBObjectMsg" %> <% request.setAttribute("applyBundle", new BundleDataObject(NLSUtil.getBundle(ApplyMsg.class.getName(), request))); request.setAttribute("dbBundle", new BundleDataObject(NLSUtil.getBundle(DBObjectMsg.class.getName(), request))); %> <%@ include file="/database/global.jspf" %> <%@ include file="/database/dist/streams/streamsLinks.jspf" %>