<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-13265058.post7725087557473723891..comments</id><updated>2010-01-14T20:13:51.451+11:00</updated><title type='text'>Comments on Sydney Oracle Lab: Disabling specifc PL/SQL Warning messages</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.sydoracle.com/feeds/7725087557473723891/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13265058/7725087557473723891/comments/default'/><link rel='alternate' type='text/html' href='http://blog.sydoracle.com/2010/01/disabling-specifc-plsql-warning.html'/><author><name>Gary Myers</name><uri>http://www.blogger.com/profile/08828771074492585943</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-13265058.post-88932960891267249</id><published>2010-01-14T20:13:51.451+11:00</published><updated>2010-01-14T20:13:51.451+11:00</updated><title type='text'>Thanks Gary - appreciate the response.

I'll look ...</title><content type='html'>Thanks Gary - appreciate the response.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ll look out forthe full review of the book.&lt;br /&gt;&lt;br /&gt;M.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13265058/7725087557473723891/comments/default/88932960891267249'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13265058/7725087557473723891/comments/default/88932960891267249'/><link rel='alternate' type='text/html' href='http://blog.sydoracle.com/2010/01/disabling-specifc-plsql-warning.html?showComment=1263460431451#c88932960891267249' title=''/><author><name>mathewbutler</name><uri>http://www.blogger.com/profile/04733010552235144796</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.sydoracle.com/2010/01/disabling-specifc-plsql-warning.html' ref='tag:blogger.com,1999:blog-13265058.post-7725087557473723891' source='http://www.blogger.com/feeds/13265058/posts/default/7725087557473723891' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-13265058.post-3938978079317352950</id><published>2010-01-14T14:06:39.832+11:00</published><updated>2010-01-14T14:06:39.832+11:00</updated><title type='text'>You can compile specific objects with different le...</title><content type='html'>You can compile specific objects with different levels of warning. I don&amp;#39;t think it gets any lower level than that, or allows for any meta-data. Maybe something could be done with a database trigger, but that&amp;#39;s not much better than comments.&lt;br /&gt;&lt;br /&gt;ALTER PACKAGE test_warn compile plsql_warnings=&amp;#39;ENABLE:ALL&amp;#39;,&amp;#39;DISABLE:07203&amp;#39;;&lt;br /&gt;Package altered.&lt;br /&gt;ALTER PACKAGE test_warn compile plsql_warnings=&amp;#39;DISABLE:ALL&amp;#39;,&amp;#39;ENABLE:07203&amp;#39;;&lt;br /&gt;SP2-0809: Package altered with compilation warnings&lt;br /&gt;&lt;br /&gt;I&amp;#39;ll do a fuller review of the book in a couple of weeks. The earlier part is fairly introductory so if you know PL/SQL it takes dedication to read it to pick up new details. The later part (security, performance, objects) is more interesting for me.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13265058/7725087557473723891/comments/default/3938978079317352950'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13265058/7725087557473723891/comments/default/3938978079317352950'/><link rel='alternate' type='text/html' href='http://blog.sydoracle.com/2010/01/disabling-specifc-plsql-warning.html?showComment=1263438399832#c3938978079317352950' title=''/><author><name>Gary Myers</name><uri>http://www.blogger.com/profile/08828771074492585943</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='15892632184460842716'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.sydoracle.com/2010/01/disabling-specifc-plsql-warning.html' ref='tag:blogger.com,1999:blog-13265058.post-7725087557473723891' source='http://www.blogger.com/feeds/13265058/posts/default/7725087557473723891' type='text/html'/></entry><entry><id>tag:blogger.com,1999:blog-13265058.post-1068770398019510790</id><published>2010-01-13T23:21:36.477+11:00</published><updated>2010-01-13T23:21:36.477+11:00</updated><title type='text'>Hi Gary,

This looks like the warning is disabled ...</title><content type='html'>Hi Gary,&lt;br /&gt;&lt;br /&gt;This looks like the warning is disabled for the entire session involved in the compile.&lt;br /&gt;&lt;br /&gt;Are you aware of any means to disable the warning for a specific usage? &lt;br /&gt;&lt;br /&gt;Let&amp;#39;s say I have two warnings in a package and I only want to disable the warning for one of these usages.&lt;br /&gt;&lt;br /&gt;Ideally, I&amp;#39;d like to add meta-data to the proc/function so that the compiler does not give a warning, and the next developer can see in the code that this is a deliberate usage. &lt;br /&gt;&lt;br /&gt;Language supported meta-data would be a more robust means of achieving this rather than a comment, which is the fall back approach.&lt;br /&gt;&lt;br /&gt;Are you happy with the new edition? Recommended? This one is on my reading list, but still looking for additional positive reviews.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;&lt;br /&gt;Mathew Butler</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/13265058/7725087557473723891/comments/default/1068770398019510790'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/13265058/7725087557473723891/comments/default/1068770398019510790'/><link rel='alternate' type='text/html' href='http://blog.sydoracle.com/2010/01/disabling-specifc-plsql-warning.html?showComment=1263385296477#c1068770398019510790' title=''/><author><name>mathewbutler</name><uri>http://www.blogger.com/profile/04733010552235144796</uri><email>noreply@blogger.com</email></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.sydoracle.com/2010/01/disabling-specifc-plsql-warning.html' ref='tag:blogger.com,1999:blog-13265058.post-7725087557473723891' source='http://www.blogger.com/feeds/13265058/posts/default/7725087557473723891' type='text/html'/></entry></feed>