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!

Materialized View Refresh Error ora-01422

Lalit GodaraApr 28 2026

Due to some limitation one of my database is Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 which was recently crashed and imported again. After that none of my MV are getting refreshed due to ora-01422 error. One test scenario is shown below

SQL> exec dbms_mview.refresh('EDB.EMP_SENIORITY_MAS');

begin dbms_mview.refresh('EDB.EMP_SENIORITY_MAS'); end;

ORA-01422: exact fetch returns more than requested number of rows
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2558
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2771
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2740
ORA-06512: at line 1

Since it is very outdated DB, but any help would be grateful.

Comments
Post Details
Added on Apr 28 2026
2 comments
61 views