Error calling once/load initialization

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
Munish
Participant
Posts: 89
Joined: Sun Nov 19, 2006 10:34 pm

Error calling once/load initialization

Post by Munish »

Hi All,
Our ETL is going through testing,
I am starting getting weird problem, please see the log:
SQL*Loader-951: Error calling once/load initialization
ORA-03113: end-of-file on communication channel
If I stop and restart the server, it works fine for 1-2 runs and then it starts crashing again.

Any thoughts would be appreciated.

Thanks and regards,
Munish
MK
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You lost your connection to the Oracle database when SQL Loader was trying to start up. Something else to take to your DBA and see if they'll help you figure out the actual problem.
-craig

"You can never have too many knives" -- Logan Nine Fingers
csrazdan
Participant
Posts: 127
Joined: Wed May 12, 2004 6:03 pm
Location: Chicago IL

Post by csrazdan »

An ORA-03113 occurs when a session's process dies (or is killed). This is usually caused by an ORA-00600 or an ORA-07445. Both errors should be resolbed by Oracle support. ORA-00600 as well as ORA-07445 write a trace file in the background_dump_dest or user_dump_dest.
The 3rd file to look at in such a case is the alert log.
Assume everything I say or do is positive
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

They should show in the log after the ORA-03113 if that was the case. Munish, are there any other errors in the log after the two you've shown?

Again, and regardless, your DBA should be encouraged to pitch in and help with this. They would be the ones to contact Oracle support, open a TAR, etc.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply