I'm encountering ORA-03146: invalid buffer length for TTC field when running an insert statement with array binding. The array I'm binding has 100k rows and is a straight forward "INSERT ... VALUES ..." statement. This is against an Oracle 19c database and I'm using ODP.NET Managed Driver 19c (4.122.19.1:20190703). This error is repeatable on my Oracle 19c instance but I don't encounter it against a 12c or 11g database.
Does anyone have an idea where I can start trouble shooting this error or any leads on what to look for?