Wednesday, 13 March 2013

Installation steps of Oracle Developer Forms 10g in Windows 7


Installation steps of Oracle Developer Forms 10g in Windows(including running forms in Web Browser)
REQUIREMENTS of Windows XP and Windows 7:
-          Oracle Database Version 10g
-          Oracle form builder form version (Developer suite 10g)10.1.2.0.2
-           Internet explorer version 8 or 7
Step 1:
  1. Login to http://otn.oracle.com with your username and password
  2. Download oracle database 10g from following link,
  1. And select Oracle Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows from appearing window. Then download of 10g db  file 10201_database_win32.zip will be started.
  2. Unzip the above file and click setup from install folder.
  3. Complete the installation of 10g database(start with double clicking the above file).
Step 2:
  1. Login to http://otn.oracle.com with your username and password(Please create account if you don’t have one)
  2. Go to the link http://www.oracle.com/technetwork/developer-tools/developer-suite/downloads/101202winsoft-087370.html and download below 2 files.
    1. ds_windows_x86_101202_disk1.zip (626,122,752 bytes)
    2. ds_windows_x86_101202_disk2.zip (236,880,881 bytes)
b.
  1. Unzip the above two zip files and click setup from under disk1 extracted file.


2.  Complete the of developer suite 10g forms and reports instalatiion.
Step 3:
  1. Connect to sql plus and check the database connectivity.
  2. Do following changes in oracle developer home.  In that home open the particular path  like \DevSuiteHome_1\forms\server
  • Take backup file for file formsweb.cfg into the name of formsweboriginal.cfg.
  • After that , comment the line baseHTMLjinitiator=basejini.htm  using # infront of this line.
  1. To run form in the web browser we need the below java jre to be installed.( if we do not install this form will not launch in the web browser IE7 or IE 8).
  • jdk-6u22-windows-i586.exe
  1. install the above java executable and restart the computer after installation.
Step 4:
  1. edit the tnsnames.ora under the path D:\DevSuiteHome_1\NETWORK\ADMIN and add the below entry  ( from 10g database oracle home path like as D:\oracle\product\10.2.0\db_1\NETWORK\ADMIN)
ORCL =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = Danish-PC)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)
  1. start the OC4J http listener
start->programs->Oracle developer suite ->form developer->start OC4J
  1. launch the form builder
start->programs->Oracle developer suite ->form developer->form builder->edit-> preferences, select the run time tab and below are the example.

No comments:

Post a Comment

How to change Employee Number Generation from Manual to Automatic in Oracle HRMS (When attempting to apply for a job in iRecruitment)

When attempting to apply for a job in iRecruitment, the following error occurs: ERROR: You must enter an Application Number. Solution: How t...