Tuanlp.com
  • Oracle
    • Backup&Recovery
    • Rac
    • Dataguard
    • Performance Tuning
    • Troubleshoot
  • PostgreSQL
  • MySQL
  • SQL Server
  • Data Science
    • Tableau
    • Power BI
  • Linux
    • VMware
  • Other
  • Courses
  • Tuanlp.com

    Error: ORA-16765: Redo Apply is running

    Khắc phục lỗi recovery khi OPEN RESETLOGS lỗi SYSTEM trong Oracle Database?

    check the FRA usage and troubleshoot the issue in oracle DB

    Configure pgbackrest on Database Server – Local in PostgreSQL

    tuanlpOctober 2, 2023393 views

     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…

    Read more

    Steps to enable HugePages in PostgreSQL

    tuanlpOctober 2, 2023346 views

     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…

    Read more

    Recover a Table from Drop/Truncate/Delete done on Primary using Flashback on a Standby

    tuanlpOctober 2, 2023444 views

     In 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.…

    Read more

    Step by Step Migrate Database from Non-ASM to ASM in Oracle

    tuanlpOctober 2, 2023430 views

     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…

    Read more

    Step by Step Upgrade Oracle Database from 12c to 19c using DBUA

    tuanlpOctober 2, 2023426 views

    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…

    Read more

    Steps to Clone Oracle Database from Windows to Oracle Linux

    tuanlpOctober 2, 2023402 views

    In 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…

    Read more

    Steps to create a Heterogeneous Dataguard between Windows and Linux

    tuanlpOctober 2, 2023353 views

    Heterogenous 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…

    Read more

    ORA-16191: Primary log shipping client not logged on standby

    tuanlpOctober 1, 2023395 views

     💡 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.…

    Read more

    Posts navigation

    1 … 14 … 37
    View Desktop Version

    Powered by PenciDesign

    Back To Top