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 devel opers

RE: looking for doc with diagrams on redo and undo for java devel opers

From: Stevens, Ed <ED.STEVENS_at_NMM.NISSAN-USA.COM>
Date: Tue, 28 Sep 2004 10:56:58 -0500
Message-ID: <D95631492847D511A32E00B0D0D02E8E08B5F6E9@nmmset01.nmm.nna>


Ryan,

After reading some of the other replies, and knowing how hard it can be to convince a developer, I wonder if perhaps showing them the result of an an extended SQL trace might help? Set up an extended trace, run a DML with 'update all columns' and one of update selected columns. TKPROF the output, maybe even do some 'walking the clock' analysis of the raw trace.

Ed Stevens

-----Original Message-----

From: ryan_gaffuri_at_comcast.net [mailto:ryan_gaffuri_at_comcast.net] Sent: Tuesday, September 28, 2004 10:37 AM To: oracle-l_at_freelists.org
Subject: looking for doc with diagrams on redo and undo for java developers

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 a major re-write to change this. I was digging through the otn docs and some books and everything that leads me to this requires a significant amount of reading. Multiple chapters etc...
anyone know a short article that explains undo and redo along with diagrams and why its bad to update unchanged columns that is easy for a non-oracle person to follow?

checked the concepts doc, but they would probably have to read 50-70 pages to get the basic idea.

--

http://www.freelists.org/webpage/oracle-l
--

http://www.freelists.org/webpage/oracle-l Received on Tue Sep 28 2004 - 10:53:01 CDT

Original text of this message

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