I run a PHP application that uses an Oracle 11g instance as it's backend. We currently connect with DEDICATED as our type but we're having trouble scaling.
As such, I suggested to the DBA we implement DRCP connection pooling as this seems to be best (only?) way to handle in a php environment.
Problem is other applications / vendors also connect to this same db and DBA is concerned with switching everyone to pooled as it'd be a big testing effort. Also we'd have different userids so I don't even think pooled makes sense in that context if we all had to be in the same pool.
So, my question is can the server simultaneously service clients that want to connect via DEDICATED and me via POOLED?