HTML_DB please help on this [message #208791] |
Tue, 12 December 2006 04:46 |
prasanna_anbu
Messages: 34 Registered: November 2006 Location: india
|
Member |
|
|
i tried to execute pl/sql procedure in sqlcomand in HTMLDB but
the following error is occur
ORA-06550: line 2, column 6:
PLS-00103: Encountered the symbol "DBMS_MVIEW" when expecting one of the following:
:= . ( @ % ;
The symbol ":=" was substituted for "DBMS_MVIEW" to continue.1. BEGIN
2. EXEC DBMS_MVIEW.REFRESH('MVIEW_FI_1', 'C');
3. END;
how can solve it
|
|
|
|
|
|