Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: segment from block#
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 servicesto: 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
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
![]() |
![]() |