{"id":1076,"date":"2014-01-24T14:49:45","date_gmt":"2014-01-24T12:49:45","guid":{"rendered":"http:\/\/oracle.malin.pl\/?p=1076"},"modified":"2014-01-24T14:50:23","modified_gmt":"2014-01-24T12:50:23","slug":"r1211i-current-login-users-list","status":"publish","type":"post","link":"https:\/\/oracle.malin.pl\/?p=1076","title":{"rendered":"R12\/11i &#8211; Current Login Users List"},"content":{"rendered":"<p>Run the following query to find out who are the Oracle Apps Users currently Logged into the application.<\/p>\n<pre> SELECT DISTINCT icx.session_id,\r\n                  icx.user_id,\r\n                  fu.user_name,\r\n                  fu.description\r\n    FROM icx_sessions icx, fnd_user fu\r\n   WHERE     disabled_flag != 'Y'\r\n         AND icx.pseudo_flag = 'N'\r\n         AND (last_connect +\r\n              DECODE (fnd_profile.VALUE ('ICX_SESSION_TIMEOUT'),\r\n                      NULL, limit_time,\r\n                      0   , limit_time,\r\n                      fnd_profile.VALUE ('ICX_SESSION_TIMEOUT')\/60) \/ 24) > SYSDATE\r\n         AND icx.counter < limit_connects\r\n         AND icx.user_id = fu.user_id; <\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Run the following query to find out who are the Oracle Apps Users currently Logged into the application. SELECT DISTINCT icx.session_id, icx.user_id, fu.user_name, fu.description FROM icx_sessions icx, fnd_user fu WHERE disabled_flag != 'Y&#8217; AND icx.pseudo_flag = 'N&#8217; AND (last_connect + &hellip; <a href=\"https:\/\/oracle.malin.pl\/?p=1076\">Czytaj dalej <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":37,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[203,97],"tags":[],"_links":{"self":[{"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=\/wp\/v2\/posts\/1076"}],"collection":[{"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=\/wp\/v2\/users\/37"}],"replies":[{"embeddable":true,"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1076"}],"version-history":[{"count":2,"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=\/wp\/v2\/posts\/1076\/revisions"}],"predecessor-version":[{"id":1078,"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=\/wp\/v2\/posts\/1076\/revisions\/1078"}],"wp:attachment":[{"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1076"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1076"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/oracle.malin.pl\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1076"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}