Re: help wanted -- sql*net on solaris sparc

From: John D Groenveld <groenvel_at_cse.psu.edu>
Date: 1998/02/23
Message-ID: <6cr5vc$2si$1_at_tholian.cse.psu.edu>#1/1


In article <6b645j$4cam$1_at_newssvr09-int.news.prodigy.com>, Yumin Yin <YUMIN_at_prodigy.net> wrote:
>Hi, would anybody help me out? I just installed oracle wg7.3 on solaris and >had problem with sql*net.
SQLNet is not configured out of the box. :( Here's two basic samples, See the Oracle docs for a full explaination and probable basic examples.
John
groenveld_at_acm.org

# listener.ora
# comments, I love comments
# Changes:
LISTENER=
	(ADDRESS_LIST= 
		(ADDRESS=

(PROTOCOL=TCP)
(HOST=hostname)
(PORT=portnumber)
) (ADDRESS=
(PROTOCOL=IPC)
(KEY=ORCL)
) ) SID_LIST_LISTENER= (SID_LIST= (SID_DESC=
(SID_NAME=ORCL)
(ORACLE_HOME=/home/oracle/product/7.3.3)
) ) # tnsnames.ora - client configuration file ala /etc/hosts
# comments, I love comments
# Changes:
tnsalias=
	(DESCRIPTION=
		(ADDRESS_LIST=

(ADDRESS=
(PROTOCOL=TCP) (HOST=hostname) (PORT=portnumber) ) ) (CONNECT_DATA=
(SID=ORCL)
) )
Received on Mon Feb 23 1998 - 00:00:00 CET

Original text of this message