Oracle Error Message
ORA-27479: Cannot string “string.string” because other objects depend on it
Reason for the Error
An attempt was made to drop or disable a scheduler object that has jobs associated with it without specifying the force option.
Solution
Alter the associated jobs so they do not point to the scheduler object being dropped or disabled and then reissue the command. Alternatively reissue the command specifying the force option. If the force option is specified and a scheduler object is being dropped, all associated jobs will be disabled.