RE: Just wondering about ORA-02391: exceeded simultaneous SESSIONS_PER_USER limit ...
Date: Thu, 12 Nov 2020 15:38:56 +0000
Message-ID: <BY5PR19MB40681648F8A6D147F56505309BE70_at_BY5PR19MB4068.namprd19.prod.outlook.com>
What Mark said - I think the only way this would work is to put a "wrapper" around the sqlplus executable (or whatever executable you're using) that attempted the connection and then "handled" the failure - OR, you could set up some sort of "session" monitor that would tell you when you were getting close to the limit.
Clay Jackson
Database Solutions Sales Engineer
[cid:image001.jpg_at_01D6B8C6.DF7DD750]<https://nam05.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.quest.com%2Fsolutions%2Fdatabase-performance-monitoring%2F&data=02%7C01%7CClay.Jackson%40quest.com%7C6c57a6f83b6c490b3b4708d83edb5e24%7C91c369b51c9e439c989c1867ec606603%7C0%7C0%7C637328459211276950&sdata=QId%2B4IzV9yh9ogPm8bagnDkPxeBziolrNZGcYO8%2FrYk%3D&reserved=0>
clay.jackson_at_quest.com<mailto:clay.jackson_at_quest.com>
office 949-754-1203 mobile 425-802-9603
From: oracle-l-bounce_at_freelists.org <oracle-l-bounce_at_freelists.org> On Behalf Of Powell, Mark Sent: Thursday, November 12, 2020 7:31 AM To: ORACLE-L <oracle-l_at_freelists.org> Subject: Re: Just wondering about ORA-02391: exceeded simultaneous SESSIONS_PER_USER limit ...
CAUTION: This email originated from outside of the organization. Do not follow guidance, click links, or open attachments unless you recognize the sender and know the content is safe.
Luis, I do not believe you could do this in an after logon trigger because I do not believe you get a successful login to begin with hence the trigger does not fire. You would need to write a logon routine that issues the login and on failure checks the return code and if ORA-02391 sleeps then tries again.
Mark Powell
Database Administration
(313) 592-5148
From: oracle-l-bounce_at_freelists.org<mailto:oracle-l-bounce_at_freelists.org> <oracle-l-bounce_at_freelists.org<mailto:oracle-l-bounce_at_freelists.org>> on behalf of Luis Claudio Dias dos Santos <lsantos_at_pobox.com<mailto:lsantos_at_pobox.com>> Sent: Thursday, November 12, 2020 10:21 AM To: ORACLE-L <oracle-l_at_freelists.org<mailto:oracle-l_at_freelists.org>> Subject: Just wondering about ORA-02391: exceeded simultaneous SESSIONS_PER_USER limit ...
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Nov 12 2020 - 16:38:56 CET
(image/jpeg attachment: image001.jpg)