EBS查看实时在线人数
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;
本文来自博客园,作者:Iven_lin,转载请注明原文链接:https://www.cnblogs.com/ivenlin/p/18084393
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了