Using APT_ORACLEAPT_ORACLE_LOAD_OPTIONS

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
prasad v
Participant
Posts: 174
Joined: Mon Mar 30, 2009 2:18 am

Using APT_ORACLEAPT_ORACLE_LOAD_OPTIONS

Post by prasad v »

hi

I am just refereing the datastage pdf's, and had doubt avout using the variable APT_ORACLE_LOAD_OPTIONS to "OPTIONS (DIRECT=TRUE, PARALLEL=FALSE) options.

If we use this it will skip the Index creation, when the index will be created to improve the retrieval performance for Busienss Users. orelse do we need to do this database level?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

That particular option simply says to run a single-threaded direct path sqlldr session. It implies something about any indexes but doesn't "skip" anything. Have a chat with your DBA if you are unsure how sqlldr and those kind of options work.
-craig

"You can never have too many knives" -- Logan Nine Fingers
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Post by GJ_Stage »

If you this value (OPTIONS(SKIP_INDEX_MAINTENANCE=TRUE) then It will skip indexes while loading. It will enable the indexes automatically once loading got completed.
Post Reply