difference between server shared container and parallel
shared container
Answers were Sorted based on User's Feedback
Answer / maruthi
SORRY LITTLE MISTAKE IN ABOVE ANSWER)SERVER SHARED
CONTAINERS CAN BE USED IN BOTH SERVER &
PARALLEL JOBS,BUT PARRALLEL CONTAINERS CAN NOT BE USED IN
SERVER JOBS.
| Is This Answer Correct ? | 28 Yes | 1 No |
Answer / kathyayini.t@gmail.com
we can use server shared containers in server jobs as wel
as in parallel jobs wer as the parallel shared containers
used in parallel jobs only
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / ravi
SERVER SHARED CONTAINER:SERVER SHARED CONTAINER USED IN BOTH
PARALLEL JOBS & SERVER JOBS.
PARALLEL SHARED CONTAINER:PARALLEL SHARED CONTAINER USED IN
PARALLEL JOBS.U CAN ALSO INCLUDE THE SERVER SHARED CONTAINER
IN PARALLEL JOBS AS A WAY OF COPARATED SERVER JOBS INTO A
PARALLEL STAGE.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ramya
1. Server shared containers contain server stage types,
parallel shared containers contain parallel stage types.
2. When we go for parallel shared container the logic
can be reusable across many jobs
| Is This Answer Correct ? | 2 Yes | 9 No |
Answer / hemachandra
I believe there is no difference between server shared
container and parallel stage container since server shared
container having server stages and parallel shared
container having parallel stages.
| Is This Answer Correct ? | 1 Yes | 8 No |
Answer / maruthi
SERVER SHARED CONTAINERS CAN BE USED IN BOTH SERVER &
PARALLEL JOBS,BUT PARRALLEL CONTAINERS CAN BE USED IN
SERVER JOBS.
| Is This Answer Correct ? | 5 Yes | 16 No |
What are orabulk and bcp stages?
1.what is materialized data? 2.how to view the materialized data?
i want anser this question empno,ename,sal 12,mmm_ww,200 13,nnn_xx,300 14,bbb_qq,400 which stages are take which types of logicks are doing pls help me
i have a scenario in which i/p columns areID,salary with 1,1000 2,2000 and 3,3000 i need an extra column in the o/p named avg(salary)how can i get it?
Explain ibm infosphere information server and highlight its main features?
What is the difference between passive stage and active stage?
Source has 2 columns: USA,NewYork INDIA,MUMBAI INDIA,DELHI UDS,CHICAGO INDIA,PUNE i want data in target like below: INDIA,MUMBAI1 INDIA,DELHI2 INDIA,PUNE3 USA,NEWYORK1 USA,CHICAGO2
client know skid info?
what is the difference between the active datawarehouse and datawarehouse
why do we need a datawarehouse when we have databases to store data?
What is the process of killing a job in datastage?
I/p : F1 table have A,B,C,D,E and F2 table having C,E,V i need output 0utput1: ABD output2: V any one suggest me this