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: How to get the size of a BLOB column

Re: How to get the size of a BLOB column

From: Louis <tevere66_at_hotmail.com>
Date: Tue, 3 Apr 2001 19:39:08 +0000 (UTC)
Message-ID: <OE27RGkQ6mBySsxVY60000001b4@hotmail.com>

try this:
select dbms lob.getlength(blob col) from schema.mytable

--
Received on Tue Apr 03 2001 - 14:39:08 CDT

Original text of this message

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