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 -> ORA-12546 ON Linux 6.0

ORA-12546 ON Linux 6.0

From: Mahesh Swaminathan <mahesh_at_zedak.com>
Date: Tue, 7 Sep 1999 15:23:50 -0400
Message-ID: <7r3or2$9f6@dfw-ixnews6.ix.netcom.com>


When i posted this message last time i did not explain my login problem clearly. So, here goes:

I have installed oracle 8 server (version 8.0.5.0.0) on a Linux Redhat 6.0 server (i applied the suggested patch to let oracle 8 use glib2.0). I have created a database and i am able to startup and mount the database as a ORACLE_OWNER (Unix ID- oracle). Also, I am able to connect to SQLPLUS when i am logged in as ORACLE_OWNER (Unix ID). But when i try to use sqlplus (or for that matter connect to database through any other medium) when i am logged in as a different user (Different Unix ID and a member of dba group), i get ora-12546: TNS: Permission denied error. I saw some news messages suggesting me to do the following:
> > 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
and i did them but i still do get the same error.

I want to be able to obtain a database connection through php3 module to the oracle database and with this permission denied error i am not able to proceed.

     _-----_
    (_/   \_)
    (_____) \/\/\___

Mahesh Swaminathan
Zedak Corp.
Office: 914-773-0663
Home: 914-949-6293 Received on Tue Sep 07 1999 - 14:23:50 CDT

Original text of this message

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