Question

Accenture Solutions Private Limited
IN
Last activity: 22 Sep 2016 9:54 EDT
Pega 5.5 - Need an API to invoke an existing connection pool from Java code for a Database external to PRPC
We need to fetch CLOB from an external DB. As connect-SQL via RDB method can not fetch CLOB we have to call a stored procedure from Inline Java to get the data. While calling that SP we have to explicitly build the DB connection (Unlike Connect-SQL). Is there a way(an API or something) to reuse the existing connection pool that is already available with PRPC instead of creating a new DB connection object?
***Updated by moderator: Lochan to add SR Exists tag***