Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: BEA and Java Connection Pooling

Re: BEA and Java Connection Pooling

From: Norman Dunbar <norman.dunbar_at_environment-agency.gov.uk>
Date: Wed, 19 Oct 2005 16:42:58 +0100
Message-Id: <s35677a0.060@environment-agency.gov.uk>

>>> "Michael Fontana" <MFontana_at_verio.net> 10/19/05 04:28pm >>>

>> Has anyone had experience with BEA weblogic and powerportal
creating
>> large amounts of oracle connections (connection pooling is what
they
>> call it)?

<BEGIN RANT>

We have BEA WebLogic and it is a mojor PITA as far as I am concerned. I personally have a number of problems with it :

I cannot shut down my database unless I bin the listener first - the WebLogic connections keep coming back in. If I have to bounce the DB in restricted mode, they still get in (don't ask, the user they are connecting to has restricted session - I don't know why yet !) - so kill off the listener then bounce to stop them getting in.

It's Java. (Apologies to Java developers, but I simply hate this language !)

The systems are configured to have a certain number of connections 'pooled' so I end up with a dozen connections to my database. This is fine, but it appears that these things stay connected by dint of a regular 'select * from dual' query (parsed every time of course !), over the course of the session, I get lots of logical I/O on these - I'll be gald to get on 10g where there is the 'fast dual' plan and zero logical I/Os.

>> ... due
>> to routine maintenance as well as unplanned disruptions), that
while
> these connections persist, they no longer successfully query databases.

Same here. If the database does go down, and restarts, these connections are found to be present, but effectively dead. The actul WebLogic application cannot communicate with the DB. You have to restart the WebLogic managed services before the thing works again. So much for the keepalive 'select * from dual' stuff !

>> This is, of course, as I am told by our development management, a
>> "DATABASE PROBLEM".
As you are probably aware, this is total 'bollox'. EVERYTHING is the database's fault wherever you are. The problem is in the WebLogic system or the Java Application. It cannot properly re-connect when the database goes down. Now, it could be said that the database going down *is* a database problem, and I'd hardly argue with that point of view, but if a system is *supposed* to reconnect on restoration, and doesn't, then I'd say that was an application (or middle tier) problem myself.

<END RANT>

Now, having said all that, my WebLogic guru here tells me that all *should* be well after a db crash/restore if you have ticked the "TestReservedConnections" box in the WebLogic configuration. This is what keeps those "select * from dual" queries running.

Cheers,
Norm.

Norman Dunbar.
Contract Oracle DBA.
Rivers House, Leeds.

Internal : 7 28 2051
External : 0113 231 2051

Information in this message may be confidential and may be legally privileged. If you have received this message by mistake, please notify the sender immediately, delete it and do not copy it to anyone else.

We have checked this email and its attachments for viruses. But you should still check any attachment before opening it.

We may have to make this message and any reply to it public if asked to under the Freedom of Information Act, Data Protection Act or for litigation. Email messages and attachments sent to or from any Environment Agency address may also be accessed by someone other than the sender or recipient, for business purposes.

If we have sent you information and you wish to use it please read our terms and conditions which you can get by calling us on 08708 506 506. Find out more about the Environment Agency at www.environment-agency.gov.uk

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Oct 19 2005 - 10:45:57 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US