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 -> Re: INSERT Binary Data

Re: INSERT Binary Data

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Sun, 03 Oct 2004 21:40:49 -0700
Message-ID: <1096864930.121556@yasure>


Peter Plumber wrote:

> 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

There are numerous ways to do it and numerous data types that can be used to store it. Here are a few refs:

http://www.psoug.org
click on Morgan's library
click on Data Types
also click on DBMS_LOB
also click on Conversion Functions

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Sun Oct 03 2004 - 23:40:49 CDT

Original text of this message

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