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: svrmgrl: Segmentation fault

Re: svrmgrl: Segmentation fault

From: Allan Plesniarski <aplesnia_at_my-deja.com>
Date: Fri, 14 Jan 2000 19:29:00 GMT
Message-ID: <85ntd7$bi2$1@nnrp1.deja.com>


In article <85nak8$2tc$1_at_diana.bcn.ttd.net>,   "Tony Pich" <apich_at_viviance.com> wrote:
> Hi:
>
> I managed to install Oracle on Sus 6.3. Anyways, now when I try
to start
> up the 'svrmgrl' I get 'segmentation fault'.
> Any ideas why? thanks a lot.
>
> --
> Tony Pich
>
>

Sounds like a unix library problem.
Make sure the unix libraries are in the appropriate path environment variable for you platform, eg. on HP:
SHLIB_PATH=/usr/lib:/usr/dt/lib:/oracle/app/oracle/product/8.0.5/lib LD_LIBRARY_PATH=/usr/lib:/usr/dt/lib:/oracle/app/oracle/product/8.0.5/li b

Sometimes there are oracle patches to be applied on certain platforms to fix this exact error.

We had a similar problem recently when the UNIX admin had a kernel change pending. The new kernel overwrote the current one and caused these errors. The machine needed to be rebooted.

Best course of action is to ring Oracle Support and get them to walk you through the problem.

If you do not have Oracle Support, try:

  1. reboot the machine
  2. relink all oracle executables: cd $ORACLE_HOME/rdbms/lib make -f ins_rdbms.mk install

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Fri Jan 14 2000 - 13:29:00 CST

Original text of this message

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