Is mandatory enable the Connection Pooling?

Hi wMUsers, I’m reading JDBC_Adapter_Users_Guide.pdf and I have a doubt.

Is mandatory enable the Connection Pooling?
Something will wrong if I set the Connection Pooling disable?

Because I’m working in a BPM proyect that I need several connections to Oracle.

Thanks in advance!
Alex

Well its not “mendatory” but highly recommended and useful to boost up the perofrmance of your process.
Cosider a process where you don’t have connection pool and you need to explicitely open/close db connections, its certainly a overhead and not really suited in EAI requirements where every process interacts which different layers of end systems\db.