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:writing massive loading, processing process

RE:writing massive loading, processing process

From: <Paula_Stankus_at_doh.state.fl.us>
Date: Fri, 7 May 2004 09:45:12 -0400
Message-ID: <80D4A99A2715674EB2D256DAD89219F6034CACDD@dohsmail02.doh.ad.state.fl.us>


Using stored procedures I am bringing in data into a temporary table, going through a series of edits, converting, transforming with updates back to that table so I can keep it for auditing purposes and make sure I don't impact the OLTP users on the primary tables. Then I pull a sequence, update the sequence and load the already checked and prepped data into the base tables.  

I know that many of you have done this before it certainly doesn't seem anything but common sense. However, I was wondering if there were some ideas/papers on stored proces. best practices - ideas for "tightening" the code using functions yadayada.  

I have been using Steve F... book on best practices but I was wondering if there was anyother good on-line references for stored proc. design and best practices.  

Thanks,
Paula



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

To unsubscribe send email to: oracle-l-request_at_freelists.org put 'unsubscribe' in the subject line.
--

Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html
Received on Fri May 07 2004 - 08:42:35 CDT

Original text of this message

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