InterviewSolution
Saved Bookmarks
| 1. |
Does Oracle Provide Any Package To Deal With Materialized Views? |
|
Answer» You can use the dbms_mview PACKAGE to deal with materialized views. It is ALSO called dbms_snapshot. Some of the procedures provided by the dbms_mview packages are as given follows:
You can use the dbms_mview package to deal with materialized views. It is also called dbms_snapshot. Some of the procedures provided by the dbms_mview packages are as given follows: |
|