Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help me! SQL*NET V2 for Solaris
>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.htmlReceived on Mon Aug 04 1997 - 00:00:00 CDT
![]() |
![]() |