Oracle-Developer.com Forums
A forum for discussing and sharing information about Oracle technologies
 

Navigation: Home  | Discussion Forums  |  Scripts  |  About Us  | Links  | Job Openings  | Blog  
 FAQFAQ   SearchSearch   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Email your Oracle questions to webmaster@oracle-developer.com to get Oracle 11g or Oracle E-Business expert advice.

R12 Installation: OEL 5.4 libdb.so.2

 
Post new topic   Reply to topic    Oracle-Developer.com Forums Forum Index -> Oracle E-Business Release 12
View previous topic :: View next topic  
Author Message
vj.jain
Site Admin


Joined: 10 Aug 2007
Posts: 87

PostPosted: Fri Dec 04, 2009 8:55 pm    Post subject: R12 Installation: OEL 5.4 libdb.so.2 Reply with quote

One common post-installation issue is an error caused by libdb.so.2. Oracle tries to access /usr/lib/libdb.so.2 which doesn't exist in Red Hat Enterprise Linux 5.4. The Oracle pre-requisites for R12 installation specify creating a symbolic link prior to installation. This required creating a symbolic link as shown below:

root@localhost ~]# ls /usr/lib/libdb.so.2
ls: /usr/lib/libdb.so.2: No such file or directory
[root@localhost ~]# ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2
[root@localhost ~]# ls /usr/lib/libdb.so.2
/usr/lib/libdb.so.2

If you started the rapid installation and forgot to do this, exit the installation. Create the symbolic link and then start the rapid installation in restart mode.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Oracle-Developer.com Forums Forum Index -> Oracle E-Business Release 12 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Sponsored by www.varunjaininc.com

Copyright ©2007 Oracle-Developer.com