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

Home -> Community -> Usenet -> c.d.o.server -> INSERT Binary Data

INSERT Binary Data

From: Peter Plumber <Klempner_at_gmxdot.net>
Date: Sun, 03 Oct 2004 12:00:36 +0200
Message-ID: <415fcd79$1@e-post.inode.at>


Hi,

I would like to INSERT Byte-Data INTO a BLOB-Field using SQL

This is how it works for SQL-Server:

INSERT INTO tblSlime ( ID, Name, Slime ) VALUES (2, 'Fritz', 0x234323432343234323fc4350fc4350fc4350fc4350fc);

Is something like this possible for ORACLE

Thx,

Peter Received on Sun Oct 03 2004 - 05:00:36 CDT

Original text of this message

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