Call unix script from oracle form 10g
I want to call UNIX shell script from oracle form 10g. my server information and forms patch details are as follows,
Forms Services versie: 10.1.2.0.2
Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bi
TNS for Solaris: Version 10.1.0.5.0 - Production
NLSRTL Version 10.1.0.5.0 - Production
I saw the solution from some discussion (using DBMS_PIPE, HOST) but that is not working for me. Actually I have forms client on one server(1) while the executable (Shell script) on another server(2). and from the client I am not able to connect to the path on the another server.
Can you please provide me some solution on this.
Forms Services versie: 10.1.2.0.2
Oracle Database 10g Enterprise Edition Release 10.1.0.5.0 - 64bi
TNS for Solaris: Version 10.1.0.5.0 - Production
NLSRTL Version 10.1.0.5.0 - Production
I saw the solution from some discussion (using DBMS_PIPE, HOST) but that is not working for me. Actually I have forms client on one server(1) while the executable (Shell script) on another server(2). and from the client I am not able to connect to the path on the another server.
Can you please provide me some solution on this.
0