Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Running Batch Jobs in Oracle
Jeremy Wong wrote:
>
> I'm trying to get Oracle to automatically load data from ASCII files daily
> and I know SQL Loader will be able to do the loading part. My problem is
> with making this process automatic. I hear that there is a package called
> DBMS_JOB that I can use. I'm not familiar with how to use this. Can
> anyone help me?
>
> Thanks,
> Jeremy
If you're on a unix machine you can always use crontab to run a shell
script that calls sal*loader at a periodic time.
Received on Fri Dec 20 1996 - 00:00:00 CST
![]() |
![]() |