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: BLOB, CLOB

Re: BLOB, CLOB

From: Niall Litchfield <niall.litchfield_at_dial.pipex.com>
Date: Sun, 5 May 2002 16:19:05 +0100
Message-ID: <3cd54d6c$0$8511$cc9e4d1f@news.dial.pipex.com>


look into dbms_lob which will allow you to do this .

--
Niall Litchfield
Oracle DBA
Audit Commission UK
"Simon Walchshofer" <simon.walchshofer_at_students.uni-linz.ac.at> wrote in
message news:3cd530d1_at_news.uni-linz.ac.at...

> Hi!
>
> Is it possible to insert for example a picture into a table with one
> sql-insert statement?
>
> e.g.
> create table myLob (id number, picture clob);
>
> insert into myLob values (1, ??????????);
>
> Is there a possibility to specify the file-path directly in the
> insert-statement??
>
> THX
> Simon
>
>
Received on Sun May 05 2002 - 10:19:05 CDT

Original text of this message

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