Oracle Blogs
Oracle ->> sql -> pl/sql -> forms -> reports & more
Friday, June 11, 2010
How to run a dos command (.bat) from Oracle Forms
For less then or equal 6i version
HOST('CMD /C C:\batch_file_name.bat');
For the web based...
The same above command will work for AS level. If you need on client side then
CLIENT_HOST('CMD /C C:\batch_file_name.bat');
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)