<?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: Limitations of PL/Scope and How to Deal with Them	</title>
	<atom:link href="https://www.salvis.com/blog/2017/10/14/limitations-of-plscope-and-how-to-deal-with-them/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.salvis.com/blog/2017/10/14/limitations-of-plscope-and-how-to-deal-with-them/</link>
	<description>Database-centric development</description>
	<lastBuildDate>Tue, 07 Nov 2023 22:58:04 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</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/10/14/limitations-of-plscope-and-how-to-deal-with-them/feed/"/>
	<item>
		<title>
		By: Philipp Salvisberg		</title>
		<link>https://www.salvis.com/blog/2017/10/14/limitations-of-plscope-and-how-to-deal-with-them/#comment-14911</link>

		<dc:creator><![CDATA[Philipp Salvisberg]]></dc:creator>
		<pubDate>Mon, 06 Jul 2020 16:16:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.salvis.com/blog/?p=7852#comment-14911</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.salvis.com/blog/2017/10/14/limitations-of-plscope-and-how-to-deal-with-them/#comment-14907&quot;&gt;Andrii Oseledko&lt;/a&gt;.

Can you please provide a simple example? There are some options with &lt;code&gt;%TYPE&lt;/code&gt;. Thanks.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.salvis.com/blog/2017/10/14/limitations-of-plscope-and-how-to-deal-with-them/#comment-14907">Andrii Oseledko</a>.</p>
<p>Can you please provide a simple example? There are some options with <code>%TYPE</code>. Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andrii Oseledko		</title>
		<link>https://www.salvis.com/blog/2017/10/14/limitations-of-plscope-and-how-to-deal-with-them/#comment-14907</link>

		<dc:creator><![CDATA[Andrii Oseledko]]></dc:creator>
		<pubDate>Mon, 06 Jul 2020 09:43:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.salvis.com/blog/?p=7852#comment-14907</guid>

					<description><![CDATA[Yes, it is possible to calculate &lt;strong&gt;subprogram_id&lt;/strong&gt; and &lt;strong&gt;overload&lt;/strong&gt; number over the identifiers data using window functions, then look into user/all/dba_arguments view for a resolved routine signature. But, this approach is only applicable to PACKAGE SPEC. What would you do if you need to determine full routine signature (set of param name-type pairs) in case this routine defined exclusively in PACKAGE BODY and has at least one %TYPE param?]]></description>
			<content:encoded><![CDATA[<p>Yes, it is possible to calculate <strong>subprogram_id</strong> and <strong>overload</strong> number over the identifiers data using window functions, then look into user/all/dba_arguments view for a resolved routine signature. But, this approach is only applicable to PACKAGE SPEC. What would you do if you need to determine full routine signature (set of param name-type pairs) in case this routine defined exclusively in PACKAGE BODY and has at least one %TYPE param?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Philipp Salvisberg		</title>
		<link>https://www.salvis.com/blog/2017/10/14/limitations-of-plscope-and-how-to-deal-with-them/#comment-14823</link>

		<dc:creator><![CDATA[Philipp Salvisberg]]></dc:creator>
		<pubDate>Wed, 24 Jun 2020 16:14:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.salvis.com/blog/?p=7852#comment-14823</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.salvis.com/blog/2017/10/14/limitations-of-plscope-and-how-to-deal-with-them/#comment-14810&quot;&gt;Andrii Oseledko&lt;/a&gt;.

You find the resolved parameter type in the column &lt;code&gt;data_type&lt;/code&gt; of &lt;code&gt;user_arguments&lt;/code&gt;.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.salvis.com/blog/2017/10/14/limitations-of-plscope-and-how-to-deal-with-them/#comment-14810">Andrii Oseledko</a>.</p>
<p>You find the resolved parameter type in the column <code>data_type</code> of <code>user_arguments</code>.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
