Summary
While creating a new clone with R12.1.3 when starting the Apache i get the errors:
/u01/system_base_dir/inst/apps/EBSBETA_ebsbeta/ora/10.1.3/Apache/Apache/bin/apachectl startssl: execing httpd
/u01/system_base_dir/apps/tech_st/10.1.3/Apache/Apache/bin/httpd: error while loading shared
libraries: libdb.so.2: cannot open shared object file: No such file or directory
The soft link libdb.so.2 is missing
Create as root:
ln -s /usr/lib/libgdbm.so.2.0.0 /usr/lib/libdb.so.2