DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: ora9iR2 installation on RH9

  1. #1
    Join Date
    Feb 2003
    Location
    Tehran/Iran
    Posts
    94

    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

  2. #2
    Join Date
    Feb 2001
    Location
    Bombay,India
    Posts
    530

    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]
    Thanks and Regards
    Rohit S Nirkhe
    [email protected]

  3. #3
    Join Date
    Dec 2001
    Location
    UK
    Posts
    1,684
    Hi.

    I wrote these instructions and they've worked fine for me:

    http://www.oracle-base.com/Articles/...nOnRedHat9.asp

    Cheers
    Tim...
    OCP DBA 7.3, 8, 8i, 9i, 10g, 11g
    OCA PL/SQL Developer
    Oracle ACE Director
    My website: oracle-base.com
    My blog: oracle-base.com/blog

  4. #4
    Join Date
    Jul 2003
    Location
    Sofia, Bulgaria
    Posts
    91
    Originally posted by TimHall
    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
  •  


Click Here to Expand Forum to Full Width