My workplace is using Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.29.0.0.0. We have been using Oracle.EntityFrameworkCore 8.21.x and Oracle.ManagedDataAccess.Core 3.21.x without any issues. We are starting work on a new major application and upgraded the Nuget packages to 9.23.x and 23.26.x. Using those Nuget packages, any update statement setting a value for a DATE or TIMESTAMP column is failing with ORA-06550, PLS-00382: expression is of wrong type. Backing down to 8.23.x gives the same result.
I have a test project using ASP.NET Core v9. I can attach a git repo if needed.