Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Scheduling Exports and OS commands
We use batch files scheduled from AT
The batchfile for the export first runs a small sql script that spools the
parfile for the export.
This allows us to create the filename for the export based on date strings,
database name etc.
The batchfile then executes export specifying the freshly created export
parfile.
hope this helps,
Dave.
Oracle8i Certified Professional
Database Management, SAIC
"Frank" <fcavaliero_at_crunchtime.com> wrote in message
news:8cd5up$75u_at_chronicle.concentric.net...
> Hi,
>
> I was looking for a way to schedule exports on Windows NT using Oracle for
> Workgroup 8.0.5 then proceed to rename the .dmp file so that it contains
the
> database name and date. I understand there is a scheduler in Oracle but I
> have never used it and I am having trouble finding good documentation on
it.
> Any suggestions or recommendations ?
>
> Thanks,
> Frank
>
>
Received on Thu Apr 06 2000 - 00:00:00 CDT