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

Home -> Community -> Usenet -> c.d.o.server -> Re: Session does not terminate when a connection drops while running PLSQL.

Re: Session does not terminate when a connection drops while running PLSQL.

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 04 Jul 2002 23:30:57 +0200
Message-ID: <ddf9iusn0ke4qbmghrob3qhbrfj270auqe@4ax.com>


On 4 Jul 2002 13:17:47 -0700, rsarwar_at_ifsna.com (Rauf Sarwar) wrote:

>Generally...It is not good practice to have a client wait for "Several
>minutes" for a database call to return. If the process (Insert,
>Update, Delete) is going to take a long time then it is better to
>break it up into two. First, client submits a request and saves it in
>e.g. a holding table and returns immediately. Then that request can be
>picked up by a background process which may take several minutes to
>run independent of whether the calling client is still connected or
>not.

You aren't serious about that, aren't you? You just provided the number 1 recipe for a disaster database, requiring round the clock table maintenance. Problems like long-running statements should be *resolved* by tuning the statement.
However, you preach symptom-fighting here, adding an extra layer of crap. I'm working for more than 40 hours per week now with such a system, where I officially work 32, and I can tell you it is definitely *NOT FUNNY*

Regards

Sybrand Bakker, Senior Oracle DBA

To reply remove -verwijderdit from my e-mail address Received on Thu Jul 04 2002 - 16:30:57 CDT

Original text of this message

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