Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: "ps -ef" in oracle

Re: "ps -ef" in oracle

From: Bricklen <bricklen_at_zyahoo.zcomz>
Date: Tue, 12 Oct 2004 15:12:06 GMT
Message-ID: <avSad.14313$Ia5.2802@edtnps89>


Gerhard M wrote:
> Sybrand Bakker <sybrandb_at_hccnet.nl> wrote in message news:<od9nm0db0mri9oqaamuebs0tpbb40j024k_at_4ax.com>...
>

>>SELECT *
>>FROM
>>v$session
>>where type = 'USER'
>>and status = 'ACTIVE'

>
>
> that might be a 'who'. I'll see detailed informations, but no
> information about the currently executed statement.
>
> Maybe my question wasn't clear:
>
> someone started:
> SQL> exec SOME_PROC(params)
> 2 /
>
> this procedure will take some hours.
> How do i check if SOME_PROC is still running.
>
> gerhard

try
select * from v$session_longops where time_remaining>0; Received on Tue Oct 12 2004 - 10:12:06 CDT

Original text of this message

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