You are on page 1of 4

Access Oracle Apps R12 / 11i from Linux Client (Mozilla Firefox)

How to access Oracle Apps 11i/R12 professional forms from Linux Client ?
In you to access forms from Linux client, Three steps are installed (You can skip first if Mozilla
is installed on your Linux client)

1. Install Mozilla Browser


2. Install JRE on client machine (JRE version to install will depend on Server
configuration,
Identify which version of JRE you need on client machine
– For 11i/R12 : Login to server as application o.s. user (applmgr), set
environment variable and run
grep plugin $CONTEXT_FILE(If you get output like 1.5.0_13 you need JRE 1.5.0
patchset 13, if its 1.5.0_10 you need 1.5.0 patchset 10; or for 1.4.2_04 you need
1.4.2 patchset 4)
3. 3. Use JRE installed above on client machine in Browser (Mozilla)Plugin
1. Install FireFox Mozilla
–Download Mozilla for Linux from http://www.mozilla.com/en-US/firefox/all.html#en  firefox-
2.0.0.7.tar.gz
– “gunzip -d firefox-2.0.0.7.tar.gz” (You will get unzipped file with name as firefox-2.0.0.7.tar)
– Extract tar file as “tar -xvf firefox-2.0.0.7.tar”
– This will create directory called “firefox” which is under you will see executable called
“firefox“; Use this executable to start FireFox on Linux machine.
2. Install JRE on client machine
–Download JRE  5.0 Update 10 (change this as per your server plugin version shown
above; I am on 12.0.0 hence 1_5.0.10) for Linux from
http://java.sun.com/products/archive/j2se/5.0_10/index.html
”jre-1_5_0_10-linux-i586-rpm.bin”
–”chmod 755 jre-1_5_0_10-linux-i586-rpm.bin”
–./jre-1_5_0_10-linux-i586-rpm.bin (You will be asked to accept license agreement , click
enter and when prompted to accept license enter Yes)
–This will install jre 1.5.10 in linux machine under /usr/java and plugin is installed under
/usr/java/jre1.5.0_10/plugin/i386/ns7/libjavaplugin_oji.so

Step 1-
[root@apps Desktop]# cp jre-1_5_0_10-linux-i586-rpm.bin /oracle/
[root@apps oracle]# ll
total 1712604
drwxrwxrwx 3 oracle dba 4096 Sep 20 19:15 anand
-rw-r--r-- 1 oracle dba 9551 Sep 21 11:46 control.ctl
-rwxr-xr-x 1 root root 17075579 Sep 23 17:20 jre-1_5_0_10-linux-i586.bin
-rwxr-xr-x 1 root root 16524274 Sep 23 17:25 jre-1_5_0_10-linux-i586-
rpm.bin
drwx------ 2 root root 16384 Sep 6 18:54 lost+found
-rw-r--r-- 1 root root 1718329344 Sep 8 18:45 R12_Stage.tar
drwxr-xr-x 7 root root 4096 Sep 20 14:37 Stage_115102
drwxr-xr-x 3 root root 4096 Sep 20 16:27 stage11i
drwxr-xr-x 4 root root 4096 Sep 8 11:43 u01
Step 2
[root@apps oracle]# chown applmgr:dba jre-1_5_0_10-linux-i586-rpm.bin

[applmgr@apps oracle]$ ll
total 1712604
drwxrwxrwx 3 oracle dba 4096 Sep 20 19:15 anand
-rw-r--r-- 1 oracle dba 9551 Sep 21 11:46 control.ctl
-rwxr-xr-x 1 root root 17075579 Sep 23 17:20 jre-1_5_0_10-linux-i586.bin
-rwxr-xr-x 1 applmgr dba 16524274 Sep 23 17:25 jre-1_5_0_10-linux-i586-
rpm.bin
drwx------ 2 root root 16384 Sep 6 18:54 lost+found
-rw-r--r-- 1 root root 1718329344 Sep 8 18:45 R12_Stage.tar
drwxr-xr-x 7 root root 4096 Sep 20 14:37 Stage_115102
drwxr-xr-x 3 root root 4096 Sep 20 16:27 stage11i
drwxr-xr-x 4 root root 4096 Sep 8 11:43 u01

[applmgr@apps oracle]$ chmod 755 jre-1_5_0_10-linux-i586-rpm.bin

Step3
[applmgr@apps oracle]$./ jre-1_5_0_10-linux-i586-rpm.bin
………………………………………………………………………………………………………………………………………….
Do you agree to the above license terms? [yes or no]
yes
Unpacking...
Checksumming...
0
0
Extracting...
UnZipSFX 5.42 of 14 January 2001, by Info-ZIP (Zip-Bugs@lists.wku.edu).
inflating: jre-1_5_0_10-linux-i586.rpm
Preparing... ########################################### [100%]
1:jre ########################################### [100%]

Done.
[root@apps oracle]# cd /usr/java/
[root@apps java]# ls
jdk1.3.1_06 jre1.5.0_10
[root@apps java]# ll
total 8
drwxrwxrwx 9 root root 4096 Sep 13 12:44 jdk1.3.1_06
drwxr-xr-x 7 root root 4096 Sep 23 17:30 jre1.5.0_10
[root@apps java]# cd jre1.5.0_10/
[root@apps jre1.5.0_10]# ls
bin CHANGES COPYRIGHT javaws lib LICENSE man plugin README
THIRDPARTYLICENSEREADME.txt Welcome.html
[root@apps jre1.5.0_10]# cd plugin/
[root@apps plugin]# cd i386/ns7
[root@apps ns7]# ls
libjavaplugin_oji.so
[root@apps ns7]#
[root@apps ns7]# pwd
/usr/java/jre1.5.0_10/plugin/i386/ns7
[root@apps ns7]# cd /usr/lib
[root@apps lib]# cd mozilla
mozilla/ mozilla-seamonkey-1.0.9/
[root@apps lib]# cd mozilla
[root@apps mozilla]# ls
[root@apps plugins]# ls
libjavaplugin_oji.so nphelix.so nphelix.xpt
[root@apps plugins]# ll
total 56
lrwxrwxrwx 1 root root 58 Sep 23 17:33 libjavaplugin_oji.so ->
/usr/java/jre1.5.0_10/plugin/i386/ns7/libjavaplugin_oji.so-rwxr-xr-x 1 root
root 40608 Jun 27 2007 nphelix.so
-rwxr-xr-x 1 root root 5086 Jun 27 2007 nphelix.xpt
[root@apps mozilla]# cd plugins/
[root@apps plugins]# ls

Step 4
[root@apps plugins]# ln -s
/usr/java/jre1.5.0_10/plugin/i386/ns7/libjavaplugin_oji.so
./libjavaplugin_oji.so

You might also like