Click here to Skip to main content
15,881,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,
I need some help in extracting images from oracle clob column using C#/VB.NET. Basically I have a oracle table which contains student name as varchar2 and one clob column which contains some binary data (image/pdf files). I have to extract that files from table to disc. Any help from your side is highly appreciated.

Regards,
Sunil Tiwari.
[Emailid-Deleted]
Posted
Updated 31-Jan-13 23:44pm
v2
Comments
Jörgen Andersson 2-Feb-13 15:38pm    
CLOB is for storing characters, not binaries. Have you written it wrong and it is actually a BLOB field?
Or are you encoding the binaries to text? (for example base64) And in this case WHY?
Or has someone f***ed up?

1 solution

Soooo...what did you do to get the files in there in the first place?? The process would be exactly the same, only in reverse. BTW, this is implementation specific! There's more than one way to get a file into a column in a database.
 
Share this answer
 
Comments
Sunil Tiwari 4-Feb-13 0:16am    
My Query is quite different..... I have a oracle table which contains colb column in table. I know that clobs are image files [JpegInTiff] format which I want to extract on disc.
Dave Kreskowiak 4-Feb-13 8:15am    
Again, what did you do to put the files in that column in the first place?? You just do the steps in the opposite order, of course, accounting for writing files instead of reading them.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900