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: Troy Meyerink <meyerink_at_edcmail.cr.usgs.gov>
Date: Tue, 17 Aug 1999 22:07:33 GMT
Message-ID: <37B9DD24.B03B8BC3@edcmail.cr.usgs.gov>


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.
Received on Tue Aug 17 1999 - 17:07:33 CDT

Original text of this message

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