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 |
Whats difference betweeen operational data stage (ods) and data warehouse?
What is container and then types?
Hai..,in datastage how to explain project in interview?please explain any domain please.
convert yyyy mm dd to dd mm yyyy?
what is .dsx files
I have oracle enterpaise stage, oracle bulkloader stage, ODBC stage and I want to load data in to target, which of the above stages do I need to use and why?
why do we need a datawarehouse when we have databases to store data?
what is stage is used for below Input columns: dept|mgr|employee|salary Output columns: mgr|count of employee per mgr|avg salary per dept note: each dept has one mgr and each mgr has many employees
Name the command line functions to import and export the DS jobs?
How can we improve the performance in datastage?
What is a quality stage?
I am having the 2 source files A and B and I want to get the output as, the data which is in file A and which doesn't in file B to a target 1 and which is in file B and which doesn't in file A to a target 2?