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: TWO_TASKING

Re: TWO_TASKING

From: Vadim Lejnin <lejnin_at_fors.ru>
Date: 1998/09/10
Message-ID: <6t6r0k$hgo$1@escape.rtsnet.ru>#1/1

TWO_TASK - default connect string for unix clients Example use:
ORACLE_HOME for Forms30 and Menu5 = /u00/app/oracle/product/7.2.2 ORACLE_HOME for RDBMS server 7.3.4 = /u00/app/oracle/product/7.3.4 SQL*NET V2 Alias for connect to RDBMS 7.3.4 = My_BASE.WORLD

for connect to server from TOOLS:
tools$ cat /etc/oratab

# format oratab
# ORACLE_SID:ORACLE_HOME:Automatic_run
# this is real oracle instance

ORCL:/u00/app/oracle/product/7.3.4:Y
# this is psevdo instance for old Oracle*TOOLS f30:/u00/app/oracle/product/7.2.2:N
tools$ . oraenv # change working oracle Software ORACLE_SID = [ORCL] f30
tools$ env
....
ORACLE_HOME=/u00/app/oracle/product/7.2.2 ...
TWO_TASK=My_BASE.WORLD
...
ORACLE_SID=f30
tools$ runforms30 TEST scott/tiger

Documentations:
See "Oracle7 Administrator's Reference for UNIX" CHAPTER 6. Environment Variables for Oracle7

--

With best regards, Vadim Lejnin

Oracle and Unix Administrator company FORS
Technical Support Department
E-mail: support_at_fors-co.msk.su
 lejnin_at_fors-co.msk.su


Tansel Ozkan wrote in message <35EABF82.6469_at_openix.com>...

>Hello all,
>
>I came accross the term 'TWO_TASK' in a couple places.
>But I don't really have a good understanding.
>What is meant by 'two_tasking'. I tried to look up some
>information from the Oracle Documentation but couldn't
>find much information on it..
>
>Could anyone shed some light on this?
>
>Thanks..
>
>Tansel
Received on Thu Sep 10 1998 - 00:00:00 CDT

Original text of this message

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