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: Sqlplus Error on Solaris Intel

Re: Sqlplus Error on Solaris Intel

From: <andrewtodl_at_my-deja.com>
Date: 2000/07/08
Message-ID: <8k7m3o$gee$1@nnrp1.deja.com>#1/1

It might be worth checking what version of java is seen on your system (java -version) .. the OUI seems to be somewhat sensitive to the version, and the Solaris 8 IA install defaults to 1.2 .. change the link /usr/java to point to /usr/java1.1 (which will give 1.1.8), and try the install again .. this changed my install from loads of linking errors to none .. which is nice

good luck

A

In article <8ibpn7$m9c$1_at_nnrp1.deja.com>,   berj_kacherian_not_at_hotmail.com wrote:
> What were the errors during the install? The best way to relink
> everything is to install oracle again.
>
> Linking basically links a number of object files/libraries and
> shareable images/libraries to create an executable image.
>
> Also include the $ORACLE_HOME/bin directory in the search PATH.
>
> The semaphores are values for server memory management. They are
> located in the /etc/system file. See the document at this url for an
> explanation of what to set these to.
>
> http://technet.oracle.com/doc/solaris/server.815/a67457/pre.htm
>
> Good Luck!
>
> In article <8ibkrf$ikf$1_at_nnrp1.deja.com>,
> davidmurphy7799_at_my-deja.com wrote:
> > Well there were errors during the Oracle install after copying files
> > during what was called the 'link' step. As you are probably aware I
 am
> > a Unix newbie. What is this step doing and how can I find out what
 went
> > wrong, and also what to do different if I re-install Oracle
> >
> > I have set env variables ORACLE_SID and ORACLE_HOME and set the path
 to
> > include /export/home/OraHome1/lib. I tried setting LD_LIBBRARY_PATH
 to
> > the Oracle librarys as well
> >
> > Can you explain what semaphore values have to be set and how to set
> > them. I did not see that info in the Oracle install doc.
> >
> > Berj - thanks for your help so far..its appreciated.
> > David Murphy
> >
> > In article <8ibho1$g93$1_at_nnrp1.deja.com>,
> > berj_kacherian_not_at_hotmail.com wrote:
> > > Have you linked all executables?
> > > Are your environmental variables set?
> > > Have you set the semaphore values?
> > >
> > > In article <8ibeq6$dtk$1_at_nnrp1.deja.com>,
> > > davidmurphy7799_at_my-deja.com wrote:
> > > > Hi - I have installed Oracle 8 on Solaris 8. When I try to run
 sqlplus
> > > > I get
> > > >
> > > > "ld.so.1: sqlplus: fatal: libclntsh.so.8.0 open failed: No such
 file
 or
> > > > directory"
> > > >
> > > > If I move that lib to /usr/bin I get some sort of "relocation
 error"
> > > > when running SQLPlus - again the error is from ld.so.1
> > > >
> > > > According to the ldd() display all the libs that sqlplus require
 are
> > > > in /usr/lib except for this one. So what do I need to do to get
 this
> > > > error resolved - any help apreciated.
> > > >
> > > > Thanks
> > > > David M
> > > >
> > > > Sent via Deja.com http://www.deja.com/
> > > > Before you buy.
> > > >
> > >
> > > --
> > > Out the Ethernet, past the firewall, through the router, down the
> > > T1...nothing but Net
> > >
> > > In order to email me remove the '_not' from my email address.
> > >
> > > Sent via Deja.com http://www.deja.com/
> > > Before you buy.
> > >
> >
> > Sent via Deja.com http://www.deja.com/
> > Before you buy.
> >
>
> --
> Out the Ethernet, past the firewall, through the router, down the
> T1...nothing but Net
>
> In order to email me remove the '_not' from my email address.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Sat Jul 08 2000 - 00:00:00 CDT

Original text of this message

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