Kbase P103250: Error 1155 for $DLC/bin/_orasrv
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
Oracle DataServer
IBM AIX
SYMPTOM(s):
probrker -H <host> - S <service>
CONNECT <dbname> -dt ORACLE -H <host> -S <service> -U <usr> -P <password>
Broker could not spawn a server. (1157)
BROKER could not execute <modname>. (1155)
BROKER could not execute <$DLC_value>/bin/_orasrv. (1155)
$DLC/bin/_orasrv
Above command returns the four following messages
Could not load program _orasrv:
Dependent module libclntsh.a(shr.o) could not be loaded.
Could not load module libclntsh.a(shr.o).
Error was: No such file or directory
LIBPATH does contain $ORACLE_HOME/lib/libclntsh.a
CAUSE:
Due to UNIX file permissions the library libclntsh.a was not found
FIX:
cd /usr/lib; ln -s $ORACLE_HOME/lib/libclntsh.a .