what is operator combinality in datastage?
Answer / ankit gosain
Hi All,
It's a property of DataStage in which it combines two or
more Operators into a single Process.
You can explicitely enable/disable it with the help of
APT_DISABLE_COMBINATION environment variable at the job
level or at the Project level as well.
At stage level also you can enable/disable it:
In Stage properties>> Advance>> Operator Combinality.
By default it's Auto, so that datastage will decide whether
to combine or not.
You can see this combinality behavior by using the
following Environment Variable:
APT_DUMP_SCORE
For further queries, write me @ ankitgosian@gmail.com
Cheers,
Ankit :)
| Is This Answer Correct ? | 3 Yes | 0 No |
What are some prerequisites for datastage?
What is configuration your file structure 2)I have two databases both are Oracle while loading data from source to target the job takes 30 min but I want to load less time how?
Could anyone give brief explanation bout datastage admin
How to move data set from one server to other?what are the steps to follow to do this?
what is difference between migration project and integration project? can anyone explain with the example Thanks in advance
How did you reconcile source with target?
How to create user defined environment varibale(parameter)?
What are the stages in datastage?
there are indexes on a table as index1 with col1, col2 index2 with col2 index3 with col1,col2,col3. if i run a query with col1='100' which index will be used and why
I have a few records just I want to store each records tow times in target how?
guys pls tell me where we use sequence jobs exactly in realtime proj explain pls with example.
Differentiate between Symmetric Multiprocessing and Massive Parallel Processing?