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 -> Running 2 SQL*Loader sessions simultaneously on one table with Standard Edition

Running 2 SQL*Loader sessions simultaneously on one table with Standard Edition

From: Yash <yashgt_at_yahoo.com>
Date: 16 Jan 2002 23:43:33 -0800
Message-ID: <5a373b1d.0201162343.19e34e71@posting.google.com>


Hi,

    This requires urgent help.
I have an application which spawns 2 parallel processes. Each process starts an SQL*Loader session to load into the same table. This works fine with Enterprise Edition as it has the comfort of PARALLEL=TRUE option in SQL*Loader. But this option is unavailable with the Standard Edition. The Standard Edition also lacks the Parallel Server. On my Enterprise Edition, I simulated the scenario by running 2 SQL*Loader sessions simultaneously without PARALLEL option . Here is what I got.

SQL*Loader: Release 8.1.7.0.0 - Production on Wed Jan 16 18:12:27 2002

(c) Copyright 2000 Oracle Corporation. All rights reserved.

SQL*Loader: Release 8.1.7.0.0 - Production on Wed Jan 16 18:12:27 2002

(c) Copyright 2000 Oracle Corporation. All rights reserved.

SQL*Loader-908: Unable to lock table LDRTEST due to ORACLE error 54

I wonder how my application will work with the standard Edition if sql loader does not support the parallel option. It will work with Conventional Path load. But I badly need the DIRECT path load.

Any help will be appreciated.

Thanks in advance.
Yash Received on Thu Jan 17 2002 - 01:43:33 CST

Original text of this message

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