2
votes
1answer
36 views
Running RMAN Scripts with the job scheduler (Oracle)
Here's a good one for any Oracle gurus out there. I'm working on a web page that dynamically configures Oracle DB backup settings in a closed environment. Right now, I have everything set up to …
1
vote
1answer
49 views
How to execute a procedure with DBMS_SCHEDULER.CREATE_JOB procedure
I want to create a job that would drop a database object at a given date. The job created all right but the procedure is not executed. Tried executing the procedure alone and it works.
Here's the …
1
vote
1answer
323 views
Oracle dbms_scheduler - react to change of system date
I've got a dbms_scheduler-Job running in Oracle 10.2.0.
When I change the system date back to yesterday, the job will wait for one day to continue its work. The reason for this is that next_run_date …
