Top "Blob" questions

A BLOB is a collection of binary data stored as a single entity in a database management system.

convert blob to clob

I'm using oracle 11g and I'm trying to find out the length of a text. I will normally use select …

oracle blob clob
Save to Local File from Blob

I have a difficult question to you, which i'm struggeling on for some time now. I'm looking for a solution, …

javascript download blob client-side
Storing Documents as Blobs in a Database - Any disadvantages?

The requirements for my document management system were: Must be secure from theft by simple copying of directories, files etc. …

performance security document blob document-management
How to get the name of a file downloaded with Angular $http?

I've written code that uses Angular $http to download a file. The name of the file is not specified in …

angularjs http-headers blob
How to convert VARCHAR2 to BLOB inside Oracle 11g PL/SQL after ORA-06502

I have a function, that calculates hash value of big string! First of all I wrote a cursor T1_CUT, …

plsql oracle11g blob plsqldeveloper
Should I use blob or text for JSON in MySQL?

I am planning to store a json_encoded string on my database. I can't precisely tell the length its going …

mysql text blob mysql-json
To Do or Not to Do: Store Images in a Database

In the context of a web application, my old boss always said put a reference to an image in the …

database performance blob
Overcomplicated oracle jdbc BLOB handling

When I search the web for inserting BLOBs into Oracle database with jdbc thin driver, most of the webpages suggest …

java oracle jdbc blob clob
Spring, Hibernate, Blob lazy loading

I need help with lazy blob loading in Hibernate. I have in my web application these servers and frameworks: MySQL, …

java mysql hibernate lazy-loading blob
Varbinary vs Blob in MySQL

I have about 2k of raw binary data that I need to store in a table, but don't know whether …

mysql binary blob