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 -> PL/SQL performance question

PL/SQL performance question

From: Marcel Stör <marcel>
Date: Wed, 12 May 2004 23:52:53 +0200
Message-ID: <40a29cb5$0$139$fb624d75@newsspool.solnet.ch>


Hi all,

Just out of curiosity, I'd like to get your opinion on the following scenario:
Lots of data (i.e. 2 million records) are periodically loaded into the db through SQL Loader. Unfortunately, each record needs to be tweaked before will eventually be saved. Would it be faster to have an on-insert trigger do this at record level or to have a procedure that will run once all records are stored in the table?

Regards,
Marcel Received on Wed May 12 2004 - 16:52:53 CDT

Original text of this message

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