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\[Link]”
[skillmatrix]
workingDirectory=D:\ skillmatrix
envFile=[Link]
form = D:\ skillmatrix\main_form.fmx
colorScheme=blaf
#userid=emp/emp@[Link]:1521/xe
2- In the file “Oracle_home\forms\server\[Link]”
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 = [Link])(PORT = 1521)) )
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = xe) ) )