You can catalog components from JDBC-compliant databases. You need a special JDBC driver for each database vendor.
Oracle BPM includes JDBC drivers for several database vendors including Oracle, IBM DB2, Microsoft SQL Server, Informix and Sybase. To use an external JDBC driver you must first include the .jar files of the driver as an External Resource of type Java Class Library.
The Process Execution Engine manages and pools the connections to the database servers automatically.
When the Engine runs on an EJB container (such as Oracle WebLogic or IBM WebSphere), it leverages the JDBC data source functionality provided by the container. In such environments, all JDBC connectivity and connection pooling is handled by the EJB container.