From: Thomas S. <T.S...@eu...> - 2003-05-27 12:41:34
|
Hello Log4perl list members! I tried to use the new version 0.31 of Log4perl with the new DBI logging=20 feature together with Oracle...I won't work directly! :-( Because the log table contains a column name 'LEVEL' in the original=20 implementation, by using it with Oracle produces an error, because the wor= d=20 'LEVEL' is a reserved word in Oracle and this prevents a successful creatio= n=20 of the table with this column name.... My suggestion: Let's rename the column to the name "LOGLEVEL".=20 And we should fix this the column name in the insert statement in the modul= e=20 DBI.pm and also in the manpage.=20 Any corrections and suggestions are very welcome! Regards,=20 Thomas =2D-=20 Thomas Schuler eurodata GmbH & Co. KG, Datenverarbeitung, Gro=DFblittersdorfer Str. 257-259, 66119 Saarbr=FCcken Telefon: +49 681 8808-793, Telefax: +49 681 8808-300 http://www.eurodata.de, EMail: T.S...@eu... |