how can we create tables in datastage?
Answer / hanug
The DB tables will be created in two ways
1. By right clicking on on the navigator on any of the
folder, you can choose NEW -> Table definition
2. We can also create new table using Database stages.
| Is This Answer Correct ? | 2 Yes | 8 No |
How many jobs in ur project? Explain any complex job u have done in ur project?
what are the types of nodes
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?
Source Like department_no, employee_name ---------------------------- 20, R 10, A 10, D 20, P 10, B 10, C 20, Q 20, S and Output should be like this department_no, employee_list -------------------------------- 10, A 10, A,B 10, A,B,C 10, A,B,C,D 20, A,B,C,D,P 20, A,B,C,D,P,Q 20, A,B,C,D,P,Q,R 20, A,B,C,D,P,Q,R,S
I have source file which contains duplicate data,my requirement is unique data should pass to one file and duplicate data should pass another file how?
i have flat file and using unix how can i generate sequence number into targer?
Differentiate between odbc and drs stage?
What is active and passive stage?
How to create a file using vi editor? 2)how to delete a file in vi editor? 3)How to connect the server datastage to unix? what r the command lines we r using? 4)30 jobs r runnig in unix i want to find out my job. how to do this? give me command?
what is the exact difference between dataset and fileset in datastage?
In one project how many shared containers are created?
in sequtial file 2 columns avaliable,iwant only one column load the target how do it.