Services

JDBC
 Connection Pools
  General
   Name The user-defined name of the connection pool.
   URL This is the URL that you would use in a Java program to open a direct connection to the database.
   Driver Classname The full class name of the JDBC driver you want to use to access the data source.
   Properties key=value Use this field to enter various fields such as user, password, server, and so on. These key=value pairs (e.g., name=oracle) will be passed to the JDBC driver.
   ACLName Name of the access control list.
    PasswordThe password specified in this field will override any password you may have specified in the Properties box as a name=value pair.
  Connections
   Initial Capacity The number of database connections that will be created ...

Get BEA WebLogic Server™ Administration Kit now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.