Mv Refresh Fails With ORA-06502: PL/SQL: Numeric Or Value Error
(Doc ID 2658267.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Standard Edition - Version 11.2.0.4 and laterInformation in this document applies to any platform.
Goal
Mview refresh in 11.2.0.4.0 database fails with the error below.
SQL> exec DBMS_MVIEW.REFRESH('OWNER.MVIEWNAME','C');
BEGIN DBMS_MVIEW.REFRESH(''OWNER.MVIEWNAME','C'); END;
*
ERROR at line 1:
ORA-06502: PL/SQL: numeric or value error
ORA-02063: preceding line from <
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2809
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 3025
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2994
ORA-06512: at line 1
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |