EBS Customizations (MOSC)

MOSC Banner

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

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

we have 128GB of TEMP tablespace, when running a concurrent program(BA HR Pay Changes Audit Limited Requirement Report) this fails aftr running for 2 hours with error (ORA-01652: unable to extend temp segment by 128 in tablespace TEMP). Tried running the same program in DEV and UAT instance as well == same behaviour

Tried flushing the SQL_HASH_val from shard pool == no go

SQL> select ADDRESS, HASH_VALUE from gv$SQLAREA where SQL_Id='37byhdgcsy6t0';

ADDRESS HASH_VALUE
---------------- ----------
000000016340CD30 3650034464

SQL> exec DBMS_SHARED_POOL.PURGE ('000000016340CD30, 3650034464', 'C');

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center