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 15:24:06 -0400
Message-Id: <10520.107950@fatcity.com>


I always log on as sysdba. That way I can do anything. It makes me feel like I am really in control. Good for my ego! RBG ----- Original Message -----
From: Boivin, Patrice J <BoivinP_at_mar.dfo-mpo.gc.ca> To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> Sent: Tuesday, June 06, 2000 9:06 AM
Subject: RE: findtemp.sql

Thanks Ruth.

I also e-mailed the author, Roger Sanders, and he kindly pointed out to me that I am supposed to run the script while logged in as SYS, not as myself!

Regards,
Patrice Boivin
Systems Analyst (Oracle Certified DBA)

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

-----Original Message-----
From: Ruth Gramolini [SMTP:rgramolini_at_tax.state.vt.us] Sent: Tuesday, June 06, 2000 9:42 AM
To: Multiple recipients of list ORACLE-L Subject: Re: findtemp.sql

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). -- Author: Ruth Gramolini INET: rgramolini_at_tax.state.vt.us 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). -- 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
Received on Tue Jun 06 2000 - 14:24:06 CDT

Original text of this message

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