ORA-01435: user does not exist - When Refreshing a Materialized View
I am getting the below error while trying to refresh a MV from remote database table.
*
ERROR at line 1:
ORA-01435: user does not exist
ORA-06512: at "SYS.DBMS_SNAPSHOT_UTL", line 350
ORA-06512: at "SYS.DBMS_SNAPSHOT_UTL", line 432
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2255
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2461
ORA-06512: at "SYS.DBMS_SNAPSHOT", line 2430
ORA-06512: at "TILOWNER1.BOM_MAINT_PKG", line 146
ORA-06512: at "TILOWNER1.BOM_MAINT_PKG", line 166
ORA-06512: at line 1
Anybody has idea how to fix it. thanx in advance