ORA-03135: connection lost contact

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

ORA-03135: connection lost contact

Post by dr.murthy »

hi ,

i have a job which updates the surrogatkey value and loading into oracle oci table, when the loading time job is aborted and could not load data in to table, its saying error like
SurrKeyAgg: ORA-03135: connection lost contact
SurrKeyAgg: DBMS.CODE=ORA-03135
At row 1, link "LnKOtUpdtSurrkey"
Row Rejected

could you please let me know what is the problem in oracle, i have searched in this forums, i can't get any related information.

any one help out this issue
D.N .MURTHY
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Learn how to decode Oracle error codes, for example using the oerr command or the (Oracle) error messages manual.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

Post by dr.murthy »

Thanks ray,

but my question is whether the problem is in oracle or in datastage job.
D.N .MURTHY
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Assuming you can connect properly from the job, start the diagnostic work from the Oracle side.

Code: Select all

ORA-03135: connection lost contact 

Cause: 1) Server unexpectedly terminated or was forced to terminate. 2) Server timed out the connection.
 
Action: 1) Check if the server session was terminated. 2) Check if the timeout parameters are set properly in sqlnet.ora.
Work with your DBA and start with the 'actions' suggested.
-craig

"You can never have too many knives" -- Logan Nine Fingers
dr.murthy
Participant
Posts: 224
Joined: Sun Dec 07, 2008 8:47 am
Location: delhi

Post by dr.murthy »

its working for some other jobs,which are loaded data into oi tables succesfully
D.N .MURTHY
Abhijeet1980
Participant
Posts: 81
Joined: Tue Aug 15, 2006 8:31 am
Location: Zürich
Contact:

Post by Abhijeet1980 »

Dr. Murthy,

During a long drive, you find that one of the tyres has become flat. Is this a problem with the tyre, the motor or the road ?

How long does the DataStage job run before the ORA-03135 error is thrown ?

Analysis on your issue depends on the above question.

Many regards,
Kind regards
Abhijit Gaikwad
Post Reply