In today’s article, we will be talking about what the Flashback Enabling Procedure is. 1. MWRPR replicas must stop. Otherwise, REPLICAT PROCESS will receive an …
Read More »Create Index On PostgreSQL Materialized View
In today’s article, I will be explaining to you how to Create an Index on PostgreSQL Materalized View. Another nice feature of the Materialized view …
Read More »Enabling Flashback Database
In today’s article, we will be learning how to Enable Flashback Database in Oracle. 1. We check the FRA area. [crayon-6766c5ea29060302146415/] 2. We check whether …
Read More »PostgreSQL Refresh Materialized View
A “materialized view” is a database object which stores the result of a precalculated database query and makes it easy to refresh this result as …
Read More »Create Flashback Data Archive
In today’s article, we will learn how to create a flashback archive that allows you to automatically track and archive transaction data changes. 1. We …
Read More »PostgreSQL Materalized View
In today’s article, you will learn about PostgreSQL Materialized Views that store the result of a query physically and refresh the data from base tables …
Read More »Flashback Data Archive
Flashback Data Archive historically stores changes in the database for a retention period determined at the table level. Data at the desired moment is retrieved …
Read More »Delete With View In PostgreSQL
In this article, we will delete the data of the table in the view by performing a delete operation on our view, which takes the …
Read More »Recover A Dropped Table Using Oracle Flashback Drop
In today’s article, we will be learning how to Recover a Dropped Table Using Oracle Flashback Drop. If a table with certain constraints is dropped …
Read More »Update With View In PostgreSQL
In this article, we will update the table in the view by performing an update on our view, which takes the name, surname and phone …
Read More »