How can you find out whether datastage process is running
or not in unix?
Answers were Sorted based on User's Feedback
Answer / shikha
ps -ef | grep phantom
This will give list of all the processes running on that
node along with time and job/sequence name
| Is This Answer Correct ? | 7 Yes | 0 No |
what is the use of invokation id
while we using change capture stage we have to be take two table thats are 1.before table 2. after table . what is before table and after table please give me clear notation Thank You very much in advance
How did you reconcile source with target?
what is the main difference between sorragate key n primary key in one word
What could be a data source system?
parallel jobs run on cluster machines. server jobs run on smp and mpp. What do mean by cluster mechines and SMP and MPP..?
HOW CAN WE ABORT THE JOB IF THE RECORDS OF SOURCE FILE CONTAINS VALUE AS 'VIJAY'?
diff between changecapture & diffrence stage which situvation we can use the diffrence stage ?
how to design the change capture stage in(data stage parallel jobs) type 2
source file having the data like aabbccc, i want target file result like a1a2b1b2c1c2c3.
i 10 jobs first two jobs are runing in 2nodes,next 2 jobs are running in 4 nodes, next 4 jobs are running in 6 nodes and the remaining jobs are running on 10 nodes. how to change the node configuration?
Explain how a source file is populated?