OID Install in Oracle Enterprise Linux (OEL) 5 – Shared Libraries Error

amit.guptaTechnical TipsLeave a Comment

When installing 10g OID on OEL5, if you run into the following error, you can run the below commands to address the issue: Error: OPMN HTTP process fails to start. When you look in the log file, it says: /Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory To fix, run the following commands: # ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2 # chmod 755 /usr/lib/libgdbm.so.2.0.0 # chmod 755 /usr/lib/libdb.so.2

Oracle on Amazon EC2 Cloud – APEX, Apps, Middleware, and DB Virtualized Hosting

AshokIndustry Trends, News and Updates, Offerings1 Comment

The economy is evolving, technology is getting better, and overall, the game is changing with cloud computing. M&S is now resellers for the Amazon EC2 Cloud, providing customers with access and expertise to make their enterprises run on “the cloud”. To host an enterprise environment, let alone Oracle, simply does not appear cost effective in the long run. In fact, I am open to healthy discussion contending that statement.

Move Oracle Linux VM to New Machine – Static IP

AshokTechnical TipsLeave a Comment

I just copied an Oracle Enterprise Linux VM from one Windows machine to another and the IP address for the guest Linux machine changed. I had a feeling that this might happen, but wasn’t quite sure why it did nor how to get it back to the old IP address. As we all know, an IP address changing in an Oracle environment is best avoided.