如何得知concurrent program执行log以及output

可以利用以下sql来查看:

   1:  SELECT t.logfile_name, t.outfile_name
   2:  FROM   fnd_concurrent_requests t
   3:  WHERE  t.request_id = 33356570

其中request_id就是run报表的时候看到的那个ID

原文地址:https://www.cnblogs.com/echochen/p/2039111.html