Home » Infrastructure » Linux » Installation problems of Oracle9i on Linux7.1
Installation problems of Oracle9i on Linux7.1 [message #96971] Fri, 05 October 2001 01:22 Go to next message
venkatesh
Messages: 72
Registered: August 2000
Member
Hi there,

I have problems in installing Oracle 9i on Linux 7.1.I have followed all the steps prescribed till running the runinstaller after which I selected the option of installing the Oracle software with the database.

But it threw errors during linking like:

1. Error in invoking target install of makefile /Orahome/plsql/lib/ins_plsql.mk

2. Error in invoking target relink of makefile /Orahome/precomp/lib/ins_precomp.mk

3. Error in invoking target install of makefile /Orahome/network/lib/ins_net_client.mk

4. Error in invoking target install of makefile /Orahome/sqlplus/lib/ins_sqlplus .mk

5. Error in invoking target install of makefile /Orahome/network/lib/ins_oemagent.mk

6. Error in invoking target ioracle of makefile /Orahome/rdbms/lib/ins_rdbms.mk

7. Error in invoking target toolsinstall of makefile /Orahome/Idap/lib/ins_Idap.mk

8. Error in invoking target odipinstall of makefile /Orahome/Idap/lib/ins_Idap.mk

9. Error in invoking target hragentinstall of makefile /Orahome/Idap/lib/ins_Idap.mk

10. Error in invoking target install of makefile /Orahome/ctx/lib/ins_ctx.mk

11. Error in invoking target install of makefile /Orahome/network/lib/ins_net_server.mk

12. Error in invoking target install of makefile /Orahome/otrace/lib/ins_otrace.mk

13. Error in invoking target install of makefile /Orahome/rdbms/lib/ins_rdbms.mk

I ignored all these errors but the net configuration assistant hangs and so does the apache web server part.Fortunately the database gets created.

But when I try running sqlplus it says "Error while loading shared libraries:libclntsh.so.9.0:cannot load shared object file:no such file or directory".

Please help with the solution at the earliest as my credibility is at stake.




----------------------------------------------------------------------
Re: Installation problems of Oracle9i on Linux7.1 [message #97069 is a reply to message #96971] Tue, 13 November 2001 10:44 Go to previous messageGo to next message
agfisdn
Messages: 2
Registered: November 2001
Junior Member
http://www.orafaq.net/msgboard/unix/messages/821.htm

----------------------------------------------------------------------
Re: Installation problems of Oracle9i on Linux7.1 [message #97219 is a reply to message #96971] Wed, 23 January 2002 05:50 Go to previous messageGo to next message
mehul
Messages: 4
Registered: January 2002
Junior Member
Do u get the solution
if yes then please help me...

i m also in same situation
Re: Installation problems of Oracle9i on Linux7.1 [message #97238 is a reply to message #96971] Thu, 31 January 2002 00:29 Go to previous messageGo to next message
Aingeru Escudero
Messages: 1
Registered: January 2002
Junior Member
Go to otn.oracle.com and download glibc-2.1.3-stubs in oracle 8i for linux download section. Install oracle and ignore errors,then install this patch.
Re: Installation problems of Oracle9i on Linux7.1 [message #97264 is a reply to message #96971] Thu, 14 February 2002 02:33 Go to previous messageGo to next message
Raj Saini
Messages: 1
Registered: February 2002
Junior Member
Please visit the link below. You will get the
all the replies. It is the only place I could
find to have complete info.

http://www.puschitz.com/InstallingOracle9i.html
Re: Installation problems of Oracle9i on Linux7.1 [message #97298 is a reply to message #96971] Tue, 26 February 2002 11:48 Go to previous messageGo to next message
Jeffrey Hunter
Messages: 6
Registered: February 2002
Junior Member
I have two documents on installing Oracle 8.1.7 and 9.0.1 on RedHat Linux.

http://www.idevelopment.info

From the Topics Menu:
Oracle -> DBA Tips -> Tips #53 and #54

Hope this helps. -- jeff
Re: Installation problems of Oracle9i on SuSE 6.3 [message #97320 is a reply to message #96971] Sun, 10 March 2002 21:29 Go to previous messageGo to next message
Andally
Messages: 3
Registered: March 2002
Junior Member
Do u get the solution
if yes then please help me...
i m also in same situation
Re: Installation problems of Oracle9i on Linux7.1 [message #97321 is a reply to message #96971] Sun, 10 March 2002 22:38 Go to previous messageGo to next message
Andally
Messages: 3
Registered: March 2002
Junior Member
I just load .bash_profile with you seting below, and also set $ORACLE_HOME9
without 9, when type:

>sqlplus /nolog
sqlplus error while loading shared libraries: libclntsh.so.9.0: can't load
shared object file: NO Such file or directory.

do I need reinstall after set env you suggested below..

thanks
sam

> Sam,
>
> I'm using Oracle 9i with Suse linux 7.1 (Kernel 2.4.7) and KDE2 GUI.
>
> My guess is your ORACLE_HOME and/or LD_LIBRARY_PATH and/or PATH are not
set
> properly.
>
> There is no svrmgrl with 9i.
>
> Use the following instead:
>
> sqlplus /nolog
> SQL> connect / as sysdba
>
>
> Here are what some of my environment variables are set to:
>
> ORACLE_SID=T901
>
LD_LIBRARY_PATH=/opt/app/oracle/product/9.0.1/lib:/lib:/usr/lib:/usr/local/l
> ib:/opt/app/oracle/.kde2/lib:/opt/kde2/lib
>
CLASSPATH=/opt/app/oracle/product/9.0.1/JRE:/opt/app/oracle/product/9.0.1/jl
>
ib:/opt/app/oracle/product/9.0.1/rdbms/jlib:/opt/app/oracle/product/9.0.1/ne
> twork/jlib
> ORACLE_BASE=/opt/app/oracle
> ORACLE_HOME=/opt/app/oracle/product/9.0.1
> ORACLE_TERM=xterm
> ORA_NLS33=/opt/app/oracle/product/9.0.1/ocommon/nls/admin/data
> NLS_LANG=AMERICAN_AMERICA.UTF8
>
PATH=/opt/kde2/bin:/bin:/usr/bin:/usr/sbin:/etc:/usr/bin/X11:/usr/local/bin:
>
/opt/app/oracle/product/9.0.1/bin:/opt/kde2/bin:/usr/lib/java/bin:/usr/games
> /bin:/usr/games:/opt/gnome/bin
>
> Gerardo
> -----Original Message-----
> From: sam sun [[mailto:csun299@hotmail.com]]
> Sent: Thursday, September 06, 2001 2:07 PM
> To: Molina, Gerardo; suse-oracle@suse.com
> Subject: Re: [[suse-oracle]] 9i install with Disk1
>
>
> all path setup with installation required,
>
> ORACLE_HOME9=/u01/app/oracle/product/9.0.1
> PATH=/usr/bin/...
> LD_LIBRAY_PATH=
>
> I can't remember, is there anything missing..
>
> a lot there, appreciated your quick response:
> sam
>
>
> > what do your environment variables look like, such as PATH, ORACLE_HOME,
> > LD_LIBRARY_PATH, etc.?
> >
> > -----Original Message-----
> > From: sam sun [[mailto:csun299@hotmail.com]]
> > Sent: Thursday, September 06, 2001 1:42 PM
> > To: Molina, Gerardo; suse-oracle@suse.com
> > Subject: Re: [[suse-oracle]] 9i install with Disk1
> >
> >
> > thanks Gerardo,
> >
> > you're right, I though it may be the case, but I can't involve the
> sqlplus,
> > it tell me that no shared library.
> > I wonder that how do you login the 9i, I knew no svrmgrl there any more.
> >
> > Also,
> > I only had X window, no KDE or GNOME due to installation issue, how to
> bring
> > up the browser using apache...?
> >
> > thanks
> > sam
> >
> >
> > > If you extract Disk1, Disk2, and Disk3 in the same directories so that
> you
> > > have directories called Disk1, Disk2, and Disk3, then the installer
> should
> > > not prompt you for Disk2 and Disk3 locations. I think it's smart
enough
> > to
> > > find them. Check your environment variables and also have a look at
the
> > 9i
> > > installation guide.
> > >
> > > Gerardo
> > >
> > > -----Original Message-----
> > > From: sam sun [[mailto:csun299@hotmail.com]]
> > > Sent: Thursday, September 06, 2001 9:15 AM
> > > To: suse-oracle@suse.com
> > > Subject: [[suse-oracle]] 9i install with Disk1
> > >
> > >
> > > Hi all,
> > >
> > > I just installed 9i with Disk1 on suse7.2 ,but didn't show Disk2 and
> Disk3
> > > after first one finish, only show the management lock icon, which lock
> > some
> > > users beside sys and systme;
> > > during disk1 installation, error shows that make utilitis didn't find
on
> > > /usr/bin/make.
> > >
> > > any ideas?
> > > appreicated
> > > sam
> > >
> > >
> > >
> > > --
Re: Installation problems of Oracle9i on Linux7.1 [message #97383 is a reply to message #96971] Sat, 06 April 2002 01:14 Go to previous messageGo to next message
Praveen Kumar BOJJA
Messages: 1
Registered: April 2002
Junior Member
I am also facing the same problem but it is on HP-UX 11.0.As well when i try to call sqlplus it say file not executable.
Re: Installation problems of Oracle9i on Linux7.1 [message #97426 is a reply to message #96971] Thu, 02 May 2002 19:22 Go to previous messageGo to next message
natter
Messages: 3
Registered: October 2001
Junior Member
Dude, you just saved me hours and hours and hours of searching,etc.......headaches.......

Thanks Jeff.

I just spent an hour on your site reading things. You are a pretty damn smart fella.

Thanks for the page and the help on this.
Re: Installation problems of Oracle9i on Linux7.1 [message #97444 is a reply to message #96971] Fri, 10 May 2002 09:10 Go to previous messageGo to next message
stan
Messages: 7
Registered: October 1999
Junior Member
thanks to http://www.puschitz.com/InstallingOracle9i.html#12
i've been able to go through the installation process
and fix the problem
an advice: set your environnements variables!!
http://otn.oracle.com/docs/products/oracle9i/pdf/9i_lin_install.pdf under oracle user
Jeff: THANKS! Your tip works on 9i on RH7.3 too [message #97464 is a reply to message #96971] Fri, 24 May 2002 05:35 Go to previous messageGo to next message
Jon Bailey
Messages: 1
Registered: May 2002
Junior Member
> http://www.idevelopment.info
> From the Topics Menu:
> Oracle -> DBA Tips -> Tips #53 and #54
> Hope this helps. -- jeff

(see subject)

Oracle9iAS release 2 + Suse 7.3 Pro also need to do this step too! [message #97529 is a reply to message #96971] Wed, 10 July 2002 00:51 Go to previous messageGo to next message
Chu Ka Keong
Messages: 2
Registered: July 2002
Junior Member
But when I install Oracle9i Database release 2 on Suse 7.3 Pro do not see this error, the Linking process 100% succeeded.
Oracle9iAS on Suse7.3 Pro also need to modify genclntsh too. But... [message #97530 is a reply to message #96971] Wed, 10 July 2002 00:59 Go to previous messageGo to next message
Chu Ka Keong
Messages: 2
Registered: July 2002
Junior Member
But when I install Oracle9i Database release 2 on Suse 7.3 Pro, Ido not see this error, the Linking process is 100% succeeded
Re: Installation problems of Oracle9i on Linux7.1 [message #97808 is a reply to message #96971] Tue, 11 February 2003 05:38 Go to previous message
ice
Messages: 3
Registered: September 2000
Junior Member
hi guys,
i faced the same problem during my installation
of oracle9i database on redhat 7.2. the problem
was, "error in invoking target ntcontab.0 of
makefile......then it listed the file name. i
ignored and continue with the installation. when
i reached the configuration tools window it took
damn long to process the tools......so i exited
from the installation. then i started back with
the installation from cd 1 as usual it asked for
the directory and eveerything and it promp for
cd number 3. i inserted cd number 3 and after a
while it said, installation was completed
succesfully. then i tried to start the database
with the command sqlplus /nolog it replied
"error while loading shared library". about the
oracle environment setting, before the
installation i edited the .bash_profile and
later i came to know it also can be done under
/etc/profile. so i changed the environment from
.bash_profile to /etc/profile but still i get
the same error message. i need someone's help
here. do i need to do the installation again? if
so what are the things i need to remove? thx in
advance.
Previous Topic: Problem during Installation of Oracle 8.1.7 on Red Hat Linux 7.2
Next Topic: Connecting to oracle on linux from windows by vb
Goto Forum:
  


Current Time: Thu Mar 28 13:25:57 CDT 2024