Hello,
I hope I am in the right forum for this question.
I have a question regarding my options. I am not an oracle dba but need I to get this resolved. We have a Solaris box here that needs to load data from a flat file to a table in Oracle on that machine. Now, I have been able to log into the unix box and run sqlldr command with the appopriate parameters control,data etc and load the data...
I would like to schedule this job to run in the middle of the night. I am working on setting up a cron job but haven't had success yet. Then I came across DBMS_JOB package. I am not familiar with this so my question is, can I accomplish this using DBMS_JOB? And if so what is the desired option CRON OR DBMS_JOB?
Thank You
Michele
I hope I am in the right forum for this question.
I have a question regarding my options. I am not an oracle dba but need I to get this resolved. We have a Solaris box here that needs to load data from a flat file to a table in Oracle on that machine. Now, I have been able to log into the unix box and run sqlldr command with the appopriate parameters control,data etc and load the data...
I would like to schedule this job to run in the middle of the night. I am working on setting up a cron job but haven't had success yet. Then I came across DBMS_JOB package. I am not familiar with this so my question is, can I accomplish this using DBMS_JOB? And if so what is the desired option CRON OR DBMS_JOB?
Thank You
Michele