select u.user_name,
app.application_short_name,
fat.application_name,
fr.responsibility_key,
frt.responsibility_name,
fff.function_name,
fft.user_function_name,
icx.function_type,
icx.first_connect,
icx.last_connect
from icx_sessions icx,
fnd_user u,
fnd_application app,
fnd_application_tl fat,
fnd_responsibility fr,
fnd_responsibility_tl frt,
fnd_form_functions fff,
fnd_form_functions_tl fft
where 1 = 1
and u.user_id = icx.user_id
and icx.responsibility_application_id = app.application_id
and fat.application_id = icx.responsibility_application_id
and fat.language = 'ZHS'
and fr.application_id = icx.responsibility_application_id
and fr.responsibility_id = icx.responsibility_id
and frt.language = 'ZHS'
and frt.application_id = icx.responsibility_application_id
and frt.responsibility_id = icx.responsibility_id
and fff.function_id = icx.function_id
and fft.function_id = icx.function_id
and icx.disabled_flag != 'Y'
and icx.pseudo_flag = 'N'
and (icx.last_connect +
decode(fnd_profile.value('ICX_SESSION_TIMEOUT'),
null,
icx.limit_time,
0,
icx.limit_time,
fnd_profile.value('ICX_SESSION_TIMEOUT') / 60) / 24) >
sysdate
and icx.counter < icx.limit_connects;
EBS檢視實時線上人數
相關文章
- 如何實時檢視mysql當前連線數? 薦MySql
- 檢視EBS版本
- Linux實時檢視TCP數量LinuxTCP
- 檢視Oracle連線數Oracle
- 檢視sqlserver連線數SQLServer
- 怎麼檢視ebs裡面的請求執行時間
- 檢視ebs請求檔案
- 如何檢視EBS 檔案版本
- ORACLE EBS - 檢視OPP Service LogOracle
- 檢視mysql連線數 sql語句執行時間MySql
- 檢視Linux連線數Linux
- MYSQL 檢視最大連線數和修改最大連線數MySql
- 檢視JVM執行時引數JVM
- 檢視網路連線數netstat -an
- 檢視並修改oracle最大連線數Oracle
- ORACLE檢視並修改最大連線數Oracle
- 控制檯實時檢視 sqlSQL
- EBS DB最大連線數調整
- 線上人數統計功能怎麼實現?
- 檢視oracle資料庫的連線數以及使用者檢視Oracle資料庫
- ORACLE EBS 系統檢視檔案版本資訊Oracle
- 檢視當前pg會話連線數會話
- Linux檢視埠併發連線數Linux
- 實時檢視tomcat日誌Tomcat
- Oracle檢視允許的最大連線數和當前連線數Oracle
- 檢視EBS 資料庫等待事件及處理資料庫事件
- EBS 中使用 string 檢視檔案的版本
- linux 檢視伺服器的連線數Linux伺服器
- linux系統併發連線數檢視Linux
- 檢視DG是否是實時應用
- win10怎麼檢視實時網速 win10檢視實時網速如何設定Win10
- Hive SQL必刷練習題:同時線上人數問題(*****)HiveSQL
- oracle檢視允許的最大連線數和當前連線數等資訊Oracle
- (轉)檢視sql server 資料庫連線數方法SQLServer資料庫
- Stockfolio for Mac 股票行情實時檢視工具Mac
- Stockfolio for Mac(股票行情實時檢視工具)Mac
- 檢視Oracle DG是否是實時應用Oracle
- Linux實時檢視Java介面資料LinuxJava