<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>gonsuke777</author_name>
  <author_url>https://blog.hatena.ne.jp/gonsuke777/</author_url>
  <blog_title>ねら～ITエンジニア雑記</blog_title>
  <blog_url>https://gonsuke777.hatenablog.com/</blog_url>
  <categories>
    <anon>Oracle</anon>
    <anon>Database</anon>
  </categories>
  <description>Oracle Database の enqueue(ロック) の 待機させている方(ホルダー) と 待機している方(ウェイター)を出力するには、V$LOCKビューを参照します。以下の SQL を実行します。 SET LINESIZE 300; COLUMN SESS FORMAT A20; SELECT DECODE(request,0,'Holder: ','Waiter: ') || sid sess, id1, id2, lmode, request, type FROM V$LOCK WHERE (id1, id2, type) IN (SELECT id1, id2, type FR…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fgonsuke777.hatenablog.com%2Fentry%2F20150204%2F1423057785&quot; title=&quot;enqueue(ロック) の 待機させている方(ホルダー) と 待機している方(ウェイター) を出力する SQL - ねら～ITエンジニア雑記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2015-02-04 22:49:45</published>
  <title>enqueue(ロック) の 待機させている方(ホルダー) と 待機している方(ウェイター) を出力する SQL</title>
  <type>rich</type>
  <url>https://gonsuke777.hatenablog.com/entry/20150204/1423057785</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
