 




<?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>IT Answers &#187; BLOB</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/database/blob/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 17:54:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Copy BLOB to BLOB using TSQL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/copy-blob-to-blob-using-tsql/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/copy-blob-to-blob-using-tsql/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 01:37:50 +0000</pubDate>
		<dc:creator>Prototyper</dc:creator>
				<category><![CDATA[BLOB]]></category>
		<category><![CDATA[BLOB TSQL]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Is there a way I can copy a BLOB from one column to another using TSQL ?]]></description>
				<content:encoded><![CDATA[<p>Is there a way I can copy a BLOB from one column to another using TSQL ?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/copy-blob-to-blob-using-tsql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Copy a SQL Binary Large Object (BLOB) from one database to another</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/copy-a-blob-from-one-database-to-another/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/copy-a-blob-from-one-database-to-another/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 19:01:13 +0000</pubDate>
		<dc:creator>Bobf</dc:creator>
				<category><![CDATA[Binary Large Object]]></category>
		<category><![CDATA[BLOB]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Database Transfer]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Is there  a way to find out the name of a Blob stored in a database. I am trying the code below and apparently the name is not correct. SQL&#62; Declare   2   tpsr Blob;   3   spsr blob;   4  Begin   5   Select &#8217;8502&#8242; into tpsr from ca90joetmp.spec_form_psr where spec_form_id = &#8217;90710&#8242;;   [...]]]></description>
				<content:encoded><![CDATA[<p>Is there  a way to find out the name of a Blob stored in a database. I am trying the code below and apparently the name is not correct.<br/><br/> SQL&gt; Declare   2   tpsr Blob;   3   spsr blob;   4  Begin   5   Select &#8217;8502&#8242; into tpsr from ca90joetmp.spec_form_psr where spec_form_id = &#8217;90710&#8242;;   6   Select &#8217;8502&#8242; into tpsr from specdev_mst.spec_form_psr where spec_form_id = &#8217;29401&#8242;;   7   DBMS_LOB.COPY (tpsr,spsr,600000,1,1);   8       9  end;  10  / Declare * ERROR at line 1: ORA-06502: PL/SQL: numeric or value error: invalid LOB locator specified: ORA-22275 ORA-06512: at &#8220;SYS.DBMS_LOB&#8221;, line 420 ORA-06512: at line 7<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/copy-a-blob-from-one-database-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storing and Accessing PDFs in AS400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/stroing-and-accessing-pdfs-in-as400/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/stroing-and-accessing-pdfs-in-as400/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 08:07:03 +0000</pubDate>
		<dc:creator>SOFTWAREARCHI</dc:creator>
				<category><![CDATA[AS/400 PDF]]></category>
		<category><![CDATA[AS/400 Spool Files]]></category>
		<category><![CDATA[BLOB]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, We have a Requirment to store a PDF in a BLOB Field and on need basis access this BLOB Field and send the Details to a Spool File The Printer has pre loaded Font set and unless We feed the Spool File in the Printer understandable format it is impossible to print the Spool [...]]]></description>
				<content:encoded><![CDATA[<p>Hi,<br/><br/> We have a Requirment to store a PDF in a BLOB Field and on need basis access this BLOB Field and send the Details to a Spool File<br/><br/> The Printer has pre loaded Font set and unless We feed the Spool File in the Printer understandable format it is impossible to print the Spool file in the desired format.<br/><br/> Please help us to find a way to read the PDF Stored in BLOB through AS400 itself <br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/stroing-and-accessing-pdfs-in-as400/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Printing a PDF image from BLOB using SQLRPLGE</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/printing-a-pdf-image-from-blob-using-sqlrplge/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/printing-a-pdf-image-from-blob-using-sqlrplge/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 06:54:39 +0000</pubDate>
		<dc:creator>AS400rpgle</dc:creator>
				<category><![CDATA[AS/400 printing]]></category>
		<category><![CDATA[AS400 RPGLE]]></category>
		<category><![CDATA[BLOB]]></category>
		<category><![CDATA[SQLRPGLE]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to print a PDF image stored in BLOB from SQLRPGLE?]]></description>
				<content:encoded><![CDATA[<p>How to print a PDF image stored in BLOB from SQLRPGLE?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/printing-a-pdf-image-from-blob-using-sqlrplge/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updates on BLOB Storage Using SharePoint 2010</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/updates-on-blob-storage-using-sharepoint-2010/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/updates-on-blob-storage-using-sharepoint-2010/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 19:47:50 +0000</pubDate>
		<dc:creator>ITKE</dc:creator>
				<category><![CDATA[BLOB]]></category>
		<category><![CDATA[BLOB Storage]]></category>
		<category><![CDATA[MOSS 2007]]></category>
		<category><![CDATA[Sharepoint 2010]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Can you comment on updates to the BLOB storage problem in MOSS 2007 in relation to SharePoint 2010 please? This question is from the Microsoft Live Chat which took place on June 1st.]]></description>
				<content:encoded><![CDATA[<p>Can you comment on updates to the BLOB storage problem in MOSS 2007 in relation to SharePoint 2010 please? <br/><br/>  <i>This question is from the Microsoft Live Chat which took place on June 1st.</i><br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/updates-on-blob-storage-using-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AS/400 SQL BLOBS</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-sql-blobs/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400-sql-blobs/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 18:13:35 +0000</pubDate>
		<dc:creator>Newsqluser</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 SQL]]></category>
		<category><![CDATA[BLOB]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am trying to read data from a SQL table that contains a BLOB of 10MB.  Since the RPG field size is limited to 32KB, is this even possible?]]></description>
				<content:encoded><![CDATA[<p>I am trying to read data from a SQL table that contains a BLOB of 10MB.  Since the RPG field size is limited to 32KB, is this even possible?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400-sql-blobs/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Storing image in Oracle 9i</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/storing-image-in-oracle-9i/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/storing-image-in-oracle-9i/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 11:30:59 +0000</pubDate>
		<dc:creator>Anupama79</dc:creator>
				<category><![CDATA[BLOB]]></category>
		<category><![CDATA[Oracle 9i]]></category>
		<category><![CDATA[Oracle image storage]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[how to store and retrieve image having size more than 1 GB in oracle 9i]]></description>
				<content:encoded><![CDATA[<p>how to store and retrieve image having size more than 1 GB in oracle 9i</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/storing-image-in-oracle-9i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Do I release unused space from a tablespace after dropping a blob table</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-release-unused-space-from-a-tablespace-after-dropping-a-blob-table/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-release-unused-space-from-a-tablespace-after-dropping-a-blob-table/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 17:11:30 +0000</pubDate>
		<dc:creator>Hmhora</dc:creator>
				<category><![CDATA[BLOB]]></category>
		<category><![CDATA[Oracle Tablespaces]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a 30 GB BLOB table in a 162 GB tablespace. After I used the online table reorg to move this BLOB table and its BLOB index to another tablespace, Toad tells me that I have about 35 GB free. However, I can not reduce the size of this tablespace (i.e, resize the datafiles [...]]]></description>
				<content:encoded><![CDATA[<p>I have a 30 GB BLOB table in a 162 GB tablespace. After I used the online table reorg to move this BLOB table and its BLOB index to another tablespace, Toad tells me that I have about 35 GB free. However, I can not reduce the size of this tablespace (i.e, resize the datafiles associated with this tablespace). </p>
<p>Question: Is there a way to reduce the size of a tablespace after we drop a big table in that tablespace ?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-do-i-release-unused-space-from-a-tablespace-after-dropping-a-blob-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes rich text field to BLOB/Memo field in SQL Server using ADOdb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/notes-rich-text-field-to-blobmemo-field-in-sql-server-using-adodb/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/notes-rich-text-field-to-blobmemo-field-in-sql-server-using-adodb/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 19:40:56 +0000</pubDate>
		<dc:creator>tjarman</dc:creator>
				<category><![CDATA[ADO]]></category>
		<category><![CDATA[ADOdb]]></category>
		<category><![CDATA[Binary Large Object]]></category>
		<category><![CDATA[BLOB]]></category>
		<category><![CDATA[Database programming]]></category>
		<category><![CDATA[Memo fields]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL Server development]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have an agent that uses ADODB to connect and insert a row into a SQL Server database. I want to store the contents of the Body field in the memo (rich text) into a Memo field in the SQL Server database (or Blob field). I&#8217;m finding examples of reading this kind of data back [...]]]></description>
				<content:encoded><![CDATA[<p>I have an agent that uses ADODB to connect and insert a row into a SQL Server database. I want to store the contents of the Body field in the memo (rich text) into a Memo field in the SQL Server database (or Blob field). I&#8217;m finding examples of reading this kind of data back into a Notes application but not an example of taking Rich Text data into the Memo/Blob field in the RDB using ADO. Any help would be greatly appreciated. The Body field is your typical Body field in a mail memo where it can have formatting, attachments, embedded objects, etc.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/notes-rich-text-field-to-blobmemo-field-in-sql-server-using-adodb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to insert an image file into an Oracle 8i database?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-insert-a-image-file-into-oracle-8i-database/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-insert-a-image-file-into-oracle-8i-database/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 09:34:47 +0000</pubDate>
		<dc:creator>Kannan110</dc:creator>
				<category><![CDATA[BLOB]]></category>
		<category><![CDATA[Oracle 8i]]></category>
		<category><![CDATA[Oracle 8i image storage]]></category>
		<category><![CDATA[Oracle administration]]></category>
		<category><![CDATA[Oracle Forms]]></category>
		<category><![CDATA[Oracle Forms 6i]]></category>
		<category><![CDATA[Oracle Forms and Reports 6i]]></category>
		<category><![CDATA[Oracle image storage]]></category>
		<category><![CDATA[Oracle Reports]]></category>
		<category><![CDATA[Oracle Reports 6i]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi Experts, I am using forms&#038;reports6i with the oracle 8i database. Now i want to insert a image file into the database and i want to access that in reports. I tried the insert statement but i couldn&#8217;t. can anyone help me for inserting.]]></description>
				<content:encoded><![CDATA[<p>Hi Experts,</p>
<p>I am using forms&#038;reports6i with the oracle 8i database. Now i want to insert a image file into the database and i want to access that in reports.<br />
I tried the insert statement but i couldn&#8217;t.<br />
can anyone help me for inserting.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-insert-a-image-file-into-oracle-8i-database/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/30 queries in 0.037 seconds using memcached
Object Caching 937/1095 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 19:57:59 -->