Error when starting listener on RHEL4

Asked By 0 points N/A Posted on -
qa-featured

1. libclntsh.so.10.1: cannot open error:

Hello everyone,

I use RHEL 4 and when I’m going to start listener, I receive the following error:

[root@rh-staging Apache]# lsnrctl libclntsh.so.10.1: cannot open error start LSNR_FPRCQA

LSNRCTL for Linux: Version 10.2.0.3.0 – Production on 08-MAY-2007 16:17:15

Copyright (c) 1991, 2006, Oracle. All rights reserved.

Starting /opt/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait…

/opt/app/oracle/product/10.2.0/db_1/bin/tnslsnr: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory

TNS-12547: TNS:lost contact

TNS-12560: TNS:protocol adapter error

TNS-00517: Lost contact

Linux Error: 32: Broken pipe

Please help me.

Thanks.

SHARE
Answered By 0 points N/A #96945

Error when starting listener on RHEL4

qa-featured

For your error it seems symptomatic that LD_LIBRARY_PATH is not configured correctly. This error occurs usually Oracle setup and configuration. So you have to check 2 things below:

1. Installed Oracle (32 Bit) and use the Library in the client for part of LD_LIBRARY_PATH for operating system user and also running process INFA in enabled.
 
2. Confirmed that total .so files have permission in the directory for the operating system user according to the INFA process running. check it out via ls –alt all .so file are non-restricted.

Related Questions