Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Installation of Oracle9i on RedHat 7.1
Hey
I've tried installing Oracle9i database (Enterprise Edition) on a RedHat 7.1 server. But I keep getting som errors during installation. It's a clean RH7.1 (that is no older versions of Oracle9i).
I've created the oracle user and added the following to his .bash_profile:
ORACLE_BASE=/u01/app/oracle
export ORACLE_BASE
ORACLE_HOME=/u01/app/oracle/product/9.0.1
export ORACLE_HOME
ORACLE_SID=n4it
export ORACLE_SID
PATH=$PATH:/u01/app/oracle/product/9.0.1/bin
export PATH
CLASSPATH=$CLASSPATH:/u01/app/oracle/product/9.0.1/jdbc/lib/classes111.zip
export CLASSPATH
LD_LIBRABRY_PATH=/u01/oracle/product/9.0.1/lib
export LD_LIBRABRY_PATH
I've upgraded binutils to binutils-2.10.91.0.4-1
I tried with Blackdowns jdk-1.1.8, but since that didn't work, then I installed suns jdk-1.3.1-rc2, but still without success.
During installation I get the following errors:
On CD1:
Error in setting permissions of file/directory
/u01/app/oracle/jre/1.1.8/bin/i686/native_threads/.
extract_args
On CD3:
Error in invoking target sdo_on of makefile
/u01/app/oracle/product/9.0.1/rdbms/lib/ins_rdbms.
mk
Error in invoking target ctx_on of makefile
/u01/app/oracle/product/9.0.1/rdbms/lib/ins_rdbms.
mk
Error in invoking target ioracle of makefile
/u01/app/oracle/product/9.0.1/rdbms/lib/ins_rdbms.
mk
Error in invoking target install of makefile
/u01/app/oracle/product/9.0.1/rdbms/lib/ins_rdbms.
mk
Error in invoking target install of makefile
/u01/app/oracle/product/9.0.1/rdbms/lib/ins_otrace.
mk
An error during runtime
And while runing the root.sh script:
/bin/chmod: getting attributes of
`/u01/app/oracle/product/9.0.1/network/agent/html': No such file or
directory
Does anybody have an idea on what's wrong? And how I fix it?
-- Best regards / Venlig hilsen Anders Misfeldt System Administrator Navigo Systems, Soenderhoej 46, DK-8260 Viby J, Denmark Phone +45 87345686 Fax: +45 87345566 Email: ami_at_navigosystems.com www.navigosystems.comReceived on Tue Jul 17 2001 - 07:05:45 CDT
![]() |
![]() |