Re: FW: LOG4NET - Oracle 9i logging error

2005-06-27 Thread Ron Grabowski
It would be helpful to see the node that you're having problems with. Instead of setting parameters, you could create the raw INSERT statement yourself. Be careful with this though, it is susceptible to sql injection and/or bad sql being send to the database if the message contains a unescaped sin

FW: LOG4NET - Oracle 9i logging error

2005-06-27 Thread Usman Uppal
Thank You for clearing error in my previous email. All my messages are going to the log file, nothing gets written to Oracle table and there are no more errors in debug. Need help. Here is the copy of the debug log file. Do I need to write some code to log to Oracle of code for logging to

Re: LOG4NET - Oracle 9i logging error

2005-06-27 Thread Ron Grabowski
It looks like you mis-typed "pParameterName". It should be: --- Usman Uppal <[EMAIL PROTECTED]> wrote: > Hi, I am getting following error while debugging logging to Oracle > 9i. > Do I need to set some parameters? Any help is appreciated. > > > > log4net: DOMConfigurator: Setting Collectio

LOG4NET - Oracle 9i logging error

2005-06-27 Thread Usman Uppal
Hi, I am getting following error while debugging logging to Oracle 9i. Do I need to set some parameters? Any help is appreciated.   log4net: DOMConfigurator: Setting Collection Property [AddParameter] to object [ log4net.Appender.ADONetAppenderParameter] log4net:ERROR DOMConfigurator: C

Log files misnamed

2005-06-27 Thread Baron Schwartz
I have a RollingFileAppender configured as follows: type="log4net.Appender.RollingFileAppender">