Topic Options
Rate This Topic
#59621 - 12/31/01 11:06 AM Oracle TWO_TASK
remedy_calpoly Offline
Stealth Member

Registered: 06/12/01
Posts: 46

Hi all,

Could somebody who is running Oracle on a remote machine (UNIX) please send
me the line in their ar.conf file that has the Oracle Two Task information
in it. I'm not sure what format to use.

Thanks,
Jamie



_____
Send and receive Hotmail on your mobile device: http://mobile.msn.com

_____________________________




Top
#59622 - 12/31/01 12:00 PM Re: Oracle TWO_TASK [Re: wendy haney]
jjmckenzie51 Offline
Stealth Member

Registered: 09/27/01
Posts: 475

The following is in our ar.conf file (note: Remedy on HP-UX MUST be installed as a remote service.)

Oracle-SID: NSM
Oracle-Two-Task: NSM

Even though our settings are the same, it may not be for your system.

And comes from our server's tnsnames.ora file (8.1.6.2):

NSM (Oracle_SID value)
=
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.xxx.xxx)(PORT = xx))
)
(CONNECT_DATA =
(SERVICE_NAME = NSM) (Oracle_TWO_TASK value)
(SERVER = DEDICATED)
)
)

and the following is from our test server running Oracle 8.1.6.3:

NSM =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = xxx.xxx.xxx.xxx)(PORT = xx))
)
(CONNECT_DATA =
(SID = NSM) (Oracle_SID)
(GLOBAL_NAME = NSM)(Oracle_TWO_TASK)
)
)
Original Message:
-----------------
From: James Starkovich remedy_calpoly@HOTMAIL.COM
Date: Mon, 31 Dec 2001 17:06:22 +0000
To: ARSLIST@LISTSERV.VISTAIT.COM
Subject: Oracle TWO_TASK


**

Hi all,

Could somebody who is running Oracle on a remote machine (UNIX) please send
me the line in their ar.conf file that has the Oracle Two Task information
in it. I'm not sure what format to use.

Thanks,
Jamie



_____
Send and receive Hotmail on your mobile device: http://mobile.msn.com

_____________________________



--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .

_____________________________




Top


Moderator:  Matt_Reinfeldt