Return to Snippet

Revision: 8383
at September 17, 2008 17:38 by stews


Initial Code
BEGIN
    dbms_mview.refresh('my_mview');
END;

Initial URL


Initial Description
Just provide your materialized view name.

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

Initial Title
Refresh an Oracle materialized view

Initial Tags


Initial Language
PL/SQL