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: Oracle problem on Red Hat Linux 6.1

Re: Oracle problem on Red Hat Linux 6.1

From: St Erroneous <ishamael_at_erroneous.demon.co.uk>
Date: 2000/06/21
Message-ID: <8ipqqt$en2$1@soap.pipex.net>#1/1

<ddf_dba_at_my-deja.com> wrote in message news:8inq7o$5jk$1_at_nnrp1.deja.com...
> This is an interesting problem that I hope someone can help with. As
> the 'oracle' system user I can invoke SQL*Plus and everything runs as
> expected. However, when I connect to the system as any other user and
> attempt to run SQL*Plus the following message is generated:
>
> oraclePROTIME: error in loading shared libraries: libskgxp8.so: cannot
> open shared object file: No such file or directory
> ERROR: ORA-12547: TNS:lost contact
>
> I KNOW the file is there since, as I stated earlier, the 'oracle' system
> user can invoke SQL*Plus and everything runs fine. As far as I know the
> file permissions are set correctly and, as evidenced by the ability of
> 'oracle' to use SQL*Plus everything must be in place. What is causing
> this? Any insight would be most helpful.

Try

strace -o /tmp/sqlplus_trace.log sqlplus

and check what's happening as the $ORACLE_HOME/lib libraries are open()ed.

-michael E Received on Wed Jun 21 2000 - 00:00:00 CDT

Original text of this message

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