cancel
Showing results for 
Search instead for 
Did you mean: 

Critical_Segment LOB segment

Former Member
0 Kudos

I am receiving this error: CRITICAL_SEGMENT, object: (LOB segment) SAPR3.REPOLOAD.SYS_LOB0000130701C00013$$, value: 1659040 KB * 2 / PSAPEL620D (> 2349048/680920/445376/168160/74600 KB)

Can someone help me figure out what this is trying to tell me?

Accepted Solutions (1)

Accepted Solutions (1)

former_member204746
Active Contributor
0 Kudos

This mweans that object SAPR3.REPOLOAD.SYS_LOB0000130701C00013$$ will overflow the space left in your tablespace if it grows 2 chunks of 1659040KB.

so you have 2 possibilities:

1. change next_extent size of this object to a lower value

2. increase size of tablespace PSAPEL620D

Answers (1)

Answers (1)

madhukara_shenoy
Explorer
0 Kudos

This condition checks whether there are tables or indexes that can cause

an overflow of the tablespace with the allocation of up to 5

Next-Extents. As a default, all tables and indexes are checked against

the same threshold value. However, you can define different threshold

values for individual segments or tablespaces by specifying their names

in the OBJECT field of the DBCHECKORA table (transaction DB17).