What is a snapshot in Oracle database?
A snapshot is a replica of a target master table from a single point-in-time. In simple words you can say, snapshot is a copy of a table on a remote database. In Oracle database, a snapshot typically refers to a read-consistent, static view of a set of data at a specific point in time. There … Read more