Oracle Error Message
ORA-30678: too many open connections
Reason for the Error
An attempt to open a connection failed because too many are already open by this session. The number of allowed connections varies as some may be in use through other components which share the same pool of allowed connections.
Solution
Retry after closing some other connection. The number of connections supported is currently not adjustable.