cancel
Showing results for 
Search instead for 
Did you mean: 

Getting ABAP Dump DBIF_RSQL_SQL_ERROR

Former Member
0 Kudos

Hi All,

We were facing some problem with the database(Oracle 10G) to getting up and running. After that we ran set recovery on; command in sql after that Oracle was up and runing....but after logon to the SAP i 'm getting ABAP DUMP or sql database has error....this is dump log:

Database error text........: "ORA-08103: object no longer exists"

Internal call code.........: "[RSQL/READ/CVERS ]"

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

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB"

"SAPLSMTR_NAVIGATION_MODULES" or "LSMTR_NAVIGATION_MODULESU31"

"NAVIGATION_READ_PARAMETERS"

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

actions and input led to the error.

The exception must either be prevented, caught within proedure

"NAVIGATION_READ_PARAMETERS" "(FUNCTION)", or its possible occurrence must be

declared in the

RAISING clause of the procedure.

To prevent the exception, note the following:

Please help me to restore the thing.

Regards,

Vikram

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

the error "ORA-08103" probably indicate that the object is corrupted.

Identify the object that is corrupted, if it is an index, then you can rebuild it, otherwise you will have to restore a good backup to avoid data loss

Former Member
0 Kudos

the ORA-08103 indicates that the object your trying to access has been deleted

does the dump show a part of the code?

if so, youll probably find out what object is missing and perhaps you can transport it from another system (on the same landscape).