OBIA 11g: SDE_PSFT_91_ADAPTOR_SDE_PSFT_PERSISTEDSTAGE_WORKFORCEEVENT_JOB Fails With "ORA-01652: : unable to extend temp segment by 128 in tablespace DW_TEMP"
(Doc ID 1631888.1)
Last updated on SEPTEMBER 10, 2020
Applies to:
Business Intelligence Reporting and Publishing - Version 11.1.1.7.1 and laterInformation in this document applies to any platform.
Symptoms
OBIA 11.1.1.7.1 HR Analytics with Source System Peoplesoft 9.1:
- SDE_PSFT_91_ADAPTOR_SDE_PSFT_PERSISTEDSTAGE_WORKFORCEEVENT_JOB uses excessive temp space and fails with the following error:
ODI-1228: Task SDE_PSFT_PersistedStage_WorkforceEvent_Job.W_PSFT_WEVT_JOB_PS
(Integration) fails on the target ORACLE connection BIAPPS_DW.
Caused By: java.sql.SQLException: ORA-01652: unable to extend temp segment by
128 in tablespace DW_TEMP
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
- Scenario runs out of temp space during step 'Soft delete preprocess'.
- Data set is limited: w_psft_wevt_ps and ~_pe both have 34000 records.
- Temp space was increased from 8 GB to 32 GB but still the error occurs.
Problematic code:
This subselect is an expensive way of asking ís there data with datasource_num_id in the _PE table.
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 |
References |