Has anyone had any experience updating an Oracle table from PB?
Every week we receive updated flat files that we save in a directory structure by week.
These are automatically FTPed using a process built with PowerBasic.
We have a table set up to accomodate the file and we have an Oracle procedure that will populate the table.
However, is there a way to kick off an Oracle procedure at a certain time automatically?
Any thoughts?
Every week we receive updated flat files that we save in a directory structure by week.
These are automatically FTPed using a process built with PowerBasic.
We have a table set up to accomodate the file and we have an Oracle procedure that will populate the table.
However, is there a way to kick off an Oracle procedure at a certain time automatically?
Any thoughts?
Comment