<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MacLochlainns Weblog &#187; wrapper function</title>
	<atom:link href="http://blog.mclaughlinsoftware.com/tag/wrapper-function/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mclaughlinsoftware.com</link>
	<description>Michael McLaughlin's Technical Blog</description>
	<lastBuildDate>Mon, 06 Sep 2010 21:21:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>A wrapper function to DBMS_LOB.FILEGETNAME procedure</title>
		<link>http://blog.mclaughlinsoftware.com/2008/07/22/a-wrapper-function-to-dbms_lobfilegetname-procedure/</link>
		<comments>http://blog.mclaughlinsoftware.com/2008/07/22/a-wrapper-function-to-dbms_lobfilegetname-procedure/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 04:21:42 +0000</pubDate>
		<dc:creator>maclochlainn</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[bfile]]></category>
		<category><![CDATA[dbms_lob]]></category>
		<category><![CDATA[FILEGETNAME]]></category>
		<category><![CDATA[wrapper function]]></category>

		<guid isPermaLink="false">http://maclochlainn.wordpress.com/?p=129</guid>
		<description><![CDATA[It got tiresome writing the logic for getting a BFILE file name. So, I wrote a wrapper function that lets you return the physical file name for any table. I did it by leveraging NDS against a dynamic anonymous PL/SQL block. It&#8217;s here &#8230;]]></description>
			<content:encoded><![CDATA[<p>It got tiresome writing the logic for getting a <code>BFILE</code> file name. So, I wrote a wrapper function that lets you return the physical file name for any table. I did it by leveraging NDS against a dynamic anonymous PL/SQL block.</p>
<p><a title="Wrapper to DBMS_LOB.FILEGETNAME" href="http://blog.mclaughlinsoftware.com/how-to-return-a-bfile-file-name-from-a-function/" target="_blank"> It&#8217;s here &#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mclaughlinsoftware.com/2008/07/22/a-wrapper-function-to-dbms_lobfilegetname-procedure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
