Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: looking for info about TWO_TASK variable

Re: looking for info about TWO_TASK variable

From: Erwin Dondorp <erwindon_at_wxs.nl>
Date: Thu, 03 Feb 2000 21:43:30 +0100
Message-ID: <3899E872.5C9B371C@wxs.nl>


Avi Veinshtein wrote:
> What is the exact purpose of TWO_TASK variable ?
TWO_TASK contains the default TNS-name to connect to. So:

	export TWO_TASK=aap
	sqlplus system/manager
is the same as
	sqlplus system/manager_at_aap

> Does anybody knows where in Oracle docs it is described ?
Should be in the SQL*Net manuals I think.

--
Erwin Dondorp
<http://www.dondorp.com/> Received on Thu Feb 03 2000 - 14:43:30 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US