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

TNS Bequeath problem with non oracle users

From: Amit <amitsharon_at_my-deja.com>
Date: Mon, 16 Aug 1999 07:26:13 GMT
Message-ID: <7p8eee$kn0$1@nnrp1.deja.com>


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 Mon Aug 16 1999 - 02:26:13 CDT

Original text of this message

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