Hello
We need to rename some jobs in production environment. These are dbms_scheduler jobs.
I tried using- rename <old_job> to <new_job_name> and it worked. I want to understand, what is the ideal way of doing this and implication.
Should we stop and drop the old job and then create a new job with desired name or can simply do it with rename command.
We are using Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit
Thanks