Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> OCI/Blobs/Oracle 8 oddness

OCI/Blobs/Oracle 8 oddness

From: Eric Townsend <jet_at_lickwood.liquidaudio.com>
Date: 28 Apr 1998 21:00:40 -0700
Message-ID: <7dyawps2dz.fsf@lickwood.liquidaudio.com>

given a table with the columns like:
  number NUMBER(10)
  text VARCHAR(10)
  blob1 BLOB
  blob2 BLOB

what's the correct way to insert a complete row? I thought I could simply

however, I get ora 22275 ("invalid LOB locator specified") on the statement execute.

Do I have to do something completely silly like insert the number/text, select them for update, then do the lob writes? (Egads, I hope not.)

--
J. Eric Townsend jet at liquidaudio.com, +1 650.549.2056 Liquid Audio http://www.liquidaudio.com Received on Tue Apr 28 1998 - 23:00:40 CDT

Original text of this message

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