Refresh an Oracle materialized view


/ Published in: PL/SQL
Save to your folder(s)

Just provide your materialized view name.

Not much code here, but I never remember the command for this.


Copy this code and paste it in your HTML
  1. DBMS_MVIEW.refresh('my_mview');

Report this snippet


Comments


You need to login to view comments.