ABAP Runtime Errors

DB_ERR_ORA_01547 SAP ABAP Runtime Error db err ora 01547







DB_ERR_ORA_01547 is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: & - Text Include (no Short Dump, only Text Module)

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


DB_ERR_ORA_01547 ABAP Runtime Error

To correct this error, the database administrator must pre-allocate additional storage space for the tablespace in question.
To avoid collisions when allocating this storage space, only the database administrator should do this. Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.

Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

Please see ora information for more details about the possible cause of this runtime error and how it could be avoided.

Storage space request from ORACLE failed Please see contact dba for more details about the possible cause of this runtime error and how it could be avoided.

Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.

Please see ora extents for more details about the possible cause of this runtime error and how it could be avoided.

A segment is in a tablespace - possibly together with other segments. The storage space available for a tablespace must be specifically pre-allocated by the database administrator. If the data volume in this tablespace increased significantly, the storage space can be completely used up (either by real data or by fragmentation). To complete the operation, the ORACLE instance requires extra storage space in an ORACLE segment (table segment, index segment, rollback segment or temporary segment).
This was pre-allocated to specific segments and had been used up already when the error occurred.