Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: V$transaction query?
why dont u use the saddr of v$transaction to link which links to sesaddr of
v$transaction from this u can know whether that user is running a
transaction.
I think that is what you are asking about.
check again on v$transaction on that saddr of v$session
it will be rolling back,in v$transaction u can see unrec going down if it is
going down then it is rolling back u will have to wait until it rollsback.
i think i am not sure in 8.1.7 u can speed up these rollbacks by some
underscore parameter
>From: "Seema Singh" <oracledbam_at_hotmail.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: V$transaction query?
>Date: Fri, 01 Jun 2001 10:57:19 -0800
>
>Hi
>If I have sid or serial no of session then how can I know which trasaction
>is going on in v$trasaction table.
>Another query: some job is haning frequently in our database
>(Oracle8.1.7).When I try to remove by dbms_jobs.remove packge.It show
>error.When I try to kill session by alter system kill session command then
>it shows ORA-00031: session marked for kill error.I cann't find more
>information of metalink.Let me know how can solve this problem.
>Thx
>-Seema
>_________________________________________________________________
>Get your FREE download of MSN Explorer at http://explorer.msn.com
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.com
>--
>Author: Seema Singh
> INET: oracledbam_at_hotmail.com
>
>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).
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: ARUN K C INET: arun_k_c_at_hotmail.com 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 Fri Jun 01 2001 - 14:22:11 CDT
![]() |
![]() |