Disable SHARED SERVER !
I check from V$DISPATCHER on db, I can view its value (ex: (ADDRESS=(PROTOCOL=tcp)(HOST=bankpri.localdomain)(PORT=34227))).
But actually, clients connect to db with DEDICATED type. So I want disable SHARED SERVER, from documents, it said that I must remove DISPATCHERS parameter from spfile. I want ask, if I do not remove DISPATCHERS, I can reduce large_pool_size ? How it effect to my db ?
My db is 9.2.0.4 on AIX 64 bit
Thanks.