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: Oracle 8.1.7 download won't install properly on Linux

Re: Oracle 8.1.7 download won't install properly on Linux

From: Anton Dischner <dischner_at_klch.med.uni-muenchen.de>
Date: Fri, 02 Feb 2001 11:30:45 +0100
Message-ID: <020220011130458464%dischner@klch.med.uni-muenchen.de>

Hi Volkmar,

> Java Runtime Environment 1.1.8 v3, from blackdown.org

You don't need it. If Oracle uses it. You'll get into trouble! I believe Oracle uses 1.1.8.7 ?? (-not- shure about this.)

When dbassist asks you to perform create database immediate or save script file choose to save the script file and
execute the scripts step by step.

  1. svrmgrl create database
  2. create tablespaces
  3. run scripts to populate the database sys tables.
  4. help tables

or so.

Try to use as less as possible options (time series, spatial, ...)

The create tablespace ... datafile ...
can run -very- long. even with no disk activity. Seen this yesterday on OSF1.
If you have a 2 GB datafile and calculate 2 MB/Sec you should be OK. :-\

If you wait really long enough and you get no result or error then your hardware is bad.

Try to do something like
dd if=/dev/zero of=/your_disk/test bs=1024k count=2 dd if=/your_disk/test of=/dev/null

kind regards,

Toni

> Here's the problem: The installer starts up, no problem there, and proceeds
> to install the various elements of the 'typical' installation. However,
> whenever it gets to installing the database itself (also chose predefined
> options to keep things simple at first) it just 'hangs' on 'Initializing
> Database'. There are no error messages, and nothing crashes, the
> harddrive(s) just stop doing anything, and I waited for 25 mins. (With my
> system specs, that ought to be plenty...)
> When I then kill the installer windows with Ctrl-Alt-Esc, and try to look on
> the drive that contains the home directory for Oracle, it doesn't display
> the contents of that folder, but rather freezes.
> Does anyone have a similar problem ?
> I'm grateful for any advice !!
>
> Thanks in advance for your help,
>
> Regards,
>
> Volkmar
 

-- 
Was ist zynisch?
Zynisch ist, daß Gott der Schildkröte einen cw-Wert von 0,3 mitgegeben hat.
Posen fuer Anfaenger: http://www.w-klch.med.uni-muenchen.de/dischner
Received on Fri Feb 02 2001 - 04:30:45 CST

Original text of this message

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