Have installed, Oracle Forms builder from ‘setup_fmw_12.2.1.2.0_fr_win64.exe’ file
Following are system configuration
Processor : Intel® Core™ i7-4500U CPU @ 1.80GHz 2.40 GHz
RAM : 16 GB
OS : Windows 8.1 Enterprise
System type : 64-bit Operating system, x64-based processor
I need to delete pdf file at linux server FROM oracle Application Form. I have tried with following commends , but it failed, even I am not getting any error message also.
HOST('/ap/d/abc/rm test.pdf', no_screen);
and
HOST('rm /ap/d/abc/test.pdf', no_screen);
Please help me to achieve this.
Thanks,
Ananth