Enter your keyword

Blog

Java Jndi datasource lookup

JNDI style is typical when using an application server(Weblogic, JBOSS) or a web container(Apache Tomcat). Here’s a example of the lookup Datasource created in Server. import java.sql.Connection;import java.sql.SQLException;import javax.naming.Context;import javax.naming.InitialContext;import […]

OSB: Use of fn-bea:execute-sql

Oracle Service Bus has a custom Oracle XQuery function  fn-bea:execute-sql() available that provides low-level database access from XPath  within Oracle Service Bus message flows.Using the fn-bea:execute-sql function from the OSB, […]