The document discusses creating a snapshot of a database table to replicate it on a remote location. A snapshot is created similar to a view but changes to the base table are not reflected in the snapshot. Snapshots are useful when the base table data is not changing.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
54 views3 pages
PLSQL Lecture-8
The document discusses creating a snapshot of a database table to replicate it on a remote location. A snapshot is created similar to a view but changes to the base table are not reflected in the snapshot. Snapshots are useful when the base table data is not changing.