perl cgi script call from forms application does not run an executable
We are rehosting an application in oracle10g forms to oracle 11gr2 forms. The application calls a perl scripts which internally calls a binary which is generated out of Pro*C program code, for generating some customs report with dynamic HTML content via perl cgi. when the binary/executable is run seperately in console mode (Linux RHEL6.4), it is running perfectly but the same is not working when we run from application via perl call. when catch the exit code, it returns 32512. we have verified the path(full) and correctness of the binary name, everything is fine. We have no clue on what
0