What is an oracle session table? Can you give the create table syntax that you use to
create one of these?
Is this similar to global temporary tables as described here
(
http://www.oracle-base.com/articles/8i/TemporaryTables.php).
To further help with your question. A pooled connection should use the same session.
Once a pooled connection is returned to the pool, you can expect that another user request
could use that same pooled connection and the same session.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3997267#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...