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: Object in hot file

RE: Object in hot file

From: Robertson Lee - lerobe <lerobe_at_acxiom.co.uk>
Date: Wed, 03 Jul 2002 00:48:24 -0800
Message-ID: <F001.0048E998.20020703004824@fatcity.com>


Try this one  

select distinct e.owner,f.file_name ,e.segment_name from DBA_EXTENTS E , DBA_DATA_FILES F
WHERE E.FILE_ID = F.FILE_ID
and f.file_name = '<insert your filename here>' and e.owner = 'insert the object owner here>'  

HTH   Lee  

-----Original Message-----
Sent: 02 July 2002 17:38
To: Multiple recipients of list ORACLE-L

 Hello Gurus,  

Does anybody have a script to locate objects/segments within a file? I have a tablespace that spreads into several files, but there is one of this files that is hot. I would like to know which objects reside in this file. The Oracle version is HP 8.1.7-64.  

All help will be welcome.  

Thanks.  

Abraham J. Guerra
Senior Oracle DBA
American Family Insurance
(608) 242-4100 x32026
 


The information contained in this communication is confidential, is intended only for the use of the recipient named above, and may be legally privileged. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication is strictly prohibited.
If you have received this communication in error, please re-send this communication to the sender and delete the original message or any copy of it from your computer system. Thank You.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Robertson Lee - lerobe
  INET: lerobe_at_acxiom.co.uk

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Wed Jul 03 2002 - 03:48:24 CDT

Original text of this message

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