|
-
ora9iR2 installation on RH9
Hi all,
Iam trying to install oracle 9i R2 on Redhat 9 on Intel platform.
There are lots of instructions available on the net.
But I must say I tried two and no noe worked.
I need instruction that you have tried and is tested.
Thanks in advance Hamhey
-
Re: ora9iR2 installation on RH9
Hi,
Oracle 9i Release 2 is not certifed for RedHat 9 on Intel platform but there is a workaround to it to get it installed.The following is the workaround:
1)set the "LD_ASSUME_KERNEL" environment variable to "2.4.1"
2)Start the installer
3)I ignored the int_oemagent.mk linker error (its not important for
me).
4) But after this error you will get a second linker error when linking "ins_ctx.mk". That linker error can be resolved by changing one line in inst_ctx.mk (add -ldl option for linker)
Original Line: $(LINK) $(CTXHXOBJ) $(INSO_LINK)
Replacment Line: $(LINK) -ldl $(CTXHXOBJ) $(INSO_LINK)
Also you can check this link out:-
http://www.puschitz.com/InstallingOracle9i.shtml
Regards,
ROhit Nirkhe,Oracle/Apps DBA,OCP 8i,9i
[email protected]
-
Hi.
I wrote these instructions and they've worked fine for me:
http://www.oracle-base.com/Articles/...nOnRedHat9.asp
Cheers
-
TimHall you are the MAN !!!
This is the best and the most clearly written material I have seen on instaling 9i on Linux. Thanks a lot.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|