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

BLOB, CLOB

From: Simon Walchshofer <simon.walchshofer_at_students.uni-linz.ac.at>
Date: Sun, 5 May 2002 15:18:32 +0200
Message-ID: <3cd530d1@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 - 08:18:32 CDT

Original text of this message

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