Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Process terminated by signal 11 (abap dump) connecting to remote database

simon_broome
Explorer
0 Kudos
280

Hi

We are currently running 4.7 Enterprise on Oracle 9.2.0.6.0 and frequently connect to another remote (non SAP) oracle database using the following statements:

exec sql.

connect to 'remote'

endexec.

The remote system is set up in SAP using view DBCON.

This works pretty well but we have started to see an increasing number of terminations "Process terminated by signal 11"

I suppose I have two questions

1. Can we modify our abap to catch this exception (this would let us try again or exit gracefully)

2. Does anyone know the cause of this exception or where to look to find the cause

Many thanks for your help.

Simon

1 REPLY 1

simon_broome
Explorer
0 Kudos
86

Fixed at last - an update to the Oracle client / libaries I think was what cured it in the end. Phew

Thanks