Issue SQL Timing Out for ProcessedTimeEntryPVO and HistoricProcessedTimeEntryPVO
Hi All,
I'm trying to retrieve source record counts for the following HCM PVOs using Issue SQL, but the query is consistently timing out. I suspect this is due to the large data volume in these objects.
PVOs:
- HcmTopModelAnalyticsGlobalAM.TimeRepositoryAM.ProcessedTimeEntryPVO
- HcmTopModelAnalyticsGlobalAM.TimeRepositoryAM.HistoricProcessedTimeEntryPVO
Issue SQL Used:
select count(*) from (
select * from
EXTERNAL('ADF', '"oracle.apps.hcm.model.analytics.applicationModule.HcmTopModelAnalyticsGlobalAM_HcmTopModelGlobalAMLocal"."Connection Pool"').'HcmTopModelAnalyticsGlobalAM.TimeRepositoryAM.ProcessedTimeEntryPVO' as t) b
Has anyone encountered a similar issue with these high-volume PVOs? If so, were you able to identify a workaround or an alternative approach to obtain source record counts?
Tagged:
0