Source code and Site license
Posted: Thu 26 Jul 2007 08:55
Our company owns a site license of ORA.NET.
How do we get non-obfuscated source code for fine tuning?
For example, we don't like default behavior of OracleDataReader regarding OracleNumber support. It truncates oracle number values (38-40 significant digits) to fit in decimal data type (28 significant digits) what sometimes throws an exception during DataSet fill.
All constructors of OracleDataReader are internal, so there is no other way to override some methods rather that fixing the sources.
How do we usually deal with such a problem?
How do we get non-obfuscated source code for fine tuning?
For example, we don't like default behavior of OracleDataReader regarding OracleNumber support. It truncates oracle number values (38-40 significant digits) to fit in decimal data type (28 significant digits) what sometimes throws an exception during DataSet fill.
All constructors of OracleDataReader are internal, so there is no other way to override some methods rather that fixing the sources.
How do we usually deal with such a problem?