Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> ORA-12546 ON Linux 6.0
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.
_-----_ (_/ \_) (_____) \/\/\___
![]() |
![]() |