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

Home -> Community -> Usenet -> c.d.o.misc -> Re: two-task

Re: two-task

From: AnaCDent <anacedent_at_hotmail.com>
Date: Wed, 07 Apr 2004 17:19:00 -0700
Message-ID: <VT0dc.2843$Vo.2429@fed1read03>


Cupofjava1961 wrote:
> Can someone tell me what two-task is and what is it's function?

When the environment variable TWO_TASK is set to some value it forces the use of SQL*Net connection.

unset TWO_TASK
sqlplus username/password_at_dev

produces the same results as...

TWO_TASK=DEV
sqlplus username/password Received on Wed Apr 07 2004 - 19:19:00 CDT

Original text of this message

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