ORA-01652:unable to extend temp segment by 128 in tablespace TEMP | Adobe Higher Education
Skip to main content
Level 2
June 2, 2021
해결됨

ORA-01652:unable to extend temp segment by 128 in tablespace TEMP

  • June 2, 2021
  • 2 답변들
  • 24435 조회

Hello everyone,
I hope you can help me solve this issue.
We launched a workflow with a query-->enrichment box-->change dimension box...
The workflow stops just when it reaches the change dimension box because of the following error: ORA-01652:unable to extend temp segment by 128 in tablespace TEMP.

We already extended the temp tablespace in the database, but it didn't resolve the problem.
Do you have an idea please? because we had the same error with the same workflow in the query box too before. 

이 주제는 답변이 닫혔습니다.
최고의 답변: venkatesanj1458

Hi @ofattah 

This could be because the resulting data set fetched by the query is exceeding the temp tablespace in oracle DB. Please have a DBA involved and extend the temp tablespace in the database.

 

2 답변

venkatesanj1458
Level 2
June 2, 2021

Hi @ofattah 

This could be because the resulting data set fetched by the query is exceeding the temp tablespace in oracle DB. Please have a DBA involved and extend the temp tablespace in the database.

 

Ofattah작성자
Level 2
June 2, 2021

Hi @venkatesanj1458 

Thank you for your response.

We already extended the temp tablespace in the database but it didn't solve the problem.

Thanks

LaurentLam
Level 5
June 2, 2021

Hi @ofattah 
Does the neolane DB user has the right to extend the temp segment:

I'm not DBA at all but it seems that, due to the request, the user is trying to do it by itself, and that's the result

if not possible, I would then try to

1- try to reproduce the issue with the less sample data as possible in order to know if this is a structural issue in the generated SQL queries or not

2- if this is a structural issue then simplify the enrichment and trying to reproduce the problem by adding more and more links/fields in order to understand which field or link create the issue

Ofattah작성자
Level 2
June 3, 2021

Hi @laurentlam 

Thank you for your response,

I just tried to reduce the fields of the enrichment box (from around 10 to only 2) and it went well. The problem is that we use the same workflow with another account and it works just fine.

Thanks