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 -> Length of LONG RAW field

Length of LONG RAW field

From: <pjanes_at_my-deja.com>
Date: Thu, 25 Nov 1999 05:59:30 GMT
Message-ID: <81ij80$214$1@nnrp1.deja.com>


How do I determine the length of a LONG RAW column?

SQL> desc blobs

 Name                            Null?    Type
 ------------------------------- -------- ----
 NAME                            NOT NULL VARCHAR2(128)
 BLOB                            NOT NULL LONG RAW


I have seen the utl_raw.length function but it does not like the LONG RAW datatype.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Nov 24 1999 - 23:59:30 CST

Original text of this message

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