Procedure for oracle forms compilation in rhel 4.8
Friends,
I have installed oracle application server 10.2.0.2(both infrastructure and middle timer) in rhel 4.8 (172.16.7.5)
I have installed oracle 10g db R2 in another RHEL 4.8 (172.16.7.4)
we have oracle forms which was developed by oracle developer 6 (forms 6 and reports 6) in windows xp pc.
now i want to compile those forms to deploy it in rhel 4.8
for the above task what i did was.......
copied the mainfrm.fmb in OAS server (172.16.7.5)
$ frmcmp.sh userid=nms/nmspwd@test module=mainfrm.fmb output_file=mainfrm..fmx module_type=form batch=no compile_all=special
userid=nms/nmspwd@test belongs to 172.16.7.4
what settings i have to make in 172.16.7.5 (OAS) to connect my database which is in 172.16.7.4?
I have installed oracle 10g db R2 in another RHEL 4.8 (172.16.7.4)
we have oracle forms which was developed by oracle developer 6 (forms 6 and reports 6) in windows xp pc.
now i want to compile those forms to deploy it in rhel 4.8
for the above task what i did was.......
copied the mainfrm.fmb in OAS server (172.16.7.5)
$ frmcmp.sh userid=nms/nmspwd@test module=mainfrm.fmb output_file=mainfrm..fmx module_type=form batch=no compile_all=special
userid=nms/nmspwd@test belongs to 172.16.7.4
what settings i have to make in 172.16.7.5 (OAS) to connect my database which is in 172.16.7.4?
0