fnd_concurrent_requests中的status_code和phase_code取值及含义

简介:

select  *  from   apps.fnd_concurrent_requests where STATUS_CODE = 'I' AND phase_code = 'P'  

状态(STATUS_CODE):
已取消 D
已禁用 U
错误 E
无管理程序 M
正常 R
暂挂 H
暂停 W
重新开始 B
已计划 I
准备 Q
挂起 S
已终止 X
终止 T
等待中 A
警告 G
I应该是Inactive  
另外 四个阶段(PHASE_CODE):
已完成 C
无效 I
等待 P
运行中 R
附:     获取近期 concurrent request 的执行时间(不同参数下的) : 

SELECT fcr.CONCURRENT_PROGRAM_ID,
       fcp.CONCURRENT_PROGRAM_NAME,
       fcp_tl.USER_CONCURRENT_PROGRAM_NAME,
       fcr.REQUEST_ID,
       fcr.request_date, 
       fcr.NUMBER_OF_ARGUMENTS,
       fcr.ARGUMENT_TEXT,
       ROUND ((24 * 60 * 60
           * (NVL (fcr.actual_completion_date, fcr.actual_start_date)
              - fcr.actual_start_date)),2)  elapsed_time,
       fcr.RESUBMIT_INTERVAL,
       fcr.RESUBMIT_INTERVAL_UNIT_CODE
  FROM apps.fnd_concurrent_requests   fcr,
       APPS.fnd_concurrent_programs   fcp,
       APPS.fnd_concurrent_programs_tl  fcp_tl
 WHERE     fcr.CONCURRENT_PROGRAM_ID = fcp.CONCURRENT_PROGRAM_ID
       AND fcr.phase_code = 'C'
       AND fcr.request_date > SYSDATE - 30
       AND fcr.request_date <= SYSDATE - 1
       AND fcr.CONCURRENT_PROGRAM_ID = fcp_tl.CONCURRENT_PROGRAM_ID  
       --- and fcp_tl.USER_CONCURRENT_PROGRAM_NAME  like  'HW%'  
 ORDER BY  fcr.concurrent_program_id ,  fcr.request_id ;  
本文转自ITPUB博客tolywang的博客,原文链接:fnd_concurrent_requests中的status_code和phase_code取值及含义,如需转载请自行联系原博主。
相关文章
|
7月前
|
编解码 数据处理
|
缓存 PHP
Composer 报错 Error while processing content unencoding: Unknown failure within ...
Composer 报错 Error while processing content unencoding: Unknown failure within ...
212 0
verbose stack FetchError: request to https://registry.npm.taobao.org/md-editor-v3 failed, reason: ce
这篇文章描述了在安装npm包`md-editor-v3`时遇到的淘宝镜像证书过期问题,并提供了解决方案,即通过切换npm镜像源到`https://registry.npmmirror.com/`来解决安装失败的问题。
verbose stack FetchError: request to https://registry.npm.taobao.org/md-editor-v3 failed, reason: ce
|
Java
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
1102 0
Appium问题解决方案(8)- selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: Could not sign with default certificate.
|
数据安全/隐私保护
Do Sync Disk 0 Part 0 Failed, code=S3_F42, msg=Sync Failed after retry 5 times
Do Sync Disk 0 Part 0 Failed, code=S3_F42, msg=Sync Failed after retry 5 times
191 1
|
数据采集 缓存 Android开发
Assertion desc failed at libswscale/swscale_internal.h:674和ffmpeg的各种key+value
Assertion desc failed at libswscale/swscale_internal.h:674和ffmpeg的各种key+value
231 0
|
前端开发 数据库
Failed to load response dataNo data found for resource with given identifier
Failed to load response dataNo data found for resource with given identifier
1621 0
|
Java Go
ES 查询时提示:all shards failed [type=search_phase_execution_exception]
ES 查询时提示:all shards failed [type=search_phase_execution_exception]
ES 查询时提示:all shards failed [type=search_phase_execution_exception]
|
Shell 开发工具 git
Git使用commit命令时报错“bad numeric config value ‘ture‘ for ‘color.ui‘: invalid unit”(已解决)
Git使用commit命令时报错“bad numeric config value ‘ture‘ for ‘color.ui‘: invalid unit”(已解决)
260 0
Git使用commit命令时报错“bad numeric config value ‘ture‘ for ‘color.ui‘: invalid unit”(已解决)
|
索引
ES报错:“type“=>“cluster_block_exception“, “reason“=>“blocked by: [FORBIDDEN/12/index read-only / allow
ES报错:“type“=>“cluster_block_exception“, “reason“=>“blocked by: [FORBIDDEN/12/index read-only / allow
368 0
ES报错:“type“=>“cluster_block_exception“, “reason“=>“blocked by: [FORBIDDEN/12/index read-only / allow