Page 1 of 1

Urgent !! Oracle -end-of-file on communication channel

Posted: Fri Dec 03, 2004 4:36 am
by Amos.Rosmarin
Hi,

I have a very simple PX job: Oracle stage --> copy

The DB version is Oracle 8

Evry other time I execute the job it fails after few minutes because of oracle error - ORA-03113: end-of-file on communication channel

The table is quite a big one
I checked with the oracle DBA and there is no session limit. I did a test with 15 SQLPLUS sessions executing the same SQL and it did not fail.

Other Datastage jobs connects to Oracle 9 so I have a 9 client with 32bit lib (maybe this gives a clue)


Does anyone has an idea ?


Cheers,
Amos

Posted: Fri Dec 03, 2004 10:34 am
by ririr
Try increasing the performance parameters. Increase the buffersize to some reasonable number. It defaults 128kb. Also, check the stage commitpoint parameter.

If this doesn't help use the bulk stage. Tweak the indexes on the source database. Just restrict your query by "WHERE ROW NUM < 1000" and click on view data on the source stage and see how long it is taking to bring the data back

Posted: Fri Dec 03, 2004 11:17 am
by Amos.Rosmarin
Thanks,

Increase buffer size ... you mean in the uvconfig ?

Oracle is my data source so the bulk stage will not work, anyway it's a PX job and I use the enterprise stage.



Thanks,
Amos