[jboss-user] [Performance Tuning] - Re: doubt in jboss connection pooling

Scott.Marlow.Novell do-not-reply at jboss.com
Tue Jan 2 10:13:05 EST 2007


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#3997267

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3997267



More information about the jboss-user mailing list