Is there any way to create Oracle JDBC connection pool in Apigee?

chrismca73
Participant III

Hi,

We have multiple APIs connecting to our internal Oracle by using Java Callout connection class. Is there any way to create a common class that can communicate with our DB to perform operations like is there any possible to create & use Connection pooling in Apigee.

Thanks,

Christober Anantharaj.M

0 2 282
2 REPLIES 2

A shared flow containing a Java callout or possibly proxy chaining might suit your needs. - it would allow you to use the same Java callout setup for all your calls.

This is an old question, I know.... but one comment.

If I were doing this I would want to create a separate service to expose the Oracle database. Then call that from Apigee using ServiceCallout or a normal Target.