[Macromedia][Oracle JDBC Driver][Oracle]ORA-01003: no statement parsed
I have some coldfusion servers that are connected to an oracle database and have been having some issues sending queries to the DB from the CF servers. I must also state that both the server and db are quite busy. The issue I am having is that the same query will get processed and shortly after I would receive the aforementioned error. I've done some troubleshooting with the DBA an confirmed the issue is not coming from the DB. Further research into issue led me to make some changes on the CF servers but I am still experiencing this issue. Two actions I normally execute provides a temporary solution to the problem:
1. disable all the db connections and then re-enable them.
2. Restart the nodes with the datasource connections.
The server settings I change are as follows:
1. Increase the "Max Pooled Statements" from 100 to 500.
2. Enable "Limit Connections"
3. "Restrict connections to" 48 (Simultaneous Requests 16 * 4 nodes) not sure if this is the right approach.
I am not sure what else to do at this moment. I have attached some to photos of the CF server node stats and db connection settings. The settings are mirrored on the other servers.

