How to Install Oracle Application Server 10g Release 2 on Ubuntu

How to Install Oracle Application Server 10g Release 2 on Ubuntu
Oracle Application Server 10g is a comprehensive solution for developing, integrating, and deploying your enterprise’s applications, portals, and Web services. Oracle Application Server 10g Based on a powerful and scalable J2EE server, Oracle Application Server 10g provides complete business integration and business intelligence suites, and best-of-breed portal software.

As the only platform designed for grid computing as well as full lifecycle support for Service-Oriented Architecture (SOA), Oracle Application Server 10g gives you unmatched scalability, availability, manageability, and security.

and now i ll show you,

How to Install Oracle Application Server 10g Release 2 on Ubuntu?

1. 

Create ‘oracle’ user and ‘oracle’ group
sudo adduser oracle
sudo addgroup oracle

2.

Now you need to add user ‘oracle’ add ‘root’ to secondary list of groups
You need to change the permissions of opt directory using the following command :
sudo chmod 775 /opt

3.

Log out and log in as oracle user
To fix a missing ‘ntcontab.o’ error, install the following packages
sudo apt-get install gcc make manpages-dev autoconf automake libtool flex bison gdb gcc-2.95-doc binutils
sudo apt-get install libdb1-compat

4.

Download the Oracle Application file ‘as_linux_x86_core_101202.cpio’ from here

5.

Extract in local user directory and run the installer using the following command

./runInstaller -ignoreSysPrereqs
At the end of the install near 95% if is says that it cannot verify that the instance is running(message:
/opmn/bin/opmnctl start), hit continue.

Waiting the installation process, when done then exit.
That’s all.

Go to :
http://localhost:1156
 for the admin console.

Thanks for visiting and consider to share this article if you find it useful.

#source : http://www.ubuntugeek.com/install-oracle-application-server-10g-release-2-in-ubuntu.html