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: [PMX:#] RE:writing massive loading, processing process

RE: [PMX:#] RE:writing massive loading, processing process

From: Jamadagni, Rajendra <Rajendra.Jamadagni_at_espn.com>
Date: Sun, 9 May 2004 10:10:14 -0400
Message-ID: <A186CBDC8B1D61438BC50F1A77E91F73075BD6E9@xchgbrsm1.corp.espn.pvt>


Which DB version? If 9i or later, look into version enabled tables ... I think it is also called "Workspace Manager" =20

HTH
Raj



--------=20

Rajendra dot Jamadagni at nospamespn dot com=20 All Views expressed in this email are strictly personal.=20 select standard_disclaimer from company_requirements;=20 QOTD: Any clod can have facts, having an opinion is an art !

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

From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Paula_Stankus_at_doh.state.fl.us
Sent: Friday, May 07, 2004 9:45 AM
To: oracle-l_at_freelists.org; oracle-l_at_freelists.org Subject: [PMX:#] RE:writing massive loading, processing process

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.
=20
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. =20
=20
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.
=20
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


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 Sun May 09 2004 - 09:06:35 CDT

Original text of this message

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