Forum Discussion
2 Replies
- igormicevContributor
Hi @PratFirm,
Not only Oracle, but the other databases like MySQL,PostgreSQL, SQL Server, etc. support querying of binary data (i.e. BLOB). You’d have the data read as Base64 encoded, like in the screenshot:Attached is a pipeline that reads BLOB from MySQL table and saves the image as jpeg file on SLDB. Similarly, you’ll read the blobs from Oracle and save them to FTP
/Igor