How to Install Oracle Application Server 10g Release 2 on Ubuntu |
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’ groupsudo adduser oracle
sudo addgroup oracle
2.
Now you need to add user ‘oracle’ add ‘root’ to secondary list of groupsYou need to change the permissions of opt directory using the following command :
sudo chmod 775 /opt
3.
Log out and log in as oracle userTo 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 here5.
Extract in local user directory and run the installer using the following command./runInstaller -ignoreSysPrereqsAt 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:1156for 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