I am having a problem using host() command in oracle procedure. I have written very simple oracle code.
host()
CREATE OR REPLACE PROCEDURE run_command(c
Another clunky, but non-Java way would be to create DBMS_SCHEDULER ad-hoc EXECUTABLE job which is your HOST command (e.g. ls ), and then execute the job.
ls
Note these run on the database server, not on your remote/local client.