• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problems with Oracle9i on Red Hat AS

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm installing an Oracle 9.2.0.4 Database at a Linux Red Hat AS4. During the installation process it freezes at the task "Installing java runtime 1.1.8..." and the message "Link pending...".

I read some posts about the LD_ASSUME_KERNEL=2.4.1 but it didn't work.

Ideas?

[]'s
 
Ranch Hand
Posts: 1143
1
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Fabio,
Oracle 9.2 is not certified to run on RHAS4, but you can "trick" Oracle into thinking its being installed on RHAS3 (where it is certified) by modifying the "/etc/redhat-release" file. Make that file say "RHAS3" (instead of "RHAS4").

Good Luck,
Avi.
 
reply
    Bookmark Topic Watch Topic
  • New Topic