I have an ASP.NET application runinng on IIS 5 .NET 1.1 Sp1 and recently
we've been experiencing this error when the users are trying to print reports
that connects to Oracle database. The only way to solve the issue right now
is to restart the server or IIS and this is the error message:
--------------------------------------------------------------------------------------
TargetSite : System.Data.Ora cleClient.DBPoo ledObject
GetObject(Syste m.Object, Boolean ByRef)
Stack Trace : at System.Data.Ora cleClient.DBObj ectPool.GetObje ct(Object
owningObject, Boolean& isInTransaction )
at
System.Data.Ora cleClient.Oracl eConnectionPool Manager.GetPool edConnection(St ring
encryptedConnec tionString, OracleConnectio nString options, OracleConnectio n
owningObject, Boolean& isInTransaction )
at
System.Data.Ora cleClient.Oracl eConnection.Ope nInternal(Oracl eConnectionStri ng
parsedConnectio nString, Object transact)
at System.Data.Ora cleClient.Oracl eConnection.Ope n()
at Microsoft.Pract ices.Enterprise Library.Data.Da tabase.OpenConn ection()
at
Microsoft.Pract ices.Enterprise Library.Data.Da tabase.ExecuteR eader(DBCommand Wrapper command)
at
Microsoft.Pract ices.Enterprise Library.Data.Or acle.OracleData base.ExecuteRea der(DBCommandWr apper commandWrapper)
at EssessmentDataA ccessLayer.clsP MRFormDAL.get_d t_PMR_by_PMR_ID (Int32
PMR_ID)
--------------------------------------------------------------------------------------
So it look like that this an Oracle database pool issue but I don't know how
to address and any suggestions would be helpful.
we've been experiencing this error when the users are trying to print reports
that connects to Oracle database. The only way to solve the issue right now
is to restart the server or IIS and this is the error message:
--------------------------------------------------------------------------------------
TargetSite : System.Data.Ora cleClient.DBPoo ledObject
GetObject(Syste m.Object, Boolean ByRef)
Stack Trace : at System.Data.Ora cleClient.DBObj ectPool.GetObje ct(Object
owningObject, Boolean& isInTransaction )
at
System.Data.Ora cleClient.Oracl eConnectionPool Manager.GetPool edConnection(St ring
encryptedConnec tionString, OracleConnectio nString options, OracleConnectio n
owningObject, Boolean& isInTransaction )
at
System.Data.Ora cleClient.Oracl eConnection.Ope nInternal(Oracl eConnectionStri ng
parsedConnectio nString, Object transact)
at System.Data.Ora cleClient.Oracl eConnection.Ope n()
at Microsoft.Pract ices.Enterprise Library.Data.Da tabase.OpenConn ection()
at
Microsoft.Pract ices.Enterprise Library.Data.Da tabase.ExecuteR eader(DBCommand Wrapper command)
at
Microsoft.Pract ices.Enterprise Library.Data.Or acle.OracleData base.ExecuteRea der(DBCommandWr apper commandWrapper)
at EssessmentDataA ccessLayer.clsP MRFormDAL.get_d t_PMR_by_PMR_ID (Int32
PMR_ID)
--------------------------------------------------------------------------------------
So it look like that this an Oracle database pool issue but I don't know how
to address and any suggestions would be helpful.
Comment