cancel
Showing results for 
Search instead for 
Did you mean: 

DBIF_REPO_SQL_ERROR

0 Kudos

Hi,

We are getting the following Dump when executing most of the transactions.

DBIF_REPO_SQL_ERROR, SQL error 1691 occurred when accessing program "RGUJUMP0 " part "LOAD".

Database error text........: "ORA-01691: unable to extend lob segment SAPR3.SYS_LOB0000141244C00013$$ by 128 in tablespace PSAPEL620D"

Triggering SQL statement...: "RGUJUMP0 "

Internal call code.........: "[REPO/*/CLBW/LOAD/RGUJUMP0 ]"

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

The tablespace PSAPEL620D is 50% free in DB02.

JPReyes
Active Contributor
0 Kudos

Whats your OS(also is it 32 or 64bit)?, whats the size of the datafiles?

please also post the full dump

Also, check your filesystem, if autoextend is bigger than your filesystem you can see this sort of issues.

Regards

Juan

former_member204746
Active Contributor
0 Kudos

DB02 does not always contain up-to-date information.

check the real status with this command:

brspace -f dbshow -c tsinfo

now, to increase your datafile:

brspace -c -u / -f dfalter

to add a datafile:

brspace -c -u / -f tsextend

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

Please check SAP Note 3155.

You need to try to reduce the size of NEXT_EXTENT as given in the note.

Regards,

Chaitanya.

JPReyes
Active Contributor
0 Kudos

Simply theres no space on the datafiles to extend the tablespace

Extend tablespace PSAPEL620D

Please do some research before posting

Regards

Juan

Former Member
0 Kudos

Hi,

This is a space problem. Check your tablespace and increase it with BRtools if its oracle.

Regards,

Vamshi.