Re: Please help, what am i missing, sql in ksh script.

You are missing a /

end;
/
EOD1

Also, to cut down on CPU, you might want to replace your time-wasting loops with
dbms_lock.sleep(60);

Ray
--
http://www.freelists.org/webpage/oracle-l


Other related posts: