Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Dealing with "orphaned" sessions
> At the risk of looking like a total fool, how would I check for temp
> segments? I've poked around with DBA_EXTENTS and DBA_SEGMENTS and
> don't see anything that identifies temp segments. If it is simply any
> segment in the TEMP tablespace, a SELECT TABLESPACE_NAME FROM
> DBA_SEGMENTS WHERE TABLESPACE_NAME = 'nameofmytempts' returns zero
> rows.
Your query is as simple as you think. I dont know why it returns nothing. Or you can alter your criteria to be where segment_type = 'TEMPORARY'.
You can also check into v$sort_segment see what that returns.
-Bass Chorng Received on Tue Jun 05 2001 - 14:58:05 CDT
![]() |
![]() |