1)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?
Answer Posted / suren
delete the indexes while loading into database.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can you explain link buffering?
What are stage variables, derivations and constants?
What is Ad-Hoc access? What is the difference between Managed Query and Ad-Hoc access?
Can we use target hash file as a lookup ?
Explain ibm infosphere information server and highlight its main features?
What steps should be taken to improve Datastage jobs?
How you Implemented SCD Type 1 & Type 2 in your project?
What is size of a transaction and an array means in a datastage?
How do you run datastage job from the command line?
how to sort two columns in single job in datastage.
Differentiate between datastage and informatica?
What are the types of containers?
Differentiate between data file and descriptor file?
Hi guys, Please design a job for dis requirement with derivation(solution). my source table like dis. emp_no qualification 1 a 1 c 2 a 3 c 3 b To loaded to target like dis emp_no qualification 1 b 2 b 2 c 3 a my requirement is every employer have three qualifications i.e a,b and c. what qualification missed in source table that will be move to target systems. Hope u got it the requirement. Right Thanks.
how to write server Routine coding?