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 -> ORA-06502: PL/SQL: numeric or value error

ORA-06502: PL/SQL: numeric or value error

From: Jürgen Potocnik <Juergen.Potocnik_at_t-online.de>
Date: Mon, 16 Aug 1999 09:01:28 +0200
Message-ID: <37B7B748.331EB135@t-online.de>


hi,

accessing internal blobs (size= 1mb up to 30mb) i got the message above. i use following pl/sql command:

"dbms_lob.read(blob_src, amount, pos, buffer);"

the buffer is
"buffer raw (32767);"

what must i do, to access the blob's correctly ?

thanks in advance
juergen potocnik Received on Mon Aug 16 1999 - 02:01:28 CDT

Original text of this message

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