My questions is reletively simple. I have a cursor that fetches some data. After each fetch it calls a procedure, and passes the selected data to it. Everything runs fine when I run it from SQL PLUS. How do I execute this in the Unix environment? Would I have a scheduling tool kick off the cursor (which is saved as an .sql)? I think I am overthinking the problem and confusing myself. Thanks for the help.