ORA-01427: single-row subquery
Hi,
on 11.2.0.4 on Win 2008.
When running DBMS_HM.RUN_CHECK
I receive :
ORA-00604: error occurred at recursive SQL level 1
ORA-01427: single-row subquery returns more than one row
Here is what I run :
SQL> execut DBMS_HM.RUN_CHECK('Dictionary Integrity Check', 'my_run1');
BEGIN DBMS_HM.RUN_CHECK('Dictionary Integrity Check', 'my_run1'); END;
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-01427: single-row subquery returns more than one row
ORA-06512: at "SYS.DBMS_HM", line 191
ORA-06512: at line 1
Thanks and regards.