Does Host command works fine in Forms 12C?
I try to invoke a batch file (our application server is in windows) . However it does not work.
Batch file is a simple file with log just to make sure the script gets executed. I am able to run the batch file when I login to the application user and with the user which oracle has been installed.
However when I try to call this from forms it does not work.
I tried to run host('notepad.exe') from a client form hoping that this would invoke the notepad in the application server. However it did not work. The form was just hanging.
Its a while I used this feature. I used this in 6i,9i and 10g
Thanks
Rajesh Alex