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: dbassist problems with Oracle 8.1.7 on Linux.

Re: dbassist problems with Oracle 8.1.7 on Linux.

From: Urs Stotz <stotz_at_gmx.ch>
Date: 11 Jul 2002 12:46:57 GMT
Message-ID: <slrnaiqvfj.dr.stotz@lunix.solix>


In article <b71366d2.0207092330.675d3664_at_posting.google.com>, Genty Jean-Paul wrote:
> Hi
>
> Platform is Mandrake 7.2 and oracle 8.1.7.
>
> I have a problem in running dbassist.
> When I type 'dbassist', it makes an
> error and gets troubled. the error message is like below :
>
> Writing stack trace to javacore10690.txt ... OK
> /oracle/oracle/product/8.1.7/bin/dbassist: line 103: 10681 Segmentation fault
> $JRE_EXEC -Duser.dir=$USER_DIR -classpath $CLASSPATH DBCreateWizard $ARGUMENT
> S
>
> It seems a lot of people had this problem but I could find no valid answer.
>
> Could someone tell me if he managed to solve it ?
>
> Thanks a lot
>
> Jean-Paul Genty

Hi

you have installed the patch glibc-2.1.3-stubs.tar.gz from Oracle after the Installation?
1. Install Oracle without to create a DB 2. run the Patch for Oracle

	cd $ORACLE_HOME
	tar xzf glibc-2.1.3-stubs.tar.gz
	./setup_stubs.sh
	export LD_LIBRARY_PATH=/oracle/product/817/lib:/oracle/product/817/ctx/lib:/usr/local/lib
		# only in the setting fro the Oracle-User not in
		# /etc/profile
	unset NLS_LANG
	unset LANG
	dbassist

Urs Received on Thu Jul 11 2002 - 07:46:57 CDT

Original text of this message

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