如何查看OPP service log:

SELECT fcpp.concurrent_request_id req_id, fcp.node_name, fcp.logfile_name
FROM fnd_conc_pp_actions fcpp, fnd_concurrent_processes fcp
WHERE fcpp.processor_id = fcp.concurrent_process_id
AND fcpp.action_type = 6
AND fcpp.concurrent_request_id = 请求id

 

相关文章:

  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2022-01-12
  • 2021-09-19
猜你喜欢
  • 2022-12-23
  • 2021-08-24
  • 2021-10-13
  • 2022-12-23
  • 2021-08-24
  • 2021-08-05
相关资源
相似解决方案