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: No other user but oracle can connect

Re: No other user but oracle can connect

From: Harm <napel_at_wxs.nl>
Date: Tue, 1 Sep 1998 20:54:17 +0200
Message-ID: <6shfhr$s1k$1@reader3.wxs.nl>


This is probably because you lost the setuid bit while copying the oracle executable, solution:
as oracle:
cd $ORACLE_HOME/bin
chmod 4755 oracle
try ls -l to see the rws etc. bits

greetings

Harm

Jeff wrote in message <6rq6rm$pqe_at_dfw-ixnews8.ix.netcom.com>...
>Hello,
>
>I have copied an installation of Oracle 7.3.3 from one Solaris 2.5.1 box to
>another. When I try to connect to the database using SQL*PLUS from any
UNIX
>user OTHER THAN ORACLE, I get the following error:
>
>ld.so.1: oracledev11: fatal: libsunmath.so.1: can't open file: errno=2
>ld.so.1: oracledev11: fatal: libsunmath.so.1: can't open file: errno=2
>ld.so.1: oracledev11: fatal: libsunmath.so.1: can't open file: errno=2
>ERROR: ORA-12547: TNS:lost contact
>
>If I try to connect to SQL*PLUS logged in as the UNIX oracle user, it works
>fine.
>
>Any help would be greatly appreciated. Thanks! --Jeff
>
>jcbeau_at_bpasystems.com
>
>
>
>
>
>
Received on Tue Sep 01 1998 - 13:54:17 CDT

Original text of this message

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