• spbalajee
  • NEWBIE
  • 0 Points
  • Member since 2010

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hi,

I am using apex scheduler functionality. In that apex class which implements the schedulble interface, I have written system.abortjob(sc.gettriggerId()) function to abort the scheduled job, based on some condition. While doing so, I am getting the following error:

 

java.sql.SQLException: ORA-20001: ORA-06512: at "DOPEY.CMETAACCESS", line 510 ORA-01403: no data found ORA-06512: at "DOPEY.CMETAACCESS", line 667 ORA-06512: at "DOPEY.CMETAACCESS", line 656 ORA-06512: at "DOPEY.CMETAACCESS", line 626 ORA-06512: at "DOPEY.CMETAACCESS", line 609 ORA-06512: at "DOPEY.UDDDMLCRONTRIGGER", line 68 ORA-06512: at line 1 : {call UddDmlCronTrigger.get_detail(?,?,?)}

 

I dont know what this error about. But it showing the line number where the abortJob function is written. 

Please give your suggestion on this.

thanks in advance,

  • February 15, 2010
  • Like
  • 0