Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Exception in component tOracleRow_1
java.sql.SQLException: ORA-00900: invalid SQL statement
Exception in component tOracleRow_1
java.sql.SQLException: ORA-06550: line 1, column 16:
PLS-00103: Encountered the symbol "DBMS_MVIEW" when expecting one of the following:
:= . ( @ % ; immediate
The symbol ":=" was substituted for "DBMS_MVIEW" to continue.
CALL DBMS_MVIEW.REFRESH('MV_NAME', 'C')BEGIN
dbms_mview.refresh( 'MV_BUILDING_KEYWORDS', 'C' );
dbms_mview.refresh( 'MV_PRIMARY_KEYWORDS', 'C' );
dbms_mview.refresh( 'MV_REGIONAL_KEYWORDS', 'C' );
END;