Account Reconciliation Manager (ARM) PSU Post Script Completed With Errors "ORA-01652: Unable To Extend Temp Segment By 1024 In Tablespace "
(Doc ID 2454211.1)
Last updated on AUGUST 23, 2024
Applies to:
Hyperion Financial Close Management - Version 11.1.2.4.100 and laterInformation in this document applies to any platform.
Symptoms
When trying to perform post script steps for PSU, specifically running PS<number>.bat\sh receiving the following Error in one of the steps:
SELECT COUNT(1) INTO index_count FROM USER_INDEXES WHERE TABLE_NAME = 'ARM_ATTRIBUTE_VALUES' AND INDEX_NAME = 'ARM_ATTRIBUTE_VALUES_U2';
IF index_count = 0 THEN
EXECUTE IMMEDIATE 'CREATE UNIQUE INDEX ARM_ATTRIBUTE_VALUES_U2 ON ARM_ATTRIBUTE_VALUES (OBJECT_ID, ATTRIBUTE_ID)';
END IF;
END;
>> Script failed.
>> Error:java.sql.SQLException: ORA-01652: unable to extend temp segment by 1024 in tablespace EPM
ORA-06512: at line 1
java.sql.SQLException: ORA-01652: unable to extend temp segment by 1024 in tablespace EPM
ORA-06512: at line 1
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |