Tampilkan postingan dengan label oracle application server. Tampilkan semua postingan
Tampilkan postingan dengan label oracle application server. Tampilkan semua postingan

Internet explorer stopped working when opening oracle forms 10g windows7

Basically , When U run oracle forms 10g and it shows blank or Stop working on your browser, because Jinit on oracle 10g is not support on that browser. . .

I googled a little and found those problems. . .
Now i will share U how to work  your oracle form 10g on your PC
Basic OS
*Win7
*Oracle Developer 10g
*Java Runtime 6u27

The Idea is finding How to Run oracle form 10g in Mozilla or Any browser

1.

Install Java Environment 
2.
Change The Formsweb.cfg
3.
Add the plugin in browser



source : https://www.youtube.com/watch?v=lzyHQ2PcWHI

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