pgBackRest is an open-source backup tool for PostgreSQL which offers easy configuration and reliable backups. pgBackRest is a reliable, easy-to-use backup and restore solution that can seamlessly scale up to the largest databases and workloads by utilizing algorithms optimized for database-specific requirements. Some …
-
-
By default, the page size on Linux is 4kb. A typical PostgreSQL instance may allocate many GBs of memory, which will end up with potential performance problems with such a small …
-
Backup&RecoveryDataguardOracle
Recover a Table from Drop/Truncate/Delete done on Primary using Flashback on a Standby
by tuanlpby tuanlpIn this article, we will learn steps needed to perform recovery of User wrong operation like delete/drop/truncate action on the production table without using Restore and Recover command on PRIMARY DATABASE. …
-
There are various methods (RMAN, Online datafiles move 12c onwards, ASMCMD, DBMS_FILE_TRANSFER, etc) to achieve migrate databases from Non-ASM to ASM. Here we will use two types of RMAN mix …
-
List of target upgrade versions from supported source version along with the certificate, data source support.oracle.com. Direct Upgrade Version List: Source DB Version Target DB Version 18.1 19c 12.2.0.2 19c 12.1.0.2 19c …
-
Backup&RecoveryOracle
Steps to Clone Oracle Database from Windows to Oracle Linux
by tuanlpby tuanlpIn the previous blog, we saw Steps to create a Heterogeneous Dataguard between Windows and Linux Click here to read more. In this blog, we are going to perform a clone of Windows Oracle DB …
-
DataguardOracle
Steps to create a Heterogeneous Dataguard between Windows and Linux
by tuanlpby tuanlpHeterogenous Dataguard is a best use case, when we need to perform DB migration from Windows to Linux with minimum downtime as the actual downtime comprises only DB switch. As both Windows and Linux are Little …
-
💡 While setting up the standby database in Oracle, the archives are not being shipped to the standby and we were continuously getting this alert when queried the V$ARCHIVE_DEST view. …