[
https://issues.apache.org/jira/browse/LOG4NET-678?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17437165#comment-17437165
]
Davyd McColl commented on LOG4NET-678:
--------------------------------------
so then this sounds like a permissions issue at the database level?
can you test against a "clean" oracle database where you have full control?
you may be able to get more information by setting the following in application
settings (app.config / web.config)
under `appSettings`:
```
<add key="log4net.Internal.Debug" value="true"/>
```
under `configuration`
```
<system.diagnostics>
<trace autoflush="true">
<listeners>
<add name="textWriterTraceListener"
type="System.Diagnostics.TextWriterTraceListener"
initializeData="C:\temp\xlog4net.txt" />
</listeners>
</trace>
</system.diagnostics>
```
(change the output file path as necessary)
> AdoNetAppender creating some session issue while calling procedure from
> application which contains DB link ERP package
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: LOG4NET-678
> URL: https://issues.apache.org/jira/browse/LOG4NET-678
> Project: Log4net
> Issue Type: Bug
> Components: Appenders
> Affects Versions: 2.0.8
> Environment: Dot Net ,Oracle
> Reporter: Abhishek Tiwari
> Priority: Blocker
> Fix For: 2.0.8, 2.1.0
>
> Original Estimate: 0.2h
> Remaining Estimate: 0.2h
>
> Dear Team,
> I am using log4net for Database logging in Oracle data base
> Oracle.ManagedDataAccess.Client using C#,When i am enabling Log4net
> AdoNetAppender then calling procedure which contains DB link package of ERP
> data Base(different system) there are getting some session related
> problem,when i am disabling the AdoNetAppender then its start working.Kindly
> help .i didn't find any solution .
--
This message was sent by Atlassian Jira
(v8.3.4#803005)