bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


Server --> Logging --> JDBC

Tasks     Related Topics     Attributes

Overview

On the Server—>Logging—>JDBC tab, you can enable JDBC logging and specify a log file name for the JDBC log.

Tasks

Enabling JDBC Logging

Related Topics

JDBC

Introduction to WebLogic JDBC in Programming WebLogic JDBC

Attributes

Table 1-14

Attribute Label

Description

Value Constraints

Enable JDBC Logging

Determines whether this server maintains a JDBC log file.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: JDBCLoggingEnabled

Valid values:

  • true

  • false

JDBC Log File Name

The name of the JDBC log file. If the pathname is not absolute, the path is assumed to be relative to the server's root directory. If the log has no path element and is atomic, ie. jdbc.log to avoid name space conflicts the file will be placed relative to the root directory in ./SERVER_NAME/

MBean: weblogic.management.
configuration.ServerMBean

Attribute: JDBCLogFileName

Default: jdbc.log

 

Back to Top Previous Next