Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to execute system command on DBMS server machine?
Not TRUE....lookup Calling External Procedure
Eg. found on the NET...
Let's say I had a PL/SQL block and I wanted to do a "ls -l" to get a directory listing. Is there any way to do that?
In C Language, I can do
{
x = system("ls -l");
}
Setup your listener and Tnsnames files.....etc....
Vadim Grepan wrote:
> Hello!
>
> In general, no.
>
> PJ wrote:
>
> > Is there any way to execute system commands (for example 'copy file')
> > from PL/SQL stored procedures on server machine that hosts Oracle
> > RDMBS 8i ?
> >
> > Thanks in advance
> > PJ
>
> Rgds, Vadim Grepan
> ------------------------
> Moscow, Russia
Received on Sun Mar 04 2001 - 23:02:03 CST
![]() |
![]() |