Setting Parallel in Oracle Bulk 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
synar
Participant
Posts: 2
Joined: Tue Aug 03, 2010 2:00 am

Setting Parallel in Oracle Bulk Load

Post by synar »

Can someone tell me how to make my datastage run bulk load with parallel?
I already setting the APT_ORACLE_LOAD_OPTIONS=OPTIONS(DIRECT=TRUE, PARALLEL=TRUE).

But i don't see the parallel insert in the session browser on toad.

If there something i'am missing to configure beside the environment variable above?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That should do it, I would think. What does the sqlldr .log file say for the load, what options were in play when it ran?
-craig

"You can never have too many knives" -- Logan Nine Fingers
synar
Participant
Posts: 2
Joined: Tue Aug 03, 2010 2:00 am

Post by synar »

chulett wrote:That should do it, I would think. What does the sqlldr .log file say for the load, what options were in play when it ran?
Is sqlloader and bulk load is different? I read from the internet they say bulk load is direct path not using sqlloader.

And for your question about sqlldr .log, where i can find this log?

Regards,


Synar
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

For Oracle those two terms are synonymous and the log file should be in your "scratch" area, from what I recall.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply