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: jdbc and kill -14

Re: jdbc and kill -14

From: Dennis Williams <oracledba.williams_at_gmail.com>
Date: Tue, 28 Mar 2006 13:19:03 -0600
Message-ID: <de807caa0603281119p65468537xa743493691633d1a@mail.gmail.com>


Ryan,

 > This leaves data in an erroneous state because all the processing was not
> finished and yet some of the dml was committed. We have a need to
> periodically shut down the application for maintenance.
>

I would work the issue from the other point of view. Bad things happen. Databases crash, servers crash, applications crash, networks fail. Think of your maintenance shutdown as a gentle reminder of the inevitable. The application must not be designed assuming everything always goes right. That is a bad design. The application needs to be changed so that it isn't vulnerable to the occasional catastrophe. Barring that, the responsible parties need to create a process for making things right. Tell them your maintenance window is like a gentle but firm dope slap.

Dennis Williams

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Mar 28 2006 - 13:19:03 CST

Original text of this message

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