|  | 
		Hi Erman,
 The customer has launched a request that takes long time, more than 5 hours.
 
 Looking for the log file, I found the following oracle error:
 
 << glstmt() 11-JAN-2018 15:23:57
 
 FND stat BEGIN
 FND_STATS.gather_table_stats('GL',
 'GL_SUMMARY_INTERIM_0' ,
 20);
 END;
 
 ORA-01403: no data found
 
 
 FND stat BEGIN
 FND_STATS.gather_table_stats('GL',
 'GL_SUMMARY_INTERIM_2' ,
 20);
 END;
 
 ORA-01403: no data found
 
 SHRD0117: 67 records inserted in  GL_ACCOUNT_HIERARCHIES
 
 Is this behavior normal ?
 what should I do to reduce duration of this request.
 
 Thanks in advance for your help.
 
 Regards,
 Latifa
 
 
 |