<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: PL/SQL EXCEPTIONS</title>
	<atom:link href="http://baranipek.wordpress.com/2008/02/16/plsql-exceptions/feed/" rel="self" type="application/rss+xml" />
	<link>http://baranipek.wordpress.com/2008/02/16/plsql-exceptions/</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Tue, 03 Mar 2009 10:21:29 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Pl/sql - exceptýons - TurkForum.Net</title>
		<link>http://baranipek.wordpress.com/2008/02/16/plsql-exceptions/#comment-35</link>
		<dc:creator>Pl/sql - exceptýons - TurkForum.Net</dc:creator>
		<pubDate>Wed, 04 Feb 2009 16:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://baranipek.wordpress.com/?p=29#comment-35</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interesting comments and questions of &#8220;Why Oracle?&#8221; seminar &#171; H.TonguÃ§ YILMAZ Oracle Blog</title>
		<link>http://baranipek.wordpress.com/2008/02/16/plsql-exceptions/#comment-23</link>
		<dc:creator>Interesting comments and questions of &#8220;Why Oracle?&#8221; seminar &#171; H.TonguÃ§ YILMAZ Oracle Blog</dc:creator>
		<pubDate>Tue, 19 Feb 2008 10:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://baranipek.wordpress.com/?p=29#comment-23</guid>
		<description>[...] to Baran for raising this problem. Tom Kyte has a similar example in his book but he uses DELETE and [...]</description>
		<content:encoded><![CDATA[<p>[...] to Baran for raising this problem. Tom Kyte has a similar example in his book but he uses DELETE and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H.TonguÃ§ YÄ±lmaz</title>
		<link>http://baranipek.wordpress.com/2008/02/16/plsql-exceptions/#comment-22</link>
		<dc:creator>H.TonguÃ§ YÄ±lmaz</dc:creator>
		<pubDate>Tue, 19 Feb 2008 04:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://baranipek.wordpress.com/?p=29#comment-22</guid>
		<description>Bir ornek verelim, Kyte bu ornegi DROP degil DELETE ve akabinde COMMIT ile yapiyor kitabÄ±nda. Bu ornek TRUNCATE ile calismiyor, biraz kafa karistiriyor esasinda DROP icerdigi satirlar icin UNDO olusturmuyor cunku DELETE gibi;

SQL&gt; create table t1 as select * from all_objects where rownum  variable x refcursor
SQL&gt; -- just opening, not fetching
SQL&gt; begin
  2     open :x for select * from t1;
  3  end;
  4  /

PL/SQL procedure successfully completed.

SQL&gt; drop table t1 purge;

Table dropped.

SQL&gt; print x

OWNER                          OBJECT_NAME
------------------------------ ------------------------------
SUBOBJECT_NAME                  OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE
------------------------------ ---------- -------------- -------------------
CREATED    LAST_DDL_T TIMESTAMP           STATUS  T G S
---------- ---------- ------------------- ------- - - -
SYS                            ICOL$
                                       20              2 TABLE
07/02/2006 07/02/2006 2006-02-07:22:10:16 VALID   N N N

SYS                            I_USER1
                                       44             44 INDEX
07/02/2006 07/02/2006 2006-02-07:22:10:16 VALID   N N N

OWNER                          OBJECT_NAME
------------------------------ ------------------------------
SUBOBJECT_NAME                  OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE
------------------------------ ---------- -------------- -------------------
CREATED    LAST_DDL_T TIMESTAMP           STATUS  T G S
---------- ---------- ------------------- ------- - - -

ama yine de satirlar geliyor, fakat yogun DML olan bir ortamda bu sonucu elde etmek mumkun olmaz, denemelerimizde local bir veritabaninda tek calisan bir oturum iken bu sonucu gorebiliyoruz.

http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:7502137879069#16419634532541</description>
		<content:encoded><![CDATA[<p>Bir ornek verelim, Kyte bu ornegi DROP degil DELETE ve akabinde COMMIT ile yapiyor kitabÄ±nda. Bu ornek TRUNCATE ile calismiyor, biraz kafa karistiriyor esasinda DROP icerdigi satirlar icin UNDO olusturmuyor cunku DELETE gibi;</p>
<p>SQL&gt; create table t1 as select * from all_objects where rownum  variable x refcursor<br />
SQL&gt; &#8212; just opening, not fetching<br />
SQL&gt; begin<br />
  2     open <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' />  for select * from t1;<br />
  3  end;<br />
  4  /</p>
<p>PL/SQL procedure successfully completed.</p>
<p>SQL&gt; drop table t1 purge;</p>
<p>Table dropped.</p>
<p>SQL&gt; print x</p>
<p>OWNER                          OBJECT_NAME<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
SUBOBJECT_NAME                  OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
CREATED    LAST_DDL_T TIMESTAMP           STATUS  T G S<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;- &#8211; - -<br />
SYS                            ICOL$<br />
                                       20              2 TABLE<br />
07/02/2006 07/02/2006 2006-02-07:22:10:16 VALID   N N N</p>
<p>SYS                            I_USER1<br />
                                       44             44 INDEX<br />
07/02/2006 07/02/2006 2006-02-07:22:10:16 VALID   N N N</p>
<p>OWNER                          OBJECT_NAME<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
SUBOBJECT_NAME                  OBJECT_ID DATA_OBJECT_ID OBJECT_TYPE<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
CREATED    LAST_DDL_T TIMESTAMP           STATUS  T G S<br />
&#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;- &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- &#8212;&#8212;- &#8211; - -</p>
<p>ama yine de satirlar geliyor, fakat yogun DML olan bir ortamda bu sonucu elde etmek mumkun olmaz, denemelerimizde local bir veritabaninda tek calisan bir oturum iken bu sonucu gorebiliyoruz.</p>
<p><a href="http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:7502137879069#16419634532541" rel="nofollow">http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:7502137879069#16419634532541</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: H.TonguÃ§ YÄ±lmaz</title>
		<link>http://baranipek.wordpress.com/2008/02/16/plsql-exceptions/#comment-21</link>
		<dc:creator>H.TonguÃ§ YÄ±lmaz</dc:creator>
		<pubDate>Mon, 18 Feb 2008 16:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://baranipek.wordpress.com/?p=29#comment-21</guid>
		<description>&gt; allah allah ne oldu acaba:)

multi-versioning? kyte chp 1 ;)</description>
		<content:encoded><![CDATA[<p>&gt; allah allah ne oldu acaba:)</p>
<p>multi-versioning? kyte chp 1 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
