Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.misc -> Re: two-task
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