<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Slow Oracle BLOB upload with C# .NET and how to speed up.</title>
	<atom:link href="http://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/feed/" rel="self" type="application/rss+xml" />
	<link>http://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/</link>
	<description>.NET C#, Oracle, SQL Server and all other stuff that gives live a sense.</description>
	<lastBuildDate>Sun, 03 Jan 2010 22:45:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Usman</title>
		<link>http://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-1323</link>
		<dc:creator>Usman</dc:creator>
		<pubDate>Thu, 13 Mar 2008 07:33:18 +0000</pubDate>
		<guid isPermaLink="false">https://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-1323</guid>
		<description>Thank you for the article. It really helped me.

Is there a way to callan &#039;Oracle form&#039; from a C# program? (just like we spawn another .EXE program)

Pls. guide,

Regards

Usman</description>
		<content:encoded><![CDATA[<p>Thank you for the article. It really helped me.</p>
<p>Is there a way to callan &#8216;Oracle form&#8217; from a C# program? (just like we spawn another .EXE program)</p>
<p>Pls. guide,</p>
<p>Regards</p>
<p>Usman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Langer</title>
		<link>http://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-1316</link>
		<dc:creator>Dave Langer</dc:creator>
		<pubDate>Fri, 15 Feb 2008 15:14:56 +0000</pubDate>
		<guid isPermaLink="false">https://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-1316</guid>
		<description>Wonderful, just Wonderful... I canot thank you enough for the example.! Im using Oracle.DataAccess.dll version 2.102.2.20 And I read the entire Oracle Data Provider for .Net Developer&#039;s Guide and I was triying to upload pics through an SP and never succided, and never found a working example until now.. a few minutes and was able to upload blobs, Im using the &quot;slow&quot; example as I don&#039;t need to upload big files, just some faces pics for a Human Resources System that Im building. Thanks Again</description>
		<content:encoded><![CDATA[<p>Wonderful, just Wonderful&#8230; I canot thank you enough for the example.! Im using Oracle.DataAccess.dll version 2.102.2.20 And I read the entire Oracle Data Provider for .Net Developer&#8217;s Guide and I was triying to upload pics through an SP and never succided, and never found a working example until now.. a few minutes and was able to upload blobs, Im using the &#8220;slow&#8221; example as I don&#8217;t need to upload big files, just some faces pics for a Human Resources System that Im building. Thanks Again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kuldeep Bishnoi</title>
		<link>http://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-895</link>
		<dc:creator>Kuldeep Bishnoi</dc:creator>
		<pubDate>Thu, 13 Sep 2007 14:09:55 +0000</pubDate>
		<guid isPermaLink="false">https://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-895</guid>
		<description>Hi Gerhard,

I have Oracle.DataAccess.dll version 2.102.2.20.
I thought of trying this. I was using 9912 KB file
It takes
Slow method
076331.6852 millesec
Fast method
129401.37280000001 millesec with 10000 bytes buffer
639528.18910000008 millesec with 1000 bytes buffer
073209.825900000011 millesec with 100000 bytes buffer
064778.7519 1000000 millesec with bytes buffer
128183.551 2097152 millesec with bytes (2MB) buffer
So I guess it depends on the buffer size and may be optimum buffer size depends on the network bandwidth between where the code is being executed and where the database is. 

So seems like oracle has fixed it but the question is how did they come so close to the optimum buffer size if they fixed it like you did.
Thanks</description>
		<content:encoded><![CDATA[<p>Hi Gerhard,</p>
<p>I have Oracle.DataAccess.dll version 2.102.2.20.<br />
I thought of trying this. I was using 9912 KB file<br />
It takes<br />
Slow method<br />
076331.6852 millesec<br />
Fast method<br />
129401.37280000001 millesec with 10000 bytes buffer<br />
639528.18910000008 millesec with 1000 bytes buffer<br />
073209.825900000011 millesec with 100000 bytes buffer<br />
064778.7519 1000000 millesec with bytes buffer<br />
128183.551 2097152 millesec with bytes (2MB) buffer<br />
So I guess it depends on the buffer size and may be optimum buffer size depends on the network bandwidth between where the code is being executed and where the database is. </p>
<p>So seems like oracle has fixed it but the question is how did they come so close to the optimum buffer size if they fixed it like you did.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerhard Stephan</title>
		<link>http://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-23</link>
		<dc:creator>Gerhard Stephan</dc:creator>
		<pubDate>Thu, 07 Sep 2006 05:43:05 +0000</pubDate>
		<guid isPermaLink="false">https://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-23</guid>
		<description>Hi Andrew,

I re-tested my piece of code. But the results are the same:

Slow upload took : 35,453125 seconds
Fast upload took : 3,359375 seconds

I&#039;m using Oracle DLL Version 1.102.2.20.

I would recommend you to install the latest Oracle Driver which can be downloaded from: http://www.oracle.com/technology/software/tech/windows/odpnet/utilsoft.html

It&#039;s also important that you use the version that is compiled for VS 2005. Oracle delivers both versions within that distribution. So you have to choose the right one.

Hope that I could help.
Cheers

Gerhard</description>
		<content:encoded><![CDATA[<p>Hi Andrew,</p>
<p>I re-tested my piece of code. But the results are the same:</p>
<p>Slow upload took : 35,453125 seconds<br />
Fast upload took : 3,359375 seconds</p>
<p>I&#8217;m using Oracle DLL Version 1.102.2.20.</p>
<p>I would recommend you to install the latest Oracle Driver which can be downloaded from: <a href="http://www.oracle.com/technology/software/tech/windows/odpnet/utilsoft.html" rel="nofollow">http://www.oracle.com/technology/software/tech/windows/odpnet/utilsoft.html</a></p>
<p>It&#8217;s also important that you use the version that is compiled for VS 2005. Oracle delivers both versions within that distribution. So you have to choose the right one.</p>
<p>Hope that I could help.<br />
Cheers</p>
<p>Gerhard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Harvey</title>
		<link>http://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-22</link>
		<dc:creator>Andrew Harvey</dc:creator>
		<pubDate>Thu, 07 Sep 2006 05:26:13 +0000</pubDate>
		<guid isPermaLink="false">https://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-22</guid>
		<description>That should read the Oracle.DataAccess.dll</description>
		<content:encoded><![CDATA[<p>That should read the Oracle.DataAccess.dll</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Harvey</title>
		<link>http://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-21</link>
		<dc:creator>Andrew Harvey</dc:creator>
		<pubDate>Thu, 07 Sep 2006 05:22:33 +0000</pubDate>
		<guid isPermaLink="false">https://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-21</guid>
		<description>I just tried this with Visual Studio 2005 and v1.0.3705 of the Oracle.Access.dll with the following results

Slow upload took : 2.25 seconds
Fast upload took : 5.078125 seconds

I guess the slow upload problem is fixed in the latest version

cheers
Andrew</description>
		<content:encoded><![CDATA[<p>I just tried this with Visual Studio 2005 and v1.0.3705 of the Oracle.Access.dll with the following results</p>
<p>Slow upload took : 2.25 seconds<br />
Fast upload took : 5.078125 seconds</p>
<p>I guess the slow upload problem is fixed in the latest version</p>
<p>cheers<br />
Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerhard Stephan</title>
		<link>http://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-14</link>
		<dc:creator>Gerhard Stephan</dc:creator>
		<pubDate>Tue, 08 Aug 2006 06:25:21 +0000</pubDate>
		<guid isPermaLink="false">https://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-14</guid>
		<description>Hi Joe - 

I&#039;m not sure what you want me to post. It&#039;s a C# problem and I don&#039;t have any PL SQL Scripts for it. Are you looking for the DDL file? 

Which error do you get?

Cheers
Gerhard</description>
		<content:encoded><![CDATA[<p>Hi Joe &#8211; </p>
<p>I&#8217;m not sure what you want me to post. It&#8217;s a C# problem and I don&#8217;t have any PL SQL Scripts for it. Are you looking for the DDL file? </p>
<p>Which error do you get?</p>
<p>Cheers<br />
Gerhard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-13</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Mon, 07 Aug 2006 23:59:26 +0000</pubDate>
		<guid isPermaLink="false">https://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-13</guid>
		<description>Could you please post the PL/SQL SP that you used for this test? I am trying to do this too but am getting an error and unsure how i have to change the script. thanks.</description>
		<content:encoded><![CDATA[<p>Could you please post the PL/SQL SP that you used for this test? I am trying to do this too but am getting an error and unsure how i have to change the script. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ&#8217;s blog &#187; Blog Archive &#187; Is memory shuffling the culprit?</title>
		<link>http://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-8</link>
		<dc:creator>AJ&#8217;s blog &#187; Blog Archive &#187; Is memory shuffling the culprit?</dc:creator>
		<pubDate>Wed, 19 Jul 2006 18:35:17 +0000</pubDate>
		<guid isPermaLink="false">https://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-8</guid>
		<description>[...] It was just a guess, yet Gerhard proved that it actually did solve the problem. If you are interested in the Oracle specifics I recommend reading Gerhards post&#8230; . [...]</description>
		<content:encoded><![CDATA[<p>[...] It was just a guess, yet Gerhard proved that it actually did solve the problem. If you are interested in the Oracle specifics I recommend reading Gerhards post&#8230; . [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl about the Oracle Database &#187; Blog Archive &#187; Slow Oracle BLOB upload with C# .NET and how to speed up.</title>
		<link>http://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-1</link>
		<dc:creator>Carl about the Oracle Database &#187; Blog Archive &#187; Slow Oracle BLOB upload with C# .NET and how to speed up.</dc:creator>
		<pubDate>Tue, 02 May 2006 12:54:25 +0000</pubDate>
		<guid isPermaLink="false">https://jachman.wordpress.com/2006/04/26/slow-oracle-blob-upload-with-c-net-or-how-to-fasten-it/#comment-1</guid>
		<description>[...] Slow Oracle BLOB upload with C# .NET and how to speed up. [...]</description>
		<content:encoded><![CDATA[<p>[...] Slow Oracle BLOB upload with C# .NET and how to speed up. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
