You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
System.Data.DataException: Error parsing column 5 (OFFER_LEAD_TIME_RAW_VALUE=1 - Int64)
System.Data.DataException
Error parsing column 5 (OFFER_LEAD_TIME_RAW_VALUE=1 - Int64)
at Dapper.SqlMapper.ThrowDataException(Exception ex, Int32 index, IDataReader reader, Object value) in /_/Dapper/SqlMapper.cs:line 3928
at Deserialize63551f68-2134-4050-b46a-718890025aec(DbDataReader)
at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command)
at Wombat.Adapters.Oracle.Shared.Offers.OfferRepository.SearchOffersByProductIdAsync(SearchConsumablesByProductIdParams searchParams, LoadOptions loadOptions, CancellationToken cancellationToken)
at Wombat.Adapters.Oracle.Tests.Search.Consumables.TheConsumablesSearchView.<CanSearchProductsUsingSearchString>b__21_1(SearchProduct p)
at Wombat.Adapters.Oracle.Tests.Search.Consumables.TheConsumablesSearchView.CanSearchProductsUsingSearchString()
at Xunit.Sdk.TestInvoker`1.<>c__DisplayClass47_0.<<InvokeTestMethodAsync>b__1>d.MoveNext()
--- End of stack trace from previous location ---
at Xunit.Sdk.ExecutionTimer.AggregateAsync(Func`1 asyncAction)
at Xunit.Sdk.ExceptionAggregator.RunAsync(Func`1 code)
System.NullReferenceException
Object reference not set to an instance of an object.
at OracleInternal.ServiceObjects.OracleFailoverMgrImpl.OnError(OracleConnection connection, CallHistoryRecord chr, Object mi, Exception ex, Boolean bTopLevelCall, Boolean& bCanRecordNewCall)
at Oracle.ManagedDataAccess.Client.OracleDataReader.GetValue(Int32 i)
at Deserialize63551f68-2134-4050-b46a-718890025aec(DbDataReader)
Oracle database 19.3 EE, containerized.
It is noteworthy that the column causing the error varies on each test run.
can be traced back to Oracle.ManagedDataAccess.Core version 23.6.0. Going back to 23.5.1 makes the error disappear.
The text was updated successfully, but these errors were encountered:
Can you turn on ODP.NET tracing (Trace Level 7) for runs with ODP.NET Core 23.6 and 23.5.1 and share those traces? That will tell us where in ODP.NET the object reference error is.
Error is:
Oracle database 19.3 EE, containerized.
It is noteworthy that the column causing the error varies on each test run.
can be traced back to
Oracle.ManagedDataAccess.Core
version23.6.0
. Going back to23.5.1
makes the error disappear.The text was updated successfully, but these errors were encountered: