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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: LOB's -- How Many Out of Line?

RE: LOB's -- How Many Out of Line?

From: Brian Wisniewski <brian_wisniewski_at_yahoo.com>
Date: Wed, 26 Jan 2005 16:57:58 -0800 (PST)
Message-ID: <20050127005758.3030.qmail@web54409.mail.yahoo.com>


If you're looking for a rough estimate as to how many are out of line you can check the chained row count, assuming your rows aren't migrating due to other reasons. However, with in-line lobs you can easily migrate your rows if you're storing a ~3K lob so it's not really reliable but it's a lot faster than doing a count(*) on your table where dbms_lob.getlength > 3964.  

Regards,

Larry G. Elkins
elkinsl_at_flash.net
214.954.1781

> -----Original Message-----
> From: oracle-l-bounce_at_freelists.org
> [mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Gogala, Mladen
> Sent: Wednesday, January 26, 2005 4:00 PM
> To: 'Larry Elkins'; Gogala, Mladen; oracle-l_at_freelists.org
> Subject: RE: LOB's -- How Many Out of Line?
>
>
> You specifically mentioned both 8i and 9i, which lead me to the DBMS_LOB
> instead of length. That is the only way that I am aware of to
> find out which
> LOBs "oozed" to the LOB tablespace. I have no magic bullet. As a matter of
> fact, I don't have any ammo whatsoever. I use sticks and stones to break
> bones.
> I would never say that it is the only way, I say that this is the
> only way I
> know of. There may be others with more thorough knowledge of Oracle and
> firearms on this list.
> --
> Mladen Gogala
> Ext. 121

--
http://www.freelists.org/webpage/oracle-l

		
---------------------------------
Do you Yahoo!?
 Yahoo! Search presents - Jib Jab's 'Second Term'

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Jan 26 2005 - 20:00:26 CST

Original text of this message

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