Application Development and Automation 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: 
Read only

Database error 54 in EXE

Former Member
0 Likes
1,582

Hi Experts,

My program terminates with a system log that says its a 'Database error 54 in EXE'.

I checked the dump and it says "MESSAGE_TYPE_X".

My program terminates in the standard SAP FM 'DD_DATABASE_UTILITY'.

Information on the dump

Termination occurred in the ABAP program <progname> - in "DROP_TABLE".

System Environment Details


SAP-Release 700

Operating system..... "Linux"
Release.............. "2.6.16.60-0.42.7-smp"
Hardware type........ "x86_64"
Character length.... 16 Bits
Pointer length....... 64 Bits
Work process number.. 21
Shortdump setting.... "full"

Char.set.... "C"

SAP kernel....... 700
created (date)... "Aug 23 2009 20:22:37"
create on........ "Linux GNU SLES-9 x86_64 cc3.3.3"
Database version. "OCI_102 (10.2.0.2.0) "

Patch level. 221
Patch text.. " "

Database............. "ORACLE 9.2.0.*.*, ORACLE 10.1.0.*.*, ORACLE 10.2.0.*.*"
SAP database version. 700
Operating system..... "Linux 2.6"

Please help me.

1 ACCEPTED SOLUTION
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
910

These errors are related to ORA and this happens due to resource failure .

You can re-try with the executing your program etc. again and it may not come .

These errors are related to ORA and this happens due to resource failure .

You can re-try with the executing your program etc. again and it may not come .

4 REPLIES 4
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
911

These errors are related to ORA and this happens due to resource failure .

You can re-try with the executing your program etc. again and it may not come .

Read only

0 Likes
910

Hi Sandeep,

I had already tried executing it again. The problem still persists.

Read only

0 Likes
910

Please see these SAP notes :

SAP note : 745639

Also can you review the following Oracle 10 parameter recommendations: 830576

Profile parameters for buffer synchronization : 14754

Changing the buffer of InfoObject tables : 550784

Read only

0 Likes
910

Hi Sandeep,

We happened to re-execute it once again. And it worked Yeah...you were right...may be there were not enough free resources for the job to run.

Thanks a ton.