understanding DRCP MAX-MIN values-process-session relation?
white papers says:
minsize: Minimum number of pooled servers in the pool. The default is 4
maxsize: Maximum number of pooled servers in the pool. If this limit is reached
and all the pooled servers are busy, then connection requests wait until a
server becomes free. The default is 40.
whitepaper tells us it s working style, but doesnt tell us MAX and MIN values clearly i think.
iam using dedicated database connections, and i created MIN:30 MAX:300 DRCP, php scripts runs well, but i dont understand, what is MAX:300 pooled server really means that? i have min:30 max:300 pooled servers but when checked "select count(*) gv$session where server='POOLED'" it gives me only 2 or 3 POOLED servers, :)
i dont understand why i have 3 POOLED servers:) (11gr2 RAC 2 nodes) PROCESSES=1025, SESSIONS=1500, RAM:12gb, MACHINE: IBM m3,
how many dedicated process blocked if i use MAX:1000 DRCP?
i want to learn relation between, processes-dedicated sessions and DRCP MAX-MIN VALUE?
Edited by: user1994048 on 18.Nis.2011 04:48