{"id":988,"date":"2017-11-22T09:45:06","date_gmt":"2017-11-22T09:45:06","guid":{"rendered":"http:\/\/www.dbafox.com\/?p=988"},"modified":"2017-11-22T15:01:00","modified_gmt":"2017-11-22T15:01:00","slug":"oracle-find-sessions-using-database-links","status":"publish","type":"post","link":"https:\/\/dbafox.com\/?p=988","title":{"rendered":"Oracle &#8211; find sessions using database links"},"content":{"rendered":"\n<pre class=\"toolbar-overlay:false lang:plsql decode:true \" title=\"Oracle - find sessions using database links\" >\r\nRun on both databases:\r\n\r\nselect \/*+ ORDERED *\/\r\nsubstr(s.ksusemnm,1,10)||'-'|| substr(s.ksusepid,1,10) \"ORIGIN\",\r\nsubstr(g.K2GTITID_ORA,1,35) \"GTXID\",\r\nsubstr(s.indx,1,4)||'.'|| substr(s.ksuseser,1,5) \"LSESSION\" ,\r\ns2.username,\r\nsubstr(\r\ndecode(bitand(ksuseidl,11),\r\n1,'ACTIVE',\r\n0, decode( bitand(ksuseflg,4096) , 0,'INACTIVE','CACHED'),\r\n2,'SNIPED',\r\n3,'SNIPED',\r\n'KILLED'\r\n),1,1\r\n) \"S\",\r\nsubstr(s2.event,1,10) \"WAITING\"\r\nfrom x$k2gte g, x$ktcxb t, x$ksuse s, v$session s2\r\nwhere g.K2GTDXCB =t.ktcxbxba\r\nand g.K2GTDSES=t.ktcxbses\r\nand s.addr=g.K2GTDSES\r\nand s2.sid=s.indx;<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Run on both databases: select \/*+ ORDERED *\/ substr(s.ksusemnm,1,10)||&#8217;-&#8216;|| substr(s.ksusepid,1,10) &#8220;ORIGIN&#8221;, substr(g.K2GTITID_ORA,1,35) &#8220;GTXID&#8221;, substr(s.indx,1,4)||&#8217;.&#8217;|| substr(s.ksuseser,1,5) &#8220;LSESSION&#8221; , s2.username, substr( decode(bitand(ksuseidl,11), 1,&#8217;ACTIVE&#8217;, 0, decode( bitand(ksuseflg,4096) , 0,&#8217;INACTIVE&#8217;,&#8217;CACHED&#8217;), 2,&#8217;SNIPED&#8217;, 3,&#8217;SNIPED&#8217;, &#8216;KILLED&#8217; ),1,1 ) &#8220;S&#8221;, substr(s2.event,1,10) &#8220;WAITING&#8221; from x$k2gte g, x$ktcxb t, x$ksuse &hellip; <a href=\"https:\/\/dbafox.com\/?p=988\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pgc_sgb_lightbox_settings":"","_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[28],"tags":[4],"class_list":["post-988","post","type-post","status-publish","format-standard","hentry","category-oracle-technical","tag-oracle"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Oracle - find sessions using database links - dbafox<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dbafox.com\/?p=988\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle - find sessions using database links - dbafox\" \/>\n<meta property=\"og:description\" content=\"Run on both databases: select \/*+ ORDERED *\/ substr(s.ksusemnm,1,10)||&#039;-&#039;|| substr(s.ksusepid,1,10) &quot;ORIGIN&quot;, substr(g.K2GTITID_ORA,1,35) &quot;GTXID&quot;, substr(s.indx,1,4)||&#039;.&#039;|| substr(s.ksuseser,1,5) &quot;LSESSION&quot; , s2.username, substr( decode(bitand(ksuseidl,11), 1,&#039;ACTIVE&#039;, 0, decode( bitand(ksuseflg,4096) , 0,&#039;INACTIVE&#039;,&#039;CACHED&#039;), 2,&#039;SNIPED&#039;, 3,&#039;SNIPED&#039;, &#039;KILLED&#039; ),1,1 ) &quot;S&quot;, substr(s2.event,1,10) &quot;WAITING&quot; from x$k2gte g, x$ktcxb t, x$ksuse &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbafox.com\/?p=988\" \/>\n<meta property=\"og:site_name\" content=\"dbafox\" \/>\n<meta property=\"article:published_time\" content=\"2017-11-22T09:45:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-11-22T15:01:00+00:00\" \/>\n<meta name=\"author\" content=\"Ray Fox\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ray Fox\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbafox.com\/?p=988\",\"url\":\"https:\/\/dbafox.com\/?p=988\",\"name\":\"Oracle - find sessions using database links - dbafox\",\"isPartOf\":{\"@id\":\"https:\/\/dbafox.com\/#website\"},\"datePublished\":\"2017-11-22T09:45:06+00:00\",\"dateModified\":\"2017-11-22T15:01:00+00:00\",\"author\":{\"@id\":\"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb\"},\"breadcrumb\":{\"@id\":\"https:\/\/dbafox.com\/?p=988#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbafox.com\/?p=988\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbafox.com\/?p=988#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbafox.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle &#8211; find sessions using database links\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dbafox.com\/#website\",\"url\":\"https:\/\/dbafox.com\/\",\"name\":\"dbafox\",\"description\":\"DBA Technical Information\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dbafox.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb\",\"name\":\"Ray Fox\",\"sameAs\":[\"http:\/\/www.dbafox.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Oracle - find sessions using database links - dbafox","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dbafox.com\/?p=988","og_locale":"en_GB","og_type":"article","og_title":"Oracle - find sessions using database links - dbafox","og_description":"Run on both databases: select \/*+ ORDERED *\/ substr(s.ksusemnm,1,10)||'-'|| substr(s.ksusepid,1,10) \"ORIGIN\", substr(g.K2GTITID_ORA,1,35) \"GTXID\", substr(s.indx,1,4)||'.'|| substr(s.ksuseser,1,5) \"LSESSION\" , s2.username, substr( decode(bitand(ksuseidl,11), 1,'ACTIVE', 0, decode( bitand(ksuseflg,4096) , 0,'INACTIVE','CACHED'), 2,'SNIPED', 3,'SNIPED', 'KILLED' ),1,1 ) \"S\", substr(s2.event,1,10) \"WAITING\" from x$k2gte g, x$ktcxb t, x$ksuse &hellip; Continue reading &rarr;","og_url":"https:\/\/dbafox.com\/?p=988","og_site_name":"dbafox","article_published_time":"2017-11-22T09:45:06+00:00","article_modified_time":"2017-11-22T15:01:00+00:00","author":"Ray Fox","twitter_misc":{"Written by":"Ray Fox"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dbafox.com\/?p=988","url":"https:\/\/dbafox.com\/?p=988","name":"Oracle - find sessions using database links - dbafox","isPartOf":{"@id":"https:\/\/dbafox.com\/#website"},"datePublished":"2017-11-22T09:45:06+00:00","dateModified":"2017-11-22T15:01:00+00:00","author":{"@id":"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb"},"breadcrumb":{"@id":"https:\/\/dbafox.com\/?p=988#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbafox.com\/?p=988"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbafox.com\/?p=988#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbafox.com\/"},{"@type":"ListItem","position":2,"name":"Oracle &#8211; find sessions using database links"}]},{"@type":"WebSite","@id":"https:\/\/dbafox.com\/#website","url":"https:\/\/dbafox.com\/","name":"dbafox","description":"DBA Technical Information","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dbafox.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb","name":"Ray Fox","sameAs":["http:\/\/www.dbafox.com"]}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p3ecMb-fW","_links":{"self":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/988","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=988"}],"version-history":[{"count":1,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/988\/revisions"}],"predecessor-version":[{"id":989,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/988\/revisions\/989"}],"wp:attachment":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=988"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=988"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}