Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Extract Blob from Oracle

Hello,
i work in an oracle database and i want to extract pictures of client. This pics was encoded in Blob field.
I try to export in tfiledelimited, but it doesn't work because i have 275 clients.
I would like to know how i can create 275 jpg files and if it's possible rename pic with the id_cli (primary key)

regards
Dams
Labels (3)
23 Replies
Anonymous
Not applicable
Author

I am working on a tLOBDownload component. This component will accept a record set made by the tOracleRow component. In the tLOBDownload component you have to configure the columns you need for download the BLOB/CLOB and identify the LOBs (e.g. key fields or file names in the database).
You have to define the file name for the LOBs by the help of these fields.
The component iterates through the record set (actually a Java ResultSet) and writes all LOBs into files (one LOB has its own file).
Does this solution would fit also to your needs?
Anonymous
Not applicable
Author

hello,
thanks for your answer. That's exacltly that i would!
Anonymous
Not applicable
Author

I have published this component. It would be great if you try it and provide feedback for it. If you experience any problems please contact me or post it in this forum. This component is tested only by me as developer and is only in usage in one project so far.
http://www.talendforge.org/exchange/index.php?eid=1135&product=tos&action=view&nav=1,1,1
Anonymous
Not applicable
Author

Jan,
it's working fine.
Thanks a lot
Anonymous
Not applicable
Author

Is this just for Oracle? or can it be used for MSSQL?
Anonymous
Not applicable
Author

please help to install complent in talend 5.5.1, don´t apear in pallete
Anonymous
Not applicable
Author

Anonymous
Not applicable
Author

The component tLOBDownload:
http://www.talendforge.org/exchange/index.php?eid=1277&product=tos&action=view
does not depend on Oracle. It works with every database which provides objects with the java.sql.Clob or java.sql.Blob interface.
Anonymous
Not applicable
Author

sorry, the component doesn't work for me...
context.pathWORKSPACE1 is the directory where I want to save the files
tjavarow_1  shows information only
no error, no files.... What happen? I'm running 5.4.1 on ubuntu linux.
thanks for your help.
--  0683p000009MD9C.png