Jul 10, 2009 #1 monrow Technical User Apr 22, 2008 29 FR HI, How can i do, to use log4perl for logging in table in oracle database and not in a file. is it possible ? Thanks for help
HI, How can i do, to use log4perl for logging in table in oracle database and not in a file. is it possible ? Thanks for help
Jul 15, 2009 Thread starter #2 monrow Technical User Apr 22, 2008 29 FR Nobody can help me ? Upvote 0 Downvote
Jul 15, 2009 #3 ggriffit Programmer Oct 25, 2002 1,578 GB try the following link http://www.lmgtfy.com/?q=log4perl+databases especially http://www252.pair.com/comdog/mastering_perl/Chapters/13.logging.html seem to answer your question. Greg Griffiths Livelink Certified Developer & ECM Global Star Champion 2005 & 2006 http://www.greggriffiths.org/livelink/ Upvote 0 Downvote
try the following link http://www.lmgtfy.com/?q=log4perl+databases especially http://www252.pair.com/comdog/mastering_perl/Chapters/13.logging.html seem to answer your question. Greg Griffiths Livelink Certified Developer & ECM Global Star Champion 2005 & 2006 http://www.greggriffiths.org/livelink/
Jul 15, 2009 Thread starter #4 monrow Technical User Apr 22, 2008 29 FR thanks for your link. before posting i've see on google and find noting,about logging in oracle database. your ling talk about logging in a csv file. Upvote 0 Downvote
thanks for your link. before posting i've see on google and find noting,about logging in oracle database. your ling talk about logging in a csv file.
Jul 15, 2009 #5 ggriffit Programmer Oct 25, 2002 1,578 GB the links do talk about extending it using DBI, so you could update the DBI calls to use a DB rather than a CSV file or you could use something like http://kobesearch.cpan.org/htdocs/Log-Log4perl/Log/Log4perl/Appender/DBI.pm.html Greg Griffiths Livelink Certified Developer & ECM Global Star Champion 2005 & 2006 http://www.greggriffiths.org/livelink/ Upvote 0 Downvote
the links do talk about extending it using DBI, so you could update the DBI calls to use a DB rather than a CSV file or you could use something like http://kobesearch.cpan.org/htdocs/Log-Log4perl/Log/Log4perl/Appender/DBI.pm.html Greg Griffiths Livelink Certified Developer & ECM Global Star Champion 2005 & 2006 http://www.greggriffiths.org/livelink/