How to execute a remote server OS command from a Oracle form ?
I have Oracle forms 10g running on Oracle Application Server 10g. I want a way to execute a command of my database server(which is in Linux) from with-in a form. Basically I have some report.sql file which generate Reports in rpt format on the server. Later we can print them using a lpr command. My question is how can I execute
this report.sql present on a remote linux server through my Oracle Form.
-- Nihita
0