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: Ajay Khandelwal <ajay_at_tems.com>
Date: Fri, 5 Jan 2001 10:41:39 -0600
Message-Id: <10732.125866@fatcity.com>


You may wanna use dbms_blob package to load the binary file.

-Ajay

-----Original Message-----
From: Dennis Taylor [mailto:ismgr_at_pctc.com] Sent: Friday, January 05, 2001 12:16 PM
To: Multiple recipients of list ORACLE-L Subject: inserting BLOBS? Is it even possible?

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.
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Dennis Taylor
  INET: ismgr_at_pctc.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L

(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).
Received on Fri Jan 05 2001 - 10:41:39 CST

Original text of this message

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