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

    Check CURRENT SCN of the Oracle Database

    tuanlpSeptember 25, 2023603 views

     Following are the way to check current SCN in Oracle Database: 1. Fetch the current SCN number in v$database view.Select CURRENT_SCN from v$database; SQL> Select CURRENT_SCN from v$database;CURRENT_SCN———–3208426 2. Get…

    Read more

    Data guard broker(DGMGRL) steps during upgrade of Database

    tuanlpSeptember 25, 2023323 views

     ollowing are the steps used to disable or enable the Dataguard Broker service during upgrade process of Oracle Database: 1. Disable the fast start failover.DGMGRL> DISABLE FAST_START FAILOVER;2. Shutdown the…

    Read more

    TOP wait event “Acknowledge Over PGA Limit” in Oracle

    tuanlpSeptember 25, 2023356 views

     Acknowledge Over PGA limit is a new wait event introduced with PGA_AGGREGATE_LIMIT in 12.1 version of Oracle Database. If process need more PGA then process has to wait if instance is…

    Read more

    Dataguard command for delete archive log

    tuanlpSeptember 25, 2023349 views

      Configure RMAN Archive log setting for Dataguard Environment Configure:Archive log is not deleted before applied or shipped to all standby Server Cause:In Oracle Dataguard environment, Archive is going to…

    Read more

    Resolving Archive Gaps with RMAN Command in Oracle Dataguard

    tuanlpSeptember 25, 2023394 views

     In this case you must have archive present in the Server or backup location. So that you applied on Standby Server. 1. Check the GAP between Primary and Standby enviornment.SELECT…

    Read more

    Scripts to start the Dataguard after system reboot in Windows

    tuanlpSeptember 25, 2023493 views

    Scripts to start the Dataguard Standby Server after Windows system reboot occurred. Problem: When the window reboot occurred, the DR site of the data guard environment did not come up…

    Read more

    Resolving Archive Gaps in ASM Disk in Oracle Dataguard

    tuanlpSeptember 25, 2023392 views

     We have archive on Production Server but we need to apply manually on DR server. Archive is present in ASM disk. So We have two option to resolve these: 1.…

    Read more

    ORA-27041: unable to open file in ASM

    tuanlpSeptember 25, 2023335 views

     Error: ORA-27041: unable to open file Cause:Unable to start the database after adding new disk in diskgroup. Solution: 1. Check the permission of the disks.Note: Need permission at OS level…

    Read more

    Posts navigation

    1 … 34 … 37
    View Desktop Version

    Powered by PenciDesign

    Back To Top