<?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/"
	
	>
<channel>
	<title>
	Comments on: plscope-utils &#8211; Utilities for PL/Scope	</title>
	<atom:link href="https://www.salvis.com/blog/2017/03/17/plscope-utils-utilities-for-plscope-in-oracle-database-12-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.salvis.com/blog/2017/03/17/plscope-utils-utilities-for-plscope-in-oracle-database-12-2/</link>
	<description>Database-centric development</description>
	<lastBuildDate>Tue, 07 Nov 2023 22:19:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://www.salvis.com/blog/2017/03/17/plscope-utils-utilities-for-plscope-in-oracle-database-12-2/feed/"/>
	<item>
		<title>
		By: Philipp Salvisberg		</title>
		<link>https://www.salvis.com/blog/2017/03/17/plscope-utils-utilities-for-plscope-in-oracle-database-12-2/#comment-4063</link>

		<dc:creator><![CDATA[Philipp Salvisberg]]></dc:creator>
		<pubDate>Thu, 23 Nov 2017 12:48:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.salvis.com/blog/?p=7547#comment-4063</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.salvis.com/blog/2017/03/17/plscope-utils-utilities-for-plscope-in-oracle-database-12-2/#comment-4062&quot;&gt;Bogdan Bachis&lt;/a&gt;.

Hi Bogdan,

I guess you are referring to &lt;a href=&quot;https://github.com/PhilippSalvisberg/plscope-utils/blob/main/database/README.md#view-plscope_tab_usage&quot; rel=&quot;nofollow ugc&quot;&gt;View PLSCOPE_TAB_USAGE&lt;/a&gt;. In this example the tables are reported as being part of an INSERT operation. This does not necessarily mean that these tables are used as targets of an INSERT statement. Unfortunately you cannot answer this question with PL/Scope. For that you need a parser. See also &quot;6. Missing Usages and Structures in Static SQL Statements&quot; in &lt;a href=&quot;https://www.salvis.com/blog/2017/10/14/limitations-of-plscope-and-how-to-deal-with-them/&quot;&gt;Limitations of PL/Scope and How to Deal with Them&lt;/a&gt;. I use our own PL/SQL parser to answer these kind of questions. I hope this answers your question. 

Regards,
Philipp]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.salvis.com/blog/2017/03/17/plscope-utils-utilities-for-plscope-in-oracle-database-12-2/#comment-4062">Bogdan Bachis</a>.</p>
<p>Hi Bogdan,</p>
<p>I guess you are referring to <a href="https://github.com/PhilippSalvisberg/plscope-utils/blob/main/database/README.md#view-plscope_tab_usage" rel="nofollow ugc">View PLSCOPE_TAB_USAGE</a>. In this example the tables are reported as being part of an INSERT operation. This does not necessarily mean that these tables are used as targets of an INSERT statement. Unfortunately you cannot answer this question with PL/Scope. For that you need a parser. See also &#8220;6. Missing Usages and Structures in Static SQL Statements&#8221; in <a href="https://www.salvis.com/blog/2017/10/14/limitations-of-plscope-and-how-to-deal-with-them/">Limitations of PL/Scope and How to Deal with Them</a>. I use our own PL/SQL parser to answer these kind of questions. I hope this answers your question. </p>
<p>Regards,<br />
Philipp</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bogdan Bachis		</title>
		<link>https://www.salvis.com/blog/2017/03/17/plscope-utils-utilities-for-plscope-in-oracle-database-12-2/#comment-4062</link>

		<dc:creator><![CDATA[Bogdan Bachis]]></dc:creator>
		<pubDate>Thu, 23 Nov 2017 10:22:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.salvis.com/blog/?p=7547#comment-4062</guid>

					<description><![CDATA[Hallo Philipp,

that&#039;s a very nice utility that you&#039;ve built. I&#039;ve give it a try yesterday and it works very fine.

I though have a question about it. In your PLSCOPE_TAB_USAGE-example the tables DEPT and EMP are reported as beeing INSERTED, which is not the case (they are only used in the select part of the insert as select statement).

So, in my opinion, the operation type in that case should be SELECT instead of INSERT. Is this a desired behaviour? If so, is there a way to only report the tables on which an INSERT-Operation is really performed?

Thank you,

Bogdan Bachis]]></description>
			<content:encoded><![CDATA[<p>Hallo Philipp,</p>
<p>that&#8217;s a very nice utility that you&#8217;ve built. I&#8217;ve give it a try yesterday and it works very fine.</p>
<p>I though have a question about it. In your PLSCOPE_TAB_USAGE-example the tables DEPT and EMP are reported as beeing INSERTED, which is not the case (they are only used in the select part of the insert as select statement).</p>
<p>So, in my opinion, the operation type in that case should be SELECT instead of INSERT. Is this a desired behaviour? If so, is there a way to only report the tables on which an INSERT-Operation is really performed?</p>
<p>Thank you,</p>
<p>Bogdan Bachis</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: plscope-utils for SQL Developer &#8211; Simplify the Use of PL/Scope &#8211; Philipp Salvisberg&#039;s Blog		</title>
		<link>https://www.salvis.com/blog/2017/03/17/plscope-utils-utilities-for-plscope-in-oracle-database-12-2/#comment-3994</link>

		<dc:creator><![CDATA[plscope-utils for SQL Developer &#8211; Simplify the Use of PL/Scope &#8211; Philipp Salvisberg&#039;s Blog]]></dc:creator>
		<pubDate>Tue, 11 Jul 2017 03:16:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.salvis.com/blog/?p=7547#comment-3994</guid>

					<description><![CDATA[[&#8230;] this post I showed how to do some code analysis with PL/Scope and how the views and packages of the [&#8230;]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] this post I showed how to do some code analysis with PL/Scope and how the views and packages of the [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
