Hi @sara19 ,
When analyzing the logs, the reason for this there is not enough tablespace for IFS_LOB. At least make it 100GB. When we are analyzing the error log, we can see bellow error here.
ORA-01691: unable to extend lob segment IFSAPP.SYS_LOB0000347073C00013$$ by 1024 in tablespace IFSAPP_LOB
In this case of an ORA-01691 error, the solution is to identify the name of the tablespace associated with the LOB segment and add space to the tablespace. Please check it with your DBA and increase the enough tablespace for this. 1024 is not enough for this.
We have suggested bellow options,
- You can enable “Oracle Advanced Compression” from oracle.
- You can enable "Shrink Lob Segments". You already did it. Please follow my above note and increase the table space and try it. Remember that, if you run this job for the first time, it will take a large amount of time (May be about two days) to complete.
When you schedule the “Shrink LOB Segments” database task to be run, please set it in a non-peak time when the users are not using the system.
This job can be setup to run weekly or monthly according to the size of the data amount handled in your system. Hope this information helps.
I hope this will be resolve your issue.
Thank you,
Salinda