cancel
Showing results for 
Search instead for 
Did you mean: 

run time error DBIF_RSQL_SQL_ERROR

Former Member
0 Kudos

Database error text........: "ORA-01555: snapshot too old: rollback segment

number 14 with name "PRS_13" too small"

Internal call code.........: "[RSQL/FTCH/BALHDR ]"

Please check the entries in the system log (Transaction SM21).

You may able to find an interim solution to the problem

in the SAP note system. If you have access to the note system yourself,

use the following search criteria:

HELP ME

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Also check note 3807 on what to look out for in regards to ORA-01555 error

Former Member
0 Kudos

Hi Maurizio,

This is due to your Oracle Rollback Segment is full. It will get cleared automatically.

There are 2 ways to avoid this in future.

1. Check the program which is making the rollback segment filled and ask your ABAPer to fix if it is possile.

2. Increase the size of the Rollback Segment. If you are in Oracle 9i activate the Automatic Undo Management (SAP Note. 600141) for better results.

Please refer to note 185822 to get more details on OR-01555 error.

Regards,

Sanujit

Former Member
0 Kudos

Hi..

Looks like an ABAP error.

Check the SAP note 731946

Symptom

When you INSERT, UPDATE or MODIFY a row in a database table, the DBIF_RSQL_SQL_ERROR runtime error occurs because the value in the ABAP type P field is too large.

Also try to analyse the ABAP dump created for this..

regards

PS: if helpful award points