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: Oracle Net 8 !!

Re: Oracle Net 8 !!

From: <smoore_at_accordhr.com>
Date: Tue, 23 Jun 1998 20:48:11 GMT
Message-ID: <6mp4ac$mk8$1@nnrp1.dejanews.com>


In article <358EB277.AC608D9_at_aa.net>,
  Ashok Balakrishnan <ashok_at_aa.net> wrote:
>
> Hi Oraclers,
> Just wanted to conduct a survey on :-
> Has anybody "witnessed" SPX/IPX adapters/listener work in Oracle Net 8
> ?
>
> Am referring to the SPX/IPX which comes bundled with the Oracle 8.0.4.0
> on Unix platforms.
>
> Thanx
>
> A Oracle DBA.
>
>

I'm using the Net8 SPX protocol adapter, with an 8.0.4.1.3 database on NT4. Here's the relevant portions of the Listener.ora and Tnsnames.ora.

Listener.ora

LISTENER =
  (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = SPX)(Service = oraclesvr_lsnr))   )

Tnsnames.ora
oracle.world=
(DESCRIPTION =

	(ADDRESS_LIST =
		(ADDRESS =
			(PROTOCOL = SPX)
			(Service = oraclesvr_lsnr)
		)
	)
	(CONNECT_DATA =
		(SID=ORCL)
		(SERVER=DEDICATED)
	)

)

-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Tue Jun 23 1998 - 15:48:11 CDT

Original text of this message

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