andreasbraidt

Results 2 comments of andreasbraidt

Here my config snippet ``` ``` Exception: `log4net:ERROR [AdoNetAppender] ErrorCode: GenericFailure. Exception while writing to database Oracle.ManagedDataAccess.Client.OracleException (0x80004005): ORA-01006: bind variable does not exist at OracleInternal.ServiceObjects.OracleConnectionImpl.VerifyExecution(Int32& cursorId, Boolean bThrowArrayBindRelatedErrors, SqlStatementType...

I got it working now. The problem was that the parameter binding is by position and not by name. This is a default behaviour in oracle. Is it possible to...