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: TNS-01201 Can't find Oracle executable; Configuring tnsnames.ora and listener.ora

Re: TNS-01201 Can't find Oracle executable; Configuring tnsnames.ora and listener.ora

From: <charlie20000_at_my-deja.com>
Date: Thu, 07 Dec 2000 00:24:53 GMT
Message-ID: <90mlce$7ju$1@nnrp1.deja.com>

In article <90g5vm$rus$1_at_nnrp1.deja.com>,   charlie20000_at_my-deja.com wrote:
>
> ******************************************************************
> when I then start up svrmgrl I get the following error:
> *******************************************************************
> Oracle Server Manager Release 3.1.5.0.0 - Production
>
> (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
>
> oracleora1: error in loading shared libraries: libobk.so: cannot read
> file data: No such file or directory
> oracleora1: error in loading shared libraries: libobk.so: cannot read
> file data: No such file or directory
> ORA-12547: TNS:lost contact
>

FYI:
I found the solution to the above on another post - I reinstalled 8.1.5 (on my Mandrake 7.2 system) using a typical install and not choosing the create database option. I then got the "libobk.so" error. I solved that by following the instructions below. Then I installed the linux_815patches.tgz file. Here is the libobk.so solution (zip did not work for me, I had to use fastjar which you can download from www.redhat.com):

 Subject: Re: libobk.so -> libdsbtsh8.so missing From: Martin.Haltmayer_at_0800-einwahl.de
Date: 2000/02/19
Newsgroups: comp.databases.oracle.server Many thanks, worked great after I used "zip lib.0.1.jar libdsbtsh8.so" instead
of jar because jar was not in my path.

Martin

ykhogaly wrote:
>
> You can apply the following work around :
>
> 1) % cd

 <mountpoint>/stage/Components/oracle/rdbms/8.1.5.0.0/1/DataFiles
>
> 2) % cp lib.0.1.jar $ORACLE_HOME/lib
>
> 3) % cd $ORACLE_HOME/lib
>
> 4) % jar xf lib.0.1.jar libdsbtsh8.so
>
> There now should be a libdsbtsh8.so in "$ORACLE_HOME/lib" with a
 file size
> other than 0.
>
> 5) % rm libobk.so
>
> 6) % ln -s libdsbtsh8.so libobk.so
>
> 7) Relink oracle:
>
> % cd $ORACLE_HOME/rdbms/lib
> % make -f ins_rdbms.mk install
>
> Regards
>
> "The Views expressed here are my own and not necessarily those of
 Oracle
> Corporation"
>
> "Martin Haltmayer" <Martin.Haltmayer_at_0800-einwahl.de> wrote in message
> news:38AB402C.E8DF4E91_at_0800-einwahl.de...
> > I installed Oracle 8.1.5 EE for Linux with the patch of SuSE 6.3
> >
> > But the shared library $ORACLE_HOME/lib/libobk.so is empty (it is a
> > symbolic link to $ORACLE_HOME/lib/libdsbtsh8.so). I cannot start
> > sqlplus.
> >
> > Can someone please tell me where I can fill this library from?
> >
> > Martin
> >
> >

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Wed Dec 06 2000 - 18:24:53 CST

Original text of this message

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