Hi,
I have developed an application using DOTNET and Oracle 11g, The application while performing load test it throws an error as seen below
"Message: Exception Message : ORA-12542: TNS:address already in use Exception : at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure)
at Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, Object src)at Oracle.DataAccess.Client.OracleConnection.Open()
"
The same code works well in regulat cases and breaks only during load testing when the users are 100+ accessing at the same time..Any suggestions are appreciated.
Thanks & Regards,
John
I have developed an application using DOTNET and Oracle 11g, The application while performing load test it throws an error as seen below
"Message: Exception Message : ORA-12542: TNS:address already in use Exception : at Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, OpoSqlValCtx* pOpoSqlValCtx, Object src, String procedure)
at Oracle.DataAccess.Client.OracleException.HandleError(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, Object src)at Oracle.DataAccess.Client.OracleConnection.Open()
"
The same code works well in regulat cases and breaks only during load testing when the users are 100+ accessing at the same time..Any suggestions are appreciated.
Thanks & Regards,
John