Showing related tags and posts across the entire site.
-
Hi, I want to call oracle stored procedure in package.I used like this returns error. Call PKG.GET_EMPLOYEES() Then i remove the procedure from package and defined outside the package as global procedure .Then it works Call GET_EMPLOYEES() So how to call procedure with package name. Please help.
Posted to
How to
by
Paul V.
on 06-09-2010
Filed under: Conversation
-
Burrow Conversation is the core concept of NHibernate.Burrow. It was inspired by the Conversation concept in JBoss Seam . The concept Conversation is to represent a stateful business transaction between end-user and system. Burrow manages NH session and transaction(optional) around conversation - it...