[rsyslog-notify] Forum Thread: Re: rsyslog.conf call omlibdbi beginTransaction entry point - (Mode 'reply')

noreply at adiscon.com noreply at adiscon.com
Tue Nov 24 19:37:16 CET 2015


User: dlang 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=26190#p26190

Message: 
----------
the template creates the sql to send to oracle, so you can have it include
whatever transaction/commit statements you want in the sql.

It sounds as if you are more knowledgable about the oracle capabilities in
libdbi and the oracle driver than we are (the omoracle module was
contributed to us and we don't have an oracle license to even be able to
test it in the community project). It sounds like it would be very helpful
for you to take a look at the omoracle source to at least identify what we
need to do. We want to have one transaction per batch, so a batch should be
'begin transaction', 'insert log', 'insert log'.. (or possibly insert
multiple lines in one statement), 'end transaction'. I believe that the
MySQL and Postgres modules do this.


More information about the rsyslog-notify mailing list