broken while generating rows

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
sdupre
Participant
Posts: 7
Joined: Mon Mar 01, 2004 3:30 pm

broken while generating rows

Post by sdupre »

I am having a problem using the row generator.

I have the simplest possible job that is composed of a row generator and an Oracle stage.

It inserts 9000 rows to a staging table and it works fine.

When I set it to 10 000 row, it dies with the following error message :

write() failed: Broken pipe

I am stumped as to where to begin investigating. Is this a datastage problem, a Unix problem or an Oracle problem ??


Additional info : We have three nodes so it splits data to be generated in 3. All seems well at 3000 rows per node and it dies at 3333 rows per node.
bigpoppa
Participant
Posts: 190
Joined: Fri Feb 28, 2003 11:39 am

broken while generating rows

Post by bigpoppa »

Have you tried doing the same thing with a simple SQL script? This would isolate the issue to an Oracle error.

- BP
Post Reply