Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Dynamic JDBC Credentials

409904Jan 13 2005
In the article "How To Support Dynamic JDBC Credentials" (http://www.oracle.com/technology/products/jdev/howtos/10g/dynamicjdbchowto.html), the overview seems to describe that, in a dynamic jdbc credential scenario, rather than pooling database connections application modules are pooled. When an application module pulled from the pool has a database connection using credentials different from those of the current user, the connection is closed and reestablished with the current user's credentials. My questions is, what is the effective usage of database connection resources in this strategy? If a system has 20 application modules in the pool and 100 concurrent users, approximately 80% of requests would require reconnection to the database? In other words, is dynamic JDBC credentials with ADF more closely akin, in terms of database resource usage, to database connection pooling? To holding open connections in session? How well does this scale?

Any input would be really appreciated.

Thanks,
Jeff

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 10 2005
Added on Jan 13 2005
0 comments
279 views