Refresh collection snapshot failed with ora 1555
We are using EBS version 12.2.4
Our refresh collection snapshot failed with ora-1555 when refreshing WSH_TRIP_STOP_SN
ORA-01555 caused by SQL statement below (SQL ID: 8rqfp5mmhxkds, Query Duration=5 sec, SCN: 0x0b65.4e1a97fd):
INSERT /*+ BYPASS_RECURSIVE_CHECK */ INTO "APPS"."WSH_TRIP_STOP_SN" SELECT "A1"."STOP_ID" "STOP_ID",NVL("A1"."PHYSICAL_LOCATION_ID","A1"."STOP_LOCATION_ID") "STOP_LOCAT
ION_ID","A1"."STATUS_CODE" "STATUS_CODE","A1"."STOP_SEQUENCE_NUMBER" "STOP_SEQUENCE_NUMBER","A1"."PLANNED_ARRIVAL_DATE" "PLANNED_ARRIVAL_DATE","A1"."PLANNED_DEPARTURE_D
ATE" "PLANNED_DEPARTURE_DATE","A1"."TRIP_ID" "TRIP_ID",0 "RN" FROM "WSH"."WSH_TRIP_STOPS" "A1"