<?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: Introducing PL/SQL Unwrapper for SQL Developer	</title>
	<atom:link href="https://www.salvis.com/blog/2015/05/17/introducing-plsql-unwrapper-for-sql-developer/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.salvis.com/blog/2015/05/17/introducing-plsql-unwrapper-for-sql-developer/</link>
	<description>Database-centric development</description>
	<lastBuildDate>Wed, 08 Nov 2023 19:18:51 +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/2015/05/17/introducing-plsql-unwrapper-for-sql-developer/feed/"/>
	<item>
		<title>
		By: Kelly		</title>
		<link>https://www.salvis.com/blog/2015/05/17/introducing-plsql-unwrapper-for-sql-developer/#comment-109308</link>

		<dc:creator><![CDATA[Kelly]]></dc:creator>
		<pubDate>Tue, 25 Apr 2023 19:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.salvis.com/blog/?p=2852#comment-109308</guid>

					<description><![CDATA[indeed, it appears to be a corrupted file. Other Database object unwrapped ok using your tool, but for this package, even pasting it online at https://www.codecrete.net/UnwrapIt/ declared:

The PL/SQL code cannot be unwrapped. The data seems to be corrupted.

So, there&#039;s nothing you can do... unless! You build an uncorrupter! jus&#039; kidding. Your tool is great as is :)
⭐⭐⭐⭐⭐]]></description>
			<content:encoded><![CDATA[<p>indeed, it appears to be a corrupted file. Other Database object unwrapped ok using your tool, but for this package, even pasting it online at <a href="https://www.codecrete.net/UnwrapIt/" rel="nofollow ugc">https://www.codecrete.net/UnwrapIt/</a> declared:</p>
<p>The PL/SQL code cannot be unwrapped. The data seems to be corrupted.</p>
<p>So, there&#8217;s nothing you can do&#8230; unless! You build an uncorrupter! jus&#8217; kidding. Your tool is great as is :)<br />
⭐⭐⭐⭐⭐</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kelly		</title>
		<link>https://www.salvis.com/blog/2015/05/17/introducing-plsql-unwrapper-for-sql-developer/#comment-109306</link>

		<dc:creator><![CDATA[Kelly]]></dc:creator>
		<pubDate>Tue, 25 Apr 2023 18:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.salvis.com/blog/?p=2852#comment-109306</guid>

					<description><![CDATA[Thanks for your tool, Phil! 
What do you suggest for this error? I was given a Package Spec &#038; Body together in one file. Even if I took the spec off &#038; tried unwrapping the body by itself, same error (slightly different character counts). Did the source file get corrupted somehow during the extraction? 

Unwrap failed
Wrapped code seems to be truncated. Expected length of 4857 characters but got only 4028.

SQL Developer 23.1.0.097 (64-bit)
Unwrapper For SQL Developer 1.0.0
Windows 10]]></description>
			<content:encoded><![CDATA[<p>Thanks for your tool, Phil!<br />
What do you suggest for this error? I was given a Package Spec &amp; Body together in one file. Even if I took the spec off &amp; tried unwrapping the body by itself, same error (slightly different character counts). Did the source file get corrupted somehow during the extraction? </p>
<p>Unwrap failed<br />
Wrapped code seems to be truncated. Expected length of 4857 characters but got only 4028.</p>
<p>SQL Developer 23.1.0.097 (64-bit)<br />
Unwrapper For SQL Developer 1.0.0<br />
Windows 10</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Philipp Salvisberg		</title>
		<link>https://www.salvis.com/blog/2015/05/17/introducing-plsql-unwrapper-for-sql-developer/#comment-94001</link>

		<dc:creator><![CDATA[Philipp Salvisberg]]></dc:creator>
		<pubDate>Sat, 29 Jan 2022 12:13:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.salvis.com/blog/?p=2852#comment-94001</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.salvis.com/blog/2015/05/17/introducing-plsql-unwrapper-for-sql-developer/#comment-93938&quot;&gt;Adrian Boangiu&lt;/a&gt;.

You can use this SQL Developer extension to read the wrapped code from the database and unwrap it. It&#039;s even possible to do that for a complete schema as shown in &lt;a href=&quot;https://www.salvis.com/blog/2016/06/26/plsql-bulk-unwrap/&quot;&gt;this blog post&lt;/a&gt;.

If you are looking for an Unwrapper that runs in the Oracle Database, then have a look at &lt;a href=&quot;https://code.google.com/archive/p/plsqlunwrapper/&quot; rel=&quot;nofollow ugc&quot;&gt;plsqlunwrapper&lt;/a&gt;. I&#039;ve mentioned in the blog post.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.salvis.com/blog/2015/05/17/introducing-plsql-unwrapper-for-sql-developer/#comment-93938">Adrian Boangiu</a>.</p>
<p>You can use this SQL Developer extension to read the wrapped code from the database and unwrap it. It&#8217;s even possible to do that for a complete schema as shown in <a href="https://www.salvis.com/blog/2016/06/26/plsql-bulk-unwrap/">this blog post</a>.</p>
<p>If you are looking for an Unwrapper that runs in the Oracle Database, then have a look at <a href="https://code.google.com/archive/p/plsqlunwrapper/" rel="nofollow ugc">plsqlunwrapper</a>. I&#8217;ve mentioned in the blog post.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
