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

Home -> Community -> Mailing Lists -> Oracle-L -> newbie question - still: please help

newbie question - still: please help

From: Daniel Wisser <daniel.wisser_at_isis-papyrus.com>
Date: Mon, 13 Jan 2003 08:14:08 -0800
Message-ID: <F001.0052DBA1.20030113081408@fatcity.com>


hi!

a DBA inteds to speed up a script that is looping and sending hundred thousands of sequential update statements like:

UPDATE ISIS_DOCAR SET STATUS = 2000 WHERE ID = n;

he suggests copying the table to a file, change it and then load it into the DB again. i am strongly convinced that this is nonsense.

what is the best way to go for a script like this, doing tons of updates? (except convincing him to swith to sell burgers)

thx
daniel
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Daniel Wisser
  INET: daniel.wisser_at_isis-papyrus.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Mon Jan 13 2003 - 10:14:08 CST

Original text of this message

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