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

Home -> Community -> Mailing Lists -> Oracle-L -> limit number of sessions from an OSUSER or a machine?

limit number of sessions from an OSUSER or a machine?

From: Guang Mei <zlmei_at_hotmail.com>
Date: Tue, 05 Jun 2001 14:10:09 -0700
Message-ID: <F001.0031D000.20010605141824@fatcity.com>

Oracle : 8.0.5
Platform : Sun

Currently we have distributed_transactions set to 50. But sometime an OS user login and started quite a few sessions with transaction, so other user can not start an transaction. So my questions are:

  1. Is there any way to limit how many sessions from a particular OSUSER? If yes, how?
  2. Is there a way to limit how many sessions from a particular machine
    (which uses db link to access out oracle db)? If yes, how?

I can get OSUSER and machine info from v$session.

Thanks.



SQL> select name, value from v$parameter where name='distributed_transactions';

NAME



VALUE

distributed_transactions
50

Get your FREE download of MSN Explorer at http://explorer.msn.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Guang Mei
  INET: zlmei_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 Tue Jun 05 2001 - 16:10:09 CDT

Original text of this message

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