Relational database logging
Introduction
Configuration
<Resource
name="jdbc/oracle"
driverClassName="net.sf.log4jdbc.DriverSpy"
auth="Container"
type="javax.sql.DataSource"
initialSize="3"
maxActive="10"
maxIdle="10"
maxWait="30000"
poolPreparedStatements="true"
testOnBorrow="true"
validationQuery="select * from dual"
username="orbeon"
password="**password**"
url="jdbc:log4jdbc:oracle:thin:@//localhost:1521/globaldb"/>See also
Last updated