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: Problem with installing Oracle8i in LInux

Re: Problem with installing Oracle8i in LInux

From: Erwin Dondorp <erwindon_at_wxs.nl>
Date: 2000/06/14
Message-ID: <3947183D.B391D915@wxs.nl>#1/1

The installer has a problem when no arguments are given. Use

        ./runInstaller "x"
to install.
(A random addesss would otherwise be given to the exec() system call, causing the "Bad Address" error)
This solved the same problem for me.

Erwin

Sam Wun wrote:
>
> I got this error when running /cdrom/runInstaller:
>
> swun_at_swun /cdrom > ./runInstaller
> Initializing Java Virtual Machine from /usr/local/jre/bin/jre.
> Please wait...
> Error in CreateOUIProcess(): -1
> : Bad address
 

-- 
Erwin Dondorp
<http://www.dondorp.com/>
Received on Wed Jun 14 2000 - 00:00:00 CDT

Original text of this message

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