Database Error Messages

ORA-30678

too many open connections

Cause

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.


Action

Retry after closing some other connection. The number of connections supported is currently not adjustable.