I have installed oracle 9i on linux 8.0 , except one error which is as under

"Error in invoking target install of makefile
/opt/oracle/product/9.2.0/ctx/lib/ins_ctx.mk"

for this I executed the following command

Edit $ORACLE_HOME/ctx/lib/env_ctx.mk and go to "INSO_LINK =", add a
"$(LDLIBFLAG)dl" to the line and save it.

before running oracle runistaller set the follwoing environment variables.
groupadd dba
groupadd oinstall
useradd -g oinstall -G dba oracle
passwd oracle


also install JDK & make temp directory min 500MB.
Also execute the follwing command as root to increase shared memeory.

As root:
# cat /proc/sys/kernel/shmmax
33554432
# `expr 1024 \* 1024 \* 1024` > /proc/sys/kernel/shmmax
# cat /proc/sys/kernel/shmmax
1073741824
It is recommended to increase the shmmax setting permanently for Oracle. So
if you want to increase the maximum shared memory size permanently, add the
following line to the /etc/sysctl.conf file:
kernel.shmmax=1073741824

If you are not sure about your Oracle .bash_profile mail me I will send it
to you.

Thanks

Anil Puri



----- Original Message -----
From: "das subir" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, March 06, 2003 12:08 PM
Subject: [LIH]problem installing oracle 9i on redhat 7.2


> Hello Friend's
>
> I am having a problem in installing oracle 9i on my
> linux red hat 7.2
> when i execute ./runInstaller from the console showing
> JRE is installing ..please wait ....
> which is showing on on and on ...showing no error
> ......can anyone having any idea what's going wrong
> ..???
> 1. i had created a user other than root for installing
> oracle with permissions.
>
>
> any sugestion or steps for installtion of oracle on
> linux 7.2 will be appreciated ...
>
> thank's and regds
>
> Subir
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, more
> http://taxes.yahoo.com/
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: Etnus, makers of TotalView, The
debugger
> for complex code. Debugging C/C++ programs can leave you feeling lost and
> disoriented. TotalView can help you find your way. Available on major UNIX
> and Linux platforms. Try it free. www.etnus.com
> _______________________________________________
> linux-india-help mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/linux-india-help
>



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to