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 Bequeath problem with non oracle users

Re: TNS Bequeath problem with non oracle users

From: Amit <amitsharon_at_my-deja.com>
Date: Mon, 06 Sep 1999 17:26:08 GMT
Message-ID: <7r0tf4$v5j$1@nnrp1.deja.com>


To create local connection.

In article <37C32753.39B8F4D8_at_gwl.com>,   Dogan Cibiceli <dcib_at_gwl.com> wrote:
> Isn't bequeth protocol an oracle protocol ? Why not use tcp/ip ?
>
> Amit wrote:
>
> > Troy,
> >
> > Didn't work, thanks.
> >
> > Amit.
> >
> > In article <37B9DD24.B03B8BC3_at_edcmail.cr.usgs.gov>,
> > Troy Meyerink <meyerink_at_edcmail.cr.usgs.gov> wrote:
> > > Amit,
> > >
> > > I think you need to modify your sqlnet.ora to hold
> > >
> > > AUTHENTICATION_SERVICES = (NONE,BEQ)
> > >
> > > Hopefully that should work.
> > >
> > > Troy Meyerink
> > > Raytheon
> > > EROS Data Center
> > >
> > > Amit wrote:
> > >
> > > > Hi,
> > > >
> > > > I have installed Oracle 8.0.5 on Linux RedHat 5.2.
> > > >
> > > > Everything seems to work OK, except non-oracle users can not
connect
> > to
> > > > database with Bequeath Protocol Adapter - I get 'ORA-12546:
> > > > TNS:permission denied'. They can connect with non-Bequeath
> > protocols.
> > > >
> > > > After querying the issue a little, I performed following
actions:
> > > > chmod 777 /var/tmp/.oracle
> > > > chmod 777 /var/tmp/.oracle/*
> > > > chown oracle.dba $ORACLE_HOME/bin/tnslsnr
> > > > chmod 750 $ORACLE_HOME/bin/tnslsnr
> > > > chown oracle.dba $ORACLE_HOME/network/log
> > > > chmod 775 $ORACLE_HOME/network/log
> > > > chown root.dba $ORACLE_HOME/network/log/listener.log
> > > > chmod 664 $ORACLE_HOME/network/log/listener.log
> > > >
> > > > The problem stays...
> > > > By the way, I have installed oracle on Linux few times before
and
> > never
> > > > had these problems.
> > > >
> > > > Does anyone have suggestions?
> > > >
> > > > Thanks, Amit.
> > > >
> > > > Sent via Deja.com http://www.deja.com/
> > > > Share what you know. Learn what you don't.
> > >
> > >
> >
> > Sent via Deja.com http://www.deja.com/
> > Share what you know. Learn what you don't.
>
>

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Mon Sep 06 1999 - 12:26:08 CDT

Original text of this message

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