<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>fujikawa-y</author_name>
  <author_url>https://blog.hatena.ne.jp/fujikawa-y/</author_url>
  <blog_title>Yassan Tech Blog</blog_title>
  <blog_url>https://fujiyasu.hatenablog.com/</blog_url>
  <categories>
    <anon>PL/SQL</anon>
  </categories>
  <description>PL/SQLを書くことがあり、パフォーマンスを考慮して バルクフェッチ、バルクインサートを使用したのですが どうも腑に落ちないのが「NOTFOUND」です。 バルクを使用して、NOTFOUNDを使用する場合 以下のような感じでコーディングしたとします。 DECLARE -- カーソルを定義 CURSOR cur_EMP IS SELECT * FROM EMP; TYPE t_EMP IS TABLE OF cur_EMP%ROWTYPE; recs_EMP t_EMP; BEGIN --カーソルオープン OPEN cur_EMP LOOP FETCH cur_EMP BULK COLLECT…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffujiyasu.hatenablog.com%2Fentry%2F20100223%2F1266936510&quot; title=&quot;バルク時のNOTFOUNDについて - Yassan Tech Blog&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>2010-02-23 23:48:30</published>
  <title>バルク時のNOTFOUNDについて</title>
  <type>rich</type>
  <url>https://fujiyasu.hatenablog.com/entry/20100223/1266936510</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
