I need to disable a job that has a period (.) in the job name itself, e.g.:
JOB.DETAILS_MORE_DETAILS
issuing this command
dbms_scheduler.disable('OWNER.JOB.DETAILS_MORE_DETAILS')
obviously throws an error. Is there any way around this or am I stuck with this job running?