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 -> Re: how to know size of long raw

Re: how to know size of long raw

From: Dave <David.W.Spencer_at_elcaro.moc>
Date: Tue, 10 Dec 2002 16:19:14 +0000
Message-ID: <3DF61402.8080404@elcaro.moc>


You need to store the size separately. Otherwise you just have to read until Oracle sez there's no more, which could be 2 gig later.... That's one reason LOBs are better than LONGs. Any reason for using the outdated version for what must be new software (suggested by the context)?

Dave.

pola_praveen wrote:
> I'm storing different types of files (like doc,ppt,pdf) in a long raw
> column in table.
>
> Could you please let me know how can I get the size of each file for a
> particular row from the table.
>
> can I retrieve the above information thru sql command or is there any
> dbms package api's (like dbms_lob.getlength for getting size of blob)to
> retrieve the size of a longraw.
>
> Thanks in advance whoever respond.
>
> Thx,
> praveen.
>
> --
> Posted via http://dbforums.com

-- 
Email address munged to avoid SPAM
Reverse the last two parts to reply directly
Received on Tue Dec 10 2002 - 10:19:14 CST

Original text of this message

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