Hi,
we Include="Oracle.ManagedDataAccess.Core" Version="23.7.0" to connect to an oracle ADB (23 AI) in OCI.
because we need data with precision, we set OracleConfiguration.SuppressGetDecimalInvalidCastException = true;
retrieving data via OracleDataAdapter.Fill (select * from) cause really bad performance. 2000 rows fetched in 3500ms.
when i use round(10) on each column, the performance is ok.
i think the logic of parsing to decimal is not effficient.
can you help me to sovle this problem?
is it possible to upload .zip archive?
thanks