Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

JDBC Connection Pool syntax

Updated on December 20, 2021

This content applies only to On-premises and Client-managed cloud environments

JDBC connection pooling is the recommended method to connect to your external database. As part of installing the core platform, a JDBC connection pool is usually configured in the configuration file of the application server. Refer to the appropriate Pega Platform Installation Guide for your application server type to determine the correct method of updating the configuration.

Pega Customer Decision Hub Installation Guide

See below for an example of the syntax on Tomcat. The data source in the example is set to mktDataSource.

<Resource name="jdbc/mktDataSource"
auth="Container"
type="javax.sql.DataSource"
driverClassName="oracle.jdbc.OracleDriver"
url="jdbc:oracle:thin:@<hostname>:1521:prpc"
username="<usename>"
password="<password>"
/>

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us