Windows Oracle Data Access Components (MOSC)

MOSC Banner

Proxy user sessions from ASP.Net never released to the Connection Pool

edited Jun 25, 2018 2:17PM in Windows Oracle Data Access Components (MOSC) 5 commentsAnswered
 Dear all,

While monitoring the Oracle 11g R1 Database at work. I have noticed there are many connections for a proxy user that is used in ASP.Net application. I have asked the to check this and he told me is doing as follows:

<quote>

First I made check from login page if  txt_user_name/txt_user_password enterd is an authincating oracle user

String ConnStr = "DATA SOURCE=mydb;PASSWORD=" + txt_user_password +

                       ";PERSIST SECURITY INFO=False;USER ID="      + txt_user_name +

                ";Proxy User Id=portal;Proxy Password=Stud#ProxY" +

                ";Min Pool Size=50;Max Pool Size=500;Connection Lifetime=0;Connection Timeout=120;"

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center