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: Help me! SQL*NET V2 for Solaris

Re: Help me! SQL*NET V2 for Solaris

From: Gary Assa <gsa_at_panix.com>
Date: 1997/08/04
Message-ID: <5s4lqd$j3o@panix.com>#1/1

>listener.ora
>========
>#
># LISTENER DEFINITION
>#
>LISTENER=
> (ADDRESS_LIST=
> (ADDRESS=
> (PROTOCOL=IPC)
> (KEY=ora7)
> )
> (ADDRESS=
> (PROTOCOL=tcp)
> (HOST=laputa)
> (PORT=1525)
> )
> )
>

SQL*Net 2 should be on Part 1521.
You may also want to put this line above the (PROTOCOL=tcp) line:

      (COMMUNITY = TCP.world)  

What does you tnsnames.ora file look like. Of course that doesn't matter when you try to do a lsnrxt start, but that will have to be correct for when you try to connect to a database on this machine if you give a connect string.  

Did you try setting trace on?

-- 
                     ------------------------------------
If you have a condom and sunscreen SPF 15 or greater, than it's safe to look at
                     http://www.panix.com/~gsa/index.html
Received on Mon Aug 04 1997 - 00:00:00 CDT

Original text of this message

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