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: findtemp.sql

Re: findtemp.sql

From: Ruth Gramolini <rgramolini_at_tax.state.vt.us>
Date: Tue, 6 Jun 2000 07:35:17 -0400
Message-Id: <10520.107826@fatcity.com>


Here is the one I use.
HTH
Ruth

b.sid,b.serial#,substr(b.username,1,8)USERNAME,b.process, substr(c.segment_name,1,8)SEGMENT_NAME,substr(b.osuser,1,7)OS_USER,substr(b. machine,1,6)M_NAME,
substr(b.program,1,12)PROGRAM
from v$access a, v$session b,dba_segments c where c.owner= a.owner

and a.sid = b.sid
and b.status = 'ACTIVE'
and c.segment_type ='TEMPORARY'


Hi,

I tried this script at http://www.evdbt.com/library.htm but I keep getting the same error in Oracle7 on NT - is there is a version that would run properly with Oracle on NT?

It is supposed to show who is using up space in the TEMP tablespace.

TIA
Patrice Boivin
Systems Analyst (Oracle Certified DBA)

Systems Admin & Operations | Admin. et Exploit. des systèmes
Technology Services        | Services technologiques
Informatics Branch         | Direction de l'informatique
Maritimes Region, DFO      | Région des Maritimes, MPO

E-Mail: boivinp_at_mar.dfo-mpo.gc.ca <mailto:boivinp_at_mar.dfo-mpo.gc.ca>

--
Author: Boivin, Patrice J
  INET: BoivinP_at_mar.dfo-mpo.gc.ca

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 Tue Jun 06 2000 - 06:35:17 CDT

Original text of this message

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