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 -> inserting plain text into LOB in Oracle

inserting plain text into LOB in Oracle

From: Guy <ni4ni_at_hotmail.com>
Date: 31 Mar 2003 23:54:57 -0800
Message-ID: <d2eb532b.0303312354.548560de@posting.google.com>


Hello all

I need to insert rows into an Oracle table which contains a BLOB field (Oracle 8.1.7 on win2k).
The data I want to insert is just text, and its not very large at this time.
This is gonna be part of an installation program so I wont be able to access any files on the disk.
Given those conditions, and reading older posts I realize that I cannot use dbms_lob, since It only helps accessing disk files.

I will be using PL/SQL. Is there a way to just insert constant text into a BLOB field (like "insert into table values (1,'hello world')") ?

Thanks

Guy Received on Tue Apr 01 2003 - 01:54:57 CST

Original text of this message

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