CREATE OR REPLACE PROCEDURE proc1 IS
str varchar2(100);
BEGIN
host(date);
END;
/
why does the above give me compilation errors? How can
I host a command in a stored procedure?
Thanks in advance.
anandhi
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
Oracle LazyDBA home page