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: looking for doc with diagrams on redo and undo for java developers

Re: looking for doc with diagrams on redo and undo for java developers

From: Jared Still <jkstill_at_gmail.com>
Date: Tue, 28 Sep 2004 09:27:46 -0700
Message-ID: <bf463804092809277b12eb01@mail.gmail.com>


On Tue, 28 Sep 2004 15:37:04 +0000, ryan_gaffuri_at_comcast.net <ryan_gaffuri_at_comcast.net> wrote:
> Object Oriented programming is all about reuse so our java guys made a universal update statement that updates all columns in a table, even unchanged columns. I know its bad, but its

I would say that they were either somewhat careless in their design.

Reuse is good, but reuse and robust is better.

What you have described is not robust.

The routine should have a method to allow the updated columns to be specified.

-- 
Jared Still
Certifiable Oracle DBA and Part Time Perl Evangelist
--
http://www.freelists.org/webpage/oracle-l
Received on Tue Sep 28 2004 - 11:24:07 CDT

Original text of this message

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