Any way to run a host command from within a stored procedure?
From: Sergei Viznyuk <sviznyuk_at_magnus.acs.ohio-state.edu>
Date: 1996/01/08
Message-ID: <4cs86k$9vf_at_charm.magnus.acs.ohio-state.edu>#1/1
Date: 1996/01/08
Message-ID: <4cs86k$9vf_at_charm.magnus.acs.ohio-state.edu>#1/1
I can do
SQL> host blah-blah
under SQL*Plus but the same won't work in PL/SQL in a stored procedure (which looks natural). Is there any way do run a host operating system command from within a stored procedure?
Serge Received on Mon Jan 08 1996 - 00:00:00 CET