My Oracle Support Banner

PRO_OPT_JOB Long Running / Runs Stuck (Doc ID 3074662.1)

Last updated on MARCH 04, 2025

Applies to:

Oracle Retail AI Foundation Cloud Service - Version 24.1 and later
Oracle Retail Lifecycle Pricing Optimization Cloud Service Advanced Edition - Version 24.1 and later
Information in this document applies to any platform.

Goal

Occasionally a run will get stuck. Run this SQL to check:

select batch_run_status, count(*) from RASE01.pro_batch_run_queue
where processing_week_id = (select last_processed_hier_id from rase01.rse_proc_stat
where proc_name = 'RSE_WK_INVENTORY_ETL')
group by batch_run_status;
 

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.