Type in command line 'crontab -e'
and insert line like that:
00 8-20 * * * su -l oracle --command="/home/oracle/shell/recync.sh"
where 00 - minutes, 8-20 - hours, ...
Read that:
http://www.nvision.com/support/unix/...x/crontab.html

Best wishes!