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

Home -> Community -> Usenet -> c.d.o.tools -> Re: SQL Loader Question

Re: SQL Loader Question

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: 2000/07/12
Message-ID: <963426780.21975.0.pluto.d4ee154e@news.demon.nl>#1/1

Answers embedded

Hth,

Sybrand Bakker, Oracle DBA

"Dagmar Anne Bogan" <dagmara_at_my-deja.com> wrote in message news:8ki7jg$onc$1_at_nnrp1.deja.com...
> I have a customer who purchased a COTS application that uses a
> centralized app server that will pick up files from locations across
> the US. These files will be ftped to the central server and will use
> SQL Loader to import. This entire process should not exceed 3 minutes.
>
> My SQL Loader questions:
>
> 1. Can multiple SQL Loader processes execute simultaneously?
Why not?
Though you probably shouldn't run them in direct mode as that bypasses the normal sql layer

> 2. If so, how will the table be locked? My concern is that even if
> multiple SQL Loader processes can be ran concurrently, will the table
> be updated serially?

Normal INSERT locks will be applied

> 3. If so, will each SQL Loader process create its own error file, or
> is there a risk of overwriting error records?
>

This depends on how clever your embedding script is. Also, IMO, you never should load your data in production tables *directly*, you should use 'technical' intermediate tables, without relational constraints. You will be able to exert more control with respect to the process.

> thanx!
> --
> Kopania & Komorovsky
> Specializing in Application Architecture and Design
>
> "Let's Stop Swatting Flies and Go After the Manure Pile"
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Wed Jul 12 2000 - 00:00:00 CDT

Original text of this message

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