OBIEE - OBIS - Connection
Parameter
There are 3 main parameters that control how many users can log in at one time:
Articles Related
Plugin combo - Component related: Nothing was found.
Example
| Database | 5 |
| Connection pool per database | 1 |
| Maximum connections for each Connection Pool | 100 |
| Total connections across the .rpd | 678 |
| DB_GATEWAY_THREAD_RANGE | 40-200 |
If all 678 Connection Pool connections are in use, only 200 will actually be active.
The other 478 will be queued up waiting. When a query finishes, one of the waiting jobs will become active.
Documentation / Reference