vote up 0 vote down star

How can i enable tracing in a odp.net client from the connection string? Just adding the parameters traceFileName, TraceLevel and TraceOption ?

flag

2 Answers

vote up 0 vote down

You can't. You'll need a registry or XML fix.

But you can emit ALTER SESSION SET SQL_TRACE=true right after logon, either in your application or in AFTER LOGON trigger.

ODP.NET does exactly the same: it looks into registry and executes this statement.

link|flag
vote up 0 vote down check

After some researching, I've found that ODP.net can be configured via web.config olny in version 11 and above. For previos versiones of ODP.Net, the only way is using the windows registry

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.