Chinaunix首页 | 论坛 | 博客
  • 博客访问: 374289
  • 博文数量: 113
  • 博客积分: 3035
  • 博客等级: 中校
  • 技术积分: 1430
  • 用 户 组: 普通用户
  • 注册时间: 2006-11-01 16:32
文章分类
文章存档

2011年(42)

2010年(70)

2009年(1)

我的朋友

分类: Oracle

2011-05-31 16:10:09

"TWO_TASK"
==========

"TWO_TASK" is a Unix environment variable that can be set to a default TNS
connect string.  For example, you issue the following command at a Unix prompt:

    % setenv TWO_TASK test_db.world

When you invoke a tool such as SQL*Plus, you would only need to type:

    % sqlplus scott/tiger

in order to be connected to the TNS address of "test_db.world".  Some users
prefer this to typing:

    % sqlplus scott/tiger@test_db.world

Two-Task Common
===============
Two-Task Common provides character set and data type conversion between
different character sets or formats on the client and server.  
This layer is
optimized to perform conversion only when required on a per connection basis.
At the time of initial connection, Two Task Common is responsible for
evaluating differences in internal data and character set representations and
determining whether conversions are required for the two computers to
communicate.
 
阅读(919) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~