dbms_scheduler error
when submitting repeating jobs via the dbms_scheduler, it keeps throwing this error in the alert log:
ora-01427 single-row subquery returns more than one row.
The job runs a procedure. The procedure runs fine, doing all the correct things, I just get the above error everytime the procedure is run via dbms_scheduler. There is nothing wrong with the p/l sql procedure itself.
Is this a known bug?
Rae