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: segment from block#

RE: segment from block#

From: Deshpande, Kirti <kirti.deshpande_at_verizon.com>
Date: Fri, 14 Mar 2003 10:50:35 -0800
Message-ID: <F001.0056A8F3.20030314105035@fatcity.com>


You will need FILE_ID as well.
Here is what I use:

-----Original Message-----

Sent: Friday, March 14, 2003 10:04 AM
To: Multiple recipients of list ORACLE-L

Is this a good query to find segment where this block ( 259186 ) belongs ? select segment_name
from dba_extents
where block_id<= 259186 and 259186 <= block_id+blocks

-ak

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: Deshpande, Kirti
  INET: kirti.deshpande_at_verizon.com

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services

---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Fri Mar 14 2003 - 12:50:35 CST

Original text of this message

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