<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: &#9733; Saving/Downloading files to/from Oracle using ColdFusion</title>
	<atom:link href="http://awads.net/wp/2006/01/25/savingdownloading-files-tofrom-oracle-using-coldfusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2006/01/25/savingdownloading-files-tofrom-oracle-using-coldfusion/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<lastBuildDate>Mon, 21 May 2012 00:26:47 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Gareth</title>
		<link>http://awads.net/wp/2006/01/25/savingdownloading-files-tofrom-oracle-using-coldfusion/comment-page-1/#comment-52097</link>
		<dc:creator>Gareth</dc:creator>
		<pubDate>Fri, 25 Apr 2008 16:05:33 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=205#comment-52097</guid>
		<description>&lt;p&gt;Nice one Eddie, saved me some time. Easy to follow too. Cheers.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice one Eddie, saved me some time. Easy to follow too. Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2006/01/25/savingdownloading-files-tofrom-oracle-using-coldfusion/comment-page-1/#comment-52032</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Fri, 14 Mar 2008 04:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=205#comment-52032</guid>
		<description>&lt;p&gt;@Mo: yes, you have to know the file type you stored in your BLOB in order to know how to read/display it after you retrieve it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Mo: yes, you have to know the file type you stored in your BLOB in order to know how to read/display it after you retrieve it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mo</title>
		<link>http://awads.net/wp/2006/01/25/savingdownloading-files-tofrom-oracle-using-coldfusion/comment-page-1/#comment-52031</link>
		<dc:creator>Mo</dc:creator>
		<pubDate>Thu, 13 Mar 2008 17:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=205#comment-52031</guid>
		<description>&lt;p&gt;I noticed that you are using 
&lt;cfcontent type=&quot;application/vnd.ms-excel&quot; .&lt;/p&gt;

&lt;p&gt;Does this mean that you have to know the file type you stored in your BLOB in order to retrieve it properly?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I noticed that you are using 
&lt;cfcontent type=&#8221;application/vnd.ms-excel&#8221; .</p>

<p>Does this mean that you have to know the file type you stored in your BLOB in order to retrieve it properly?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bonn</title>
		<link>http://awads.net/wp/2006/01/25/savingdownloading-files-tofrom-oracle-using-coldfusion/comment-page-1/#comment-51979</link>
		<dc:creator>Bonn</dc:creator>
		<pubDate>Fri, 15 Feb 2008 11:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=205#comment-51979</guid>
		<description>&lt;p&gt;Hi, how do I create a downloadable form with list of file to select and have a progress while download is in progress?  Thanks, Bonn&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, how do I create a downloadable form with list of file to select and have a progress while download is in progress?  Thanks, Bonn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sri</title>
		<link>http://awads.net/wp/2006/01/25/savingdownloading-files-tofrom-oracle-using-coldfusion/comment-page-1/#comment-51875</link>
		<dc:creator>sri</dc:creator>
		<pubDate>Fri, 04 Jan 2008 04:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=205#comment-51875</guid>
		<description>&lt;p&gt;hi,
     i have converted the MPP data into xml formart.But ,after conversion i need to store the 
XML value in to database.i dont know how to do it....can anyone guide me how to do it.
thanks in advance..............&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi,
     i have converted the MPP data into xml formart.But ,after conversion i need to store the 
XML value in to database.i dont know how to do it&#8230;.can anyone guide me how to do it.
thanks in advance&#8230;&#8230;&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Palma</title>
		<link>http://awads.net/wp/2006/01/25/savingdownloading-files-tofrom-oracle-using-coldfusion/comment-page-1/#comment-51694</link>
		<dc:creator>Michael Palma</dc:creator>
		<pubDate>Mon, 15 Oct 2007 20:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=205#comment-51694</guid>
		<description>&lt;p&gt;Hi Eddie, got it to work by downloading the latest jdbc driver from oracle:
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_10201.html
Again thanks for your help!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Eddie, got it to work by downloading the latest jdbc driver from oracle:
<a href="http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_10201.html" rel="nofollow">http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/jdbc_10201.html</a>
Again thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2006/01/25/savingdownloading-files-tofrom-oracle-using-coldfusion/comment-page-1/#comment-51690</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Mon, 15 Oct 2007 19:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=205#comment-51690</guid>
		<description>&lt;p&gt;Michael, take a look at comment 19 above.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Michael, take a look at comment 19 above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Palma</title>
		<link>http://awads.net/wp/2006/01/25/savingdownloading-files-tofrom-oracle-using-coldfusion/comment-page-1/#comment-51688</link>
		<dc:creator>Michael Palma</dc:creator>
		<pubDate>Mon, 15 Oct 2007 12:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=205#comment-51688</guid>
		<description>&lt;p&gt;Hi Eddie, the statement giving me the error is the insert statement:
insert into files (file_content) values (),
we&#039;re using Oracle 10g and ColdFusion 7.  After a bit of testing I found that smaller text files work fine but larger ones &gt; 150KB give the ORA-01460 error.  Any ideas?  Thanks again.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Eddie, the statement giving me the error is the insert statement:
insert into files (file_content) values (),
we&#8217;re using Oracle 10g and ColdFusion 7.  After a bit of testing I found that smaller text files work fine but larger ones &gt; 150KB give the ORA-01460 error.  Any ideas?  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eddie Awad</title>
		<link>http://awads.net/wp/2006/01/25/savingdownloading-files-tofrom-oracle-using-coldfusion/comment-page-1/#comment-51682</link>
		<dc:creator>Eddie Awad</dc:creator>
		<pubDate>Sun, 14 Oct 2007 18:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=205#comment-51682</guid>
		<description>&lt;p&gt;Michael, no I have not encountered such an error before. which statement is giving you the ORA-01460? Oracle DB version? ColdFusion version?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Michael, no I have not encountered such an error before. which statement is giving you the ORA-01460? Oracle DB version? ColdFusion version?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Palma</title>
		<link>http://awads.net/wp/2006/01/25/savingdownloading-files-tofrom-oracle-using-coldfusion/comment-page-1/#comment-51675</link>
		<dc:creator>Michael Palma</dc:creator>
		<pubDate>Fri, 12 Oct 2007 16:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=205#comment-51675</guid>
		<description>&lt;p&gt;Hi Eddie, great article.  However I&#039;m having problems with the code above.  I&#039;m catching the following database exception:
ORA-01460: unimplemented or unreasonable conversion requested 
Not sure why, couldn&#039;t find a solution anywhere on the net.  I&#039;m beginning to suspect it is a jdbc driver issue.  But wanted to see if you came across this before.  I even tried using the exact table you&#039;ve created.  Thank you for your help.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Eddie, great article.  However I&#8217;m having problems with the code above.  I&#8217;m catching the following database exception:
ORA-01460: unimplemented or unreasonable conversion requested 
Not sure why, couldn&#8217;t find a solution anywhere on the net.  I&#8217;m beginning to suspect it is a jdbc driver issue.  But wanted to see if you came across this before.  I even tried using the exact table you&#8217;ve created.  Thank you for your help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

