Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: inserting BLOBS? Is it even possible?

RE: inserting BLOBS? Is it even possible?

From: Dennis Taylor <ismgr_at_pctc.com>
Date: Fri, 05 Jan 2001 10:07:53 -0800
Message-Id: <10732.125856@fatcity.com>


[sigh] Never mind. Figured it out. Jeez, I think my brain conspires to only give me the answer *after* I've asked for help, just so I can look like an idiot as publicly as possible.

I should note that there really isn't an example of this. I had to infer it from an offhand reference in one sentence on the section on raw and long raw types.

For the record (in case I'm not the only one in the entire universe who didn't know this), the proper syntax is:

insert into SOMETABLE (BLOB_FIELD) values ('736d6f6f6f7368');

Grrrr.

>
>I'm getting fairly freaked, here. I've got 4 Oracle manuals in various
stages of "open" on my desk. I'm trying to find out how to insert or update a BLOB field in a table using just plain generic SQL. The SQL Reference implies that this is possible, but nowhere in any of the manuals does it actually show the syntax for doing so. Is it possible to do something equivalent to:
>
>insert into SOMETABLE (BLOB_FIELD) values ('smooosh');
>
>(This doesn't work. I've tried it.)

---
Dennis Taylor
---
Don't worry about people stealing your ideas.  If your ideas
are any good,
you'll have to ram them down people's throats.
Received on Fri Jan 05 2001 - 12:07:53 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US