Forum Discussion
Oracle Datasource Error - ORA-01652: unable to extend temp segment by 128 in tablespace temp
- Anonymous1 year ago
Hi mkjit256
Based on the error message, Oracle hasn't enough space to store intermediate data , you may need to check the block size, you can refer to the following link.
And you can refer to the following link abut monitor the sql statement.
ORACLE-BASE - Real-Time SQL Monitoring (DBMS_SQLTUNE.REPORT_SQL_MONITOR)
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi mkjit256
Based on the error message, Oracle hasn't enough space to store intermediate data , you may need to check the block size, you can refer to the following link.
And you can refer to the following link abut monitor the sql statement.
ORACLE-BASE - Real-Time SQL Monitoring (DBMS_SQLTUNE.REPORT_SQL_MONITOR)
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.