Hi,
how can we activate the trace logging of odp?
we received this from oracle and paste it in the app.Config file (of the corresponding starting exe-file) , but we didn't get a trace file.
When we do it in the env code itself, we succeed.
Any thoughts?
<oracle.manageddataaccess.client>
<version number="*">
<settings>
<setting name="TraceOption" value="1"/>
<setting name="TraceLevel" value="7"/>
<setting name="TraceFileLocation" value="." />
</settings>
</version>
</oracle.manageddataaccess.client>
A couple recommendations to try and enable managed
ODP.NET tracing:
1) Set the TraceLevel to 7 or lower value. The tracing level values for managed and unmanaged differ. These are the ones for managed.
TraceLevel : 1 = public APIs; 2 = private APIs; 4 = network APIs/data. These values can be ORed. To enable everything, set TraceLevel to 7. Errors will always be traced.
2) Set the TraceFileLocation to a directory name, not file name. Make sure the directory location exists