Dear ALL,

I updated a table in a materialized view and tried to execute this procedure DBMS_MVIEW.REFRESH_DEPENDENT(super,'EMP',' ',FALSE,FALSE)
but keep getting the following error messages:
line 2, column 32:
PLS-00201: identifier 'SUPER' must be declared
ORA-06550: line 2, column 2:
PL/SQL: Statement ignored

Can anyone tell me how to resolve this or declare 'SUPER'

AC