Instead of using shared container in a job, I use jobs
which perform similar function as Container in the sequence.
Then what is the need of Shared Container?
Answer / vishwanath
You can make the shared container as Local or Global.
If declared as global, we can use the shared container across the jobs. This just require one time compilation. If the job is used instead of Shared Container, it will be compiled where ever the job is used.If the job is big containeing transformations, just imagime the performance..... hope i'm clear with the limited knowledge I have :)
Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference b/w Hash file and Lookup Fileset stages?
Hi I have scenario like this s/r table T/r table ename,sal empno,ename,sal vijay,2000 1 , vijay, 2000 kumar,3000 2 ,kumar , 3000 ravi ,4000 3 ,ravi , 4000 How can i get target table like that without using Transformer stage?
If I make any changes in the parallel job,do I need to implement the changes in the sequencer job,else the changes will be reflected automatically
How many Nodes configuration file you used in your last project?
what are the errors,warnings in datastage
how to change left and right links in join stage?
What is difference between server jobs & parallel jobs?
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?
Explain the datastage parallel extender (px) or enterprise edition (ee)?
Describe routines in datastage? Enlist various types of routines.
which is the most complex job in your career? Please tell me answer?
What is the Difference Between DataStage 7.5 version and 8.1 Version?