Prerequisites
1- Install oracle application server 10g (Forms, Reports, service only)
2- Install oracle database and create a new schema named emp
3- Run the scripts of the tables and views
4- Create folder in the D:\skillmatrix
Configurations
1- Add the following code into “Oracle_Home\forms\server\formsweb.cfg”
[skillmatrix]
workingDirectory=D:\ skillmatrix
envFile=default.env
form = D:\ skillmatrix\main_form.fmx
colorScheme=blaf
#userid=emp/[email protected]:1521/xe
2- In the file “Oracle_home\forms\server\default.env”
Change the value of the FORMS_PATH
FORMS_PATH= D:\ skillmatrix
3- Add the connection string for the created database In the file “Oracle_Home\NETWORK\ADMIN\ tnsnames”
For example
empex =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) )
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = xe) ) )