Administration Console Online Help

 Previous Next Contents Index  

 


Server --> Logging --> JDBC

Tasks     Additional Documentation     Attributes

Overview

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

Tasks

Specifying the JDBC Log File

Additional Documentation

(Requires an Internet connection.)

Managing JDBC Connectivity in the WebLogic Server Administration Guide

Introduction to WebLogic JDBC in Programming WebLogic JDBC

Configuring WebLogic JDBC Features in Programming WebLogic JDBC

Attributes

Attribute Label

Description

Value Constraints

Enable JDBC Logging

Determines whether this server maintains a JDBC log file.

MBean: weblogic.management.
configuration.ServerMBean

Attribute: JDBCLoggingEnabled

Readable: yes

Writable: yes

JDBC Logfile Name

The name of the JDBC log file. If the pathname is not absolute, the path is assumed to be relative to the root directory of the machine on which the server is running. 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"

Configurable: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next