Re: [Q] What is the TWO_TASK environment variable?
From: <roosens>
Date: 1996/08/02
Message-ID: <4trgnl$2d0k_at_news-s01.ny.us.ibm.net>#1/1
Date: 1996/08/02
Message-ID: <4trgnl$2d0k_at_news-s01.ny.us.ibm.net>#1/1
rfraser_at_vanisl.decus.ca wrote:
>Does anyone know what the TWO_TASK environment variable is/does
>and how should it be set if using SQL*NET v2. Thanks in advance.
example :
TWO_TASK=t:<nodename>:<orac>
where <nodename> should be replaced by the name of the database server and <orac> the name of the database on this server
so
do
TWO_TASK=t:system1:test ; export TWO_TASK
sqlplus
and you'll login to the test-database on the node system1
provided your sqlplus is linked to sqlnet :
test this by
nm sqlplus|grep ttt
and you have network connection with TCP-IP
test this with
ping system1
Greatings,
ir Danny Roosens
Genesys - Belgium
Received on Fri Aug 02 1996 - 00:00:00 CEST