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: TNS-12546: TNS:permission denied

Re: TNS-12546: TNS:permission denied

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Mon, 9 Jul 2001 22:10:31 +0200
Message-ID: <tkk3pmrsdjmk21@beta-news.demon.nl>

Please check your /etc/services file.
Port 22 is almost definitely in use by some other protocol. You can't assign a random port number, you need to use 1521 or 1526. The former port definitely has been assigned by IANA to Oracle, so you won't find any other services, the latter probably also was assigned.

Hth,

Sybrand Bakker, Senior Oracle DBA

"Leo Gonzales, Jr." <jun.gonzales_at_home.com> wrote in message news:NSn27.56788$0e3.50629769_at_news1.rsm1.occa.home.com...
> This is a follow-up from my previous message.
>
> The following errors appear in the listener.trc file:
>
> ntt2err: soc 14 error - operation=1, ntresnt[0]=516, ntresnt[1]=13,
> ntresnt[2]=0
> ntt2err: exit
> nttcnp: exit
> nttcon: exit
> nserror: nsres: id=0, op=65, ns=12546, ns2=12560; nt[0]=516, nt[1]=13,
> nt[2]=0;
> ora[0]=0, ora[1]=0, ora[2]=0
> nsopen: unable to open transport
>
> Thanks,
> Leo
>
>
> "Leo Gonzales, Jr." <jun.gonzales_at_home.com> wrote in message
> news:tan27.56743$0e3.50610568_at_news1.rsm1.occa.home.com...
> > Hi,
> >
> > I'm getting the error below when start the LISTENER. When I change to a
> > different port number (say PORT=1524) the LISTERNER
> > starts up. I want port the listener to listen at port=22. How can I
 resolve
> > this issue. Note: My permission on /var/tmp/.oracle is correct.
> >
> > TNSLSNR for Solaris: Version 8.1.7.0.0 - Production
> > System parameter file is
> > /dba/app/oracle/product/8.1.7/network/admin/listener.ora
> > Log messages written to
> > /dba/app/oracle/product/8.1.7/network/log/listener.log
> > Trace information written to
> > /dba/app/oracle/product/8.1.7/network/trace/listener.trc
> > Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC)))
> > Attempted to listen on:
> > (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=picasso)(PORT=22)))
> > TNS-12546: TNS:permission denied
> > TNS-12560: TNS:protocol adapter error
> > TNS-00516: Permission denied
> > Solaris Error: 13: Permission denied
> >
> >
> > Thanks,
> > Leo
> >
> >
> >
>
>
Received on Mon Jul 09 2001 - 15:10:31 CDT

Original text of this message

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