GETTING BETTER PERFORMANCE FOR ORACLE LOAD

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
dsisbank
Premium Member
Premium Member
Posts: 50
Joined: Fri Aug 11, 2006 4:53 am

GETTING BETTER PERFORMANCE FOR ORACLE LOAD

Post by dsisbank »

I have 17 million rows data in txt file.I use oracle stage for load medhod.This takes about 1 hour.It's very bad performance.How can i speed up?

when is use $APT_ORACLE_LOAD OPTIONS with OPTIONS(DIRECT=TRUE,UNRECOVERABLE),ıt didnt work.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

"Didn't work" how? If you do a straight command line sqlldr direct path load from this file, how long does it take?
-craig

"You can never have too many knives" -- Logan Nine Fingers
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

What's running on the database server at the same time? Were the cpus and disks busy before you started your load? What about the target table? Was it empty? Is it partitioned? Is it indexed? Are they locally managed or global? What about triggers and constraints? What does a row of data look like? Is it a bunch of ints and decimals, or lots of text? Is it 10 columns or 1000 columns?

How about a little more information.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Ken is challenging your "it's very bad performance" statement. I would have gotten there. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Any reason not to use PARALLEL=TRUE in your control file?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
jatayl
Premium Member
Premium Member
Posts: 47
Joined: Thu Jan 19, 2006 11:20 am
Location: Rogers, AR

Post by jatayl »

What version of Oracle are you on? 9.2.05, I believe, has a bug that causes DataStage loads to take forever....I believe it had something to do with querying DBA Extents, or something like that....
Post Reply