ConnectionFactory in Java stored procedure
Peter KSep 29 2011 — edited Oct 3 2011Hi
I'm new to JMS, in fact I'm new to Java generally speaking.
Question I have is, can one create a connectionFactory in a Java Stored Procedure on the Oracle Database ?
If so, how do I go about doing so?
the example in the documentation;
http://download.oracle.com/docs/cd/E11882_01/server.112/e11013/jm_opers.htm#i1005974
shows one how to setup a connectionFactory using a JDBC thin driver, but presumably the driver is not necessary. Not sure either way, and a brief description would be most appreciated.