在 sqldeveloper 里面 输入 host d:\aaa.bat; 运行,结果是对的。是可以执行的但是 我写成存储过程,就提示 
create or replace procedure host_aaa
as
begin
host d:\aaa.bat;
end;
Warning: 执行完毕, 但带有警告
procedure host_aaa Compiled.大侠看看怎么回事?还有host的用法 是如何的呢?