Oracle 8i installation on RedHat Linux 7.3

IAK Tanoli sendtoimtiaz at yahoo.com
Thu Apr 8 13:36:20 UTC 2004


check this url most effective how to i personally installed using this how to:
 
http://seneca.omniscia.org/~vivake/log/archives/2002_05.html

bulent <bacikgoz at ada.net.tr> wrote:Nitin Mehta wrote:

> Hi,
>
> I'm having a tough time installing Oracle 8i Ent Ed on Redhat Linux 7.3.
>
> At first it was giving me this error and nothing else :
>
> "Initializing Java Virtual Machine from 
> ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. 
> Please wait..."
>
> Now, after I read many How-tos and did
>
> export LD_ASSUME_KERNEL=2.2.5
>
> its starts the installer, which runs for some time but always just 
> vanishes after selecting
>
> Typical Installation, processing gows upto 84% and then just....vanished.
>
> What m I missing?
>
> I've installed the following:
>
> compat-glibc
> compat-egcs
> compat-libtdc++
> compat-libs
>
> from CD 2 of linux 7.3 (6.2 compatibility) as some How-tos suggested.
>
> also installed jdk 1.1.8 from www.blackdown.org
>
> now what do i do? please help me as soon as possible.
>
> Thanks in advance...

Hello ,
you have to change kernal parameters, like this;

shmmax = 2147483648 (To verify, execute: cat /proc/sys/kernel/shmmax)
shmmni = 4096 (To verify, execute: cat /proc/sys/kernel/shmmni)
shmall = 2097152 (To verify, execute: cat /proc/sys/kernel/shmall)
shmmin = 1 (To verify, execute: ipcs -lm |grep "min seg size")
shmseg = 10 (It's hardcoded in the kernel - the default is much higher)

semmsl = 250 (To verify, execute: cat /proc/sys/kernel/sem | awk '{print 
$1}')
semmns = 32000 (To verify, execute: cat /proc/sys/kernel/sem | awk 
'{print $2}')
semopm = 100 (To verify, execute: cat /proc/sys/kernel/sem | awk '{print 
$3}')
semmni = 128 (To verify, execute: cat /proc/sys/kernel/sem | awk '{print 
$4}')

file-max = 65536 (To verify, execute: cat /proc/sys/fs/file-max)

ip_local_port_range = 1024 65000
(To verify, execute: cat /proc/sys/net/ipv4/ip_local_port_range)

may it be easy.........

-- 
Bülent Açy'kgöz
DBA & Sytem Administrator

Mobile: +90 532 5639505
Work : +90 312 2103810
Adress: ODTU MM Binasi 3.Kat No:320 
Balgat/ANKARA/TURKIYE

There is no crueler tyranny than that which is perpetrated under the shield of law and in the name of justice.


-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request at redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list


--

________________
Imtiaz Ahmed Khan
Sr. System Consultant
ANTS Consultiing


Org:            ANTS Consulting
URL:           http://ants.com.pk/
Eml:            sendtoimtiaz at yahoo.com
Mob:           +92300-2128278 
___________________________________

---------------------------------
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/redhat-list/attachments/20040408/cf8ec1fb/attachment.htm>


More information about the redhat-list mailing list