Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: INSERT Binary Data
"Peter Plumber" <Klempner_at_gmxdot.net> wrote in message
news:415fcd79$1_at_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
search for blob / bfile on tahiti.oracle.com Received on Sun Oct 03 2004 - 05:07:29 CDT