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 -> How to: Install 8.1.7 on SuSE linux 7.2

How to: Install 8.1.7 on SuSE linux 7.2

From: Manfred Rebentisch <mr_at_comparat.de>
Date: Wed, 19 Sep 2001 17:32:05 +0200
Message-ID: <jndao9.jo9.ln@lxs5.comparat.intra>


Now, I get it.
I install with runInstaller as describe in the oracle documentation. The database creation failed always in this way. After set the kernel semaphores in the way:

        echo 250 256000 100 1024 > /proc/sys/kernel/sem

                             SEMMSL   SEMMNS  SEMOPM  SEMMNI
cat /proc/sys/kernel/sem   => 250     256000  100      1024

(the value for SEMOPM I have change from 32 to 100).

Then I start dbassist as oracle user. Using "custom" creation. At the end you must use make create script.

Then start the generated script from commandline. It is not possible here to create the database with the wizzard dbassist directly.

-- 
Manfred Rebentisch
COMPARAT GmbH
Received on Wed Sep 19 2001 - 10:32:05 CDT

Original text of this message

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