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: get sid (session id) and serial#?

RE: get sid (session id) and serial#?

From: Hallas, John, Tech Dev <John.Hallas_at_gb.vodafone.co.uk>
Date: Mon, 01 Sep 2003 00:54:26 -0800
Message-ID: <F001.005CE654.20030901005426@fatcity.com>


It does seem illogical than Oracle provide a view called mystat which tells you about your own statistics, including SID and yet a normal user does not have access to that view unless specifically given.

John

-----Original Message-----
Sent: 30 August 2003 15:04
To: Multiple recipients of list ORACLE-L

> But the user need select access to v$mystat

connect as sysdba and grant select on v_$mystat to <user>;

HTH
GovindanK

> Thanks all for the input.
>
> the script is select sid,serial# from v$session where sid=(select sid from
> v$mystat where rownum=1)
>
> But the user need select access to v$mystat
>
> Chuan
>
> -----Original Message-----
> Sent: Friday, 29 August 2003 15:19
> To: Multiple recipients of list ORACLE-L
>
>
> Hi Chuan,
>
> can v$session help you
>
> this view has information like machine, osuser, username, sid, program,
> and
> others
>
> SQL> desc v$session
>
> SQL> select columns,... from v$session where username = 'SCOTT' and
> machine
> = 'YOUR_HOSTNAME'
>
> if you do telnet you will get 2 rows (if scoot is only use by you)
>
> is not
>
> Sinardy
>
> -----Original Message-----
> Sent: 29 August 2003 12:34
> To: Multiple recipients of list ORACLE-L
>
>
> DABs,
>
> Is there any way in my connection to get the sid and serial# for my own
> connection?
>
> Suppose I connect to Oracle db by >sqlplus scott/tiger_at_test.
> In this connection,
>
> SQL>
>
> What shoud I input to get this sid and serial#?
>
> TIA
>
> Chuan
> Important: This transmission is intended only for the use of the addressee
> and may contain confidential or legally privileged information. If you
> are
> not the intended recipient, you are notified that any use or dissemination
> of this communication is strictly prohibited. If you receive this
> transmission in error please notify the author immediately by telephone
> and
> delete all copies of this transmission together with any attachments.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author:
> INET: chuan.zhang_at_customs.gov.au
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> 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.net
> --
> Author: Sinardy Xing
> INET: SinardyXing_at_bkgcomsvc.com
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> 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).
> Important: This transmission is intended only for the use of the addressee
> and may contain confidential or legally privileged information. If you
> are
> not the intended recipient, you are notified that any use or dissemination
> of this communication is strictly prohibited. If you receive this
> transmission in error please notify the author immediately by telephone
> and
> delete all copies of this transmission together with any attachments.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author:
> INET: chuan.zhang_at_customs.gov.au
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> 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.net
-- 
Author: Corniche Park
  INET: cornichepark_at_cwazy.co.uk

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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.net
-- 
Author: Hallas, John, Tech Dev
  INET: John.Hallas_at_gb.vodafone.co.uk

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
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 Mon Sep 01 2003 - 03:54:26 CDT

Original text of this message

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