Chinaunix首页 | 论坛 | 博客
  • 博客访问: 399617
  • 博文数量: 119
  • 博客积分: 1470
  • 博客等级: 上尉
  • 技术积分: 1258
  • 用 户 组: 普通用户
  • 注册时间: 2006-02-24 13:50
文章分类

全部博文(119)

文章存档

2018年(6)

2017年(11)

2016年(4)

2013年(8)

2012年(1)

2011年(2)

2010年(4)

2009年(37)

2008年(16)

2006年(30)

我的朋友

分类: Oracle

2009-10-30 11:06:13

USE_DEDICATED_SERVER

Purpose

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

Default

off

Values

  • on to append(SERVER=dedicated) to a connect descriptor's connect data.
  • off to hand off requests to existing server processes

Example

USE_DEDICATED_SERVER=on
阅读(1243) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~