Datastage Parallel Process

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.

Questions by bobby_jassu

Showing Answers 1 - 3 of 3 Answers

In OCI stage,there is the option called "Partition Table".Using this option,you can make the OCI stage read the data in parallel.

The option is available in -

Output -> Properties ->Source

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions