cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SXI_MONITOR

Former Member
0 Kudos

Hi,

I am getting the below error in SXI_MONITOR

com.sap.aii.af.ra.ms.api.DeliveryException: Problem inserting 4acc2f68-e6ea-6702-e100-0000ac19c7cc(INBOUND) into the database: java.sql.SQLException: ORA-01691: unable to extend lob segment SAPSR3DB.SYS_LOB0000053660C00020$$ by 8192 in tablespace PSAPSR3DB

It is Proxy to File scenario.

I tested the mapping in IR it is executed succesfully

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

This is Tablespace problem with your database. It is not scenario specific. You need to contact your Basis team to extend the tablespace.

Regards,

Prateek

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Prabhu,

This type of error occurs due to failure to allocate an extent of the required number of blocks for LOB segment in the tablespace indicated.

Possible action: Use ALTER TABLESPACE ADD DATAFILE statement to add one or more files to the tablespace indicated.

Regds,

Pinangshuk.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

This error is the result of your oracle database which has been filled up. You need to extend your temp table space.

http://www.saptechies.com/java-sqlexception-error/

Regards,

Raj