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: [EMAIL PROTECTED]
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: [EMAIL PROTECTED] (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).