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 -> Installing Oracle 9.0.1 on SuSE 7.3

Installing Oracle 9.0.1 on SuSE 7.3

From: Walter Dorninger <walter.dorninger_at_aon.at>
Date: Sun, 17 Feb 2002 17:46:46 +0100
Message-ID: <3c6fde73$0$17814$6e365a64@newsreader02.highway.telekom.at>


Hi all,

just for those who have tried installing Oracle 9.0.1 on SuSE 7.3 without success - here a procedure that worked for me:

(1) unset LANG (i'm not sure if this is still neccessary - in 8.x a
java-exception was thrown when the LANG variable was not set correctly)
(2) ./runInstaller
(3) continue with the installation until you get a make-error: saying there
was an error making inst_proc.mk
(4) open a command prompt and edit the "genclntsh" script which is located
in "$ORACLE_HOME/bin". Change the line
LD_SELF_CONTAINING="-z defs"
to
LD_SELF_CONTAINING=
(5) start the script using "./genclntsh"
(6) click the retry button on the oraInstaller-messagebox

Linux rules ;-)
Walter Dorninger
walter.dorninger_at_aon.at

P.S.: If you are trying to reinstall oracle - make sure that you completly remove the unsuccessful installation or you will get some write errors when Oracle Installer tries to overwrite some write protected key files. Received on Sun Feb 17 2002 - 10:46:46 CST

Original text of this message

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