write() failed: Broken pipe

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
kool78
Participant
Posts: 104
Joined: Sat Aug 20, 2005 2:02 pm

write() failed: Broken pipe

Post by kool78 »

Hi Gurus

I troed to do a search on broken pipe issues and found this could be a space problem...

as i wasn't sure of it...

can you please let me know what would be the cause of this errors :

ORA,0: write() failed: Broken pipe
ORA,0: Export failed.
ORA,0: write() failed: Bad file number


My job inserts records into Oracle table using Load Append menthod from dataset.

any mind of help is appreciated.

Thanks
"Attitude always and almost determines the altitude of your Life"
johnthomas
Participant
Posts: 56
Joined: Mon Oct 16, 2006 7:32 am

Post by johnthomas »

Look into Sql loader log in Scratch directory , which should give some clue to resolve it
JT
Apotluri
Premium Member
Premium Member
Posts: 25
Joined: Sun Dec 25, 2005 10:38 pm

Re: write() failed: Broken pipe

Post by Apotluri »

Please verify the log under 'Scratch' folder in unix, there may be some data issue.
some times the fields may come with invalid data or invalid data type,so while inserting it may create a problem

If not sit with your DBA and ask them to give stats while loading..

--Arvind
Post Reply