Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Job name causes dbms_scheduler to throw error

user129598465 days ago

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?

Comments
Post Details
Added 5 days ago
2 comments
54 views