{"id":1376,"date":"2018-11-28T10:08:21","date_gmt":"2018-11-28T09:08:21","guid":{"rendered":"https:\/\/dbafox.com\/?p=1376"},"modified":"2018-11-28T10:08:21","modified_gmt":"2018-11-28T09:08:21","slug":"oracle-identify-locked-objects","status":"publish","type":"post","link":"https:\/\/dbafox.com\/?p=1376","title":{"rendered":"Oracle &#8211; Identify Locked Objects"},"content":{"rendered":"<h1>Identify Locked Database Objects &#8211; Oracle<\/h1>\n<pre class=\"brush: sql; title: ; notranslate\" title=\"\">\r\nselect b.owner, b.object_name, a.oracle_username, a.os_user_name  \r\nfrom gv$locked_object a, all_objects b\r\nwhere a.object_id = b.object_id\r\n\r\n\r\nselect * from gv$locked_object\r\n\r\nselect\r\n   c.owner,\r\n   c.object_name,\r\n   c.object_type,\r\n   b.sid,\r\n   b.serial#,\r\n   b.status,\r\n   b.osuser,\r\n   b.machine\r\nfrom\r\n   gv$locked_object a ,\r\n   gv$session b,\r\n   dba_objects c\r\nwhere\r\n   b.sid = a.session_id\r\nand\r\n   a.object_id = c.object_id\r\nand a.inst_id = b.inst_id\r\n\r\nSELECT Decode(request, 0, 'Holder: ',\r\n  'Waiter: ')\r\n  ||vl.sid sess,\r\n  status,id1,id2,lmode,request,vl.TYPE\r\nFROM v$lock vl,v$session vs\r\nWHERE ( id1, id2, vl.TYPE ) IN \r\n(SELECT id1, id2, TYPE FROM v$lock\r\n  WHERE request &gt; 0)\r\n  AND vl.sid = vs.sid\r\nORDER BY id1, request\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Identify Locked Database Objects &#8211; Oracle select b.owner, b.object_name, a.oracle_username, a.os_user_name from gv$locked_object a, all_objects b where a.object_id = b.object_id select * from gv$locked_object select c.owner, c.object_name, c.object_type, b.sid, b.serial#, b.status, b.osuser, b.machine from gv$locked_object a , gv$session b, dba_objects &hellip; <a href=\"https:\/\/dbafox.com\/?p=1376\">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":[],"class_list":["post-1376","post","type-post","status-publish","format-standard","hentry","category-oracle-technical"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Oracle - Identify Locked Objects - 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=1376\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Oracle - Identify Locked Objects - dbafox\" \/>\n<meta property=\"og:description\" content=\"Identify Locked Database Objects &#8211; Oracle select b.owner, b.object_name, a.oracle_username, a.os_user_name from gv$locked_object a, all_objects b where a.object_id = b.object_id select * from gv$locked_object select c.owner, c.object_name, c.object_type, b.sid, b.serial#, b.status, b.osuser, b.machine from gv$locked_object a , gv$session b, dba_objects &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dbafox.com\/?p=1376\" \/>\n<meta property=\"og:site_name\" content=\"dbafox\" \/>\n<meta property=\"article:published_time\" content=\"2018-11-28T09:08:21+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\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dbafox.com\/?p=1376\",\"url\":\"https:\/\/dbafox.com\/?p=1376\",\"name\":\"Oracle - Identify Locked Objects - dbafox\",\"isPartOf\":{\"@id\":\"https:\/\/dbafox.com\/#website\"},\"datePublished\":\"2018-11-28T09:08:21+00:00\",\"author\":{\"@id\":\"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb\"},\"breadcrumb\":{\"@id\":\"https:\/\/dbafox.com\/?p=1376#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dbafox.com\/?p=1376\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dbafox.com\/?p=1376#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dbafox.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Oracle &#8211; Identify Locked Objects\"}]},{\"@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 - Identify Locked Objects - 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=1376","og_locale":"en_GB","og_type":"article","og_title":"Oracle - Identify Locked Objects - dbafox","og_description":"Identify Locked Database Objects &#8211; Oracle select b.owner, b.object_name, a.oracle_username, a.os_user_name from gv$locked_object a, all_objects b where a.object_id = b.object_id select * from gv$locked_object select c.owner, c.object_name, c.object_type, b.sid, b.serial#, b.status, b.osuser, b.machine from gv$locked_object a , gv$session b, dba_objects &hellip; Continue reading &rarr;","og_url":"https:\/\/dbafox.com\/?p=1376","og_site_name":"dbafox","article_published_time":"2018-11-28T09:08:21+00:00","author":"Ray Fox","twitter_misc":{"Written by":"Ray Fox","Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dbafox.com\/?p=1376","url":"https:\/\/dbafox.com\/?p=1376","name":"Oracle - Identify Locked Objects - dbafox","isPartOf":{"@id":"https:\/\/dbafox.com\/#website"},"datePublished":"2018-11-28T09:08:21+00:00","author":{"@id":"https:\/\/dbafox.com\/#\/schema\/person\/287adc474c1aebd398752ac4dcfe27eb"},"breadcrumb":{"@id":"https:\/\/dbafox.com\/?p=1376#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dbafox.com\/?p=1376"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dbafox.com\/?p=1376#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dbafox.com\/"},{"@type":"ListItem","position":2,"name":"Oracle &#8211; Identify Locked Objects"}]},{"@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-mc","_links":{"self":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/1376","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=1376"}],"version-history":[{"count":2,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/1376\/revisions"}],"predecessor-version":[{"id":1378,"href":"https:\/\/dbafox.com\/index.php?rest_route=\/wp\/v2\/posts\/1376\/revisions\/1378"}],"wp:attachment":[{"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1376"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1376"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dbafox.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1376"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}