How do you make a simple job which reads data from Oracle database and write into a sequential file run in parallel?Since reading of data from database is sequential and sequential file also works sequentially.
What is configuration file? What does it contain? What is the use of it in Datastage?
Latest Answer: A configuration file contains the information about the nodes,Resource disk and the Resource scratch disk.The datastage parallel jobs run on the basis of the configuration specified in the configuration file.Nodes : It idesntifies the number of nodes ...
What is Datastage ETL?
Latest Answer: ETL stands for Extract,transforam and Load.Datastage is an ETL tool which extracts the data from source,applies the necessary transformations on the data and loads the data into target. ...
How to do incremental loading in datastage?
Latest Answer: This question is been answered many times before. Do go through the link below--http://www.geekinterview.com/question_details/77425 ...
How to do incremental loading in datastage?
Latest Answer: Abhijain is right. If you compare source with target using either lookup or change capture you can perform Incremental loading.
But my requirement is I have a job like,Source-------->Transformer---------------->Target without changing my job design, ...
How to implement SCD2 in parallel jobs?
Latest Answer: If you are using DS 8.0.1 version, it is very east to implement SCD2 using SCD stage. it supports 2 input links and 2 output links. from the 2 input links. primary Dataset it takes as a current dateset(which has updated information) and 2nd dataset set ...
How to read an XML File?
Latest Answer: Use a XML Folder stage to read the XML file and pass the content to XML Input stage to parse out tabular records. ...
How to schedule jobs in UNIX Server?
Latest Answer: Couple of ways to schedule the Datastage jobs/sequences-1. Can be done using Datastage Director Tool 2. Normally done using crontab script. You can easily get it through google.3. Can use Third party scheduling tools like Autosys ...
How to connect to the server in datastage?
How to create Job Sequence?
Latest Answer: Have you ever tried opening Datastage and browse all the available options.To create a job sequence. Below are the steps;1. Open Datastage2. Open New Job Sequence3. Save it with some name.4. A your job sequence is created.5. Now drag the job sequence ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top