分类: Oracle
2009-10-30 11:06:13
If set to on, the parameter USE_DEDICATED_SERVER automatically appends (SERVER=dedicated) to a connect descriptor's connect data. This way connections from this client use a process, even if is configured.
This parameter adds (SERVER=dedicated) to the CONNECT_DATA section of the connect descriptor used by the client. It overrides the current value of the parameter in the tnsnames.ora file.
| See Also:
for complete configuration information |
off
on to append(SERVER=dedicated) to a connect descriptor's connect data.off to hand off requests to existing server processesUSE_DEDICATED_SERVER=on