Sunday, May 19, 2013

How do you execute a UNIX command within the SQLPlus prompt?

Use "Osexec()".
For example:
select OSexec('/usr/bin/date') as STDOUT from dual;

No comments :