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

user12959846Mar 26 2026

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 on Mar 26 2026
2 comments
103 views