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

    Copy password file from primary to standby in RAC Environment

    tuanlpSeptember 25, 2023299 views

      Copy password file from primary to standby in RAC Environment Errors:–PRODDB – Primary databaseError: ORA-16810: multiple errors or warnings detected for the database –DRDB – Physical standby databaseError: ORA-01017:…

    Read more

    Tuning Buffer Cache and DBWR process for performance

    tuanlpSeptember 25, 2023306 views

     Understand the terminology involved in Buffer Cache Buffer CacheOracle having copies of database blocks for frequent access instead of fetching from disks known as buffer cache in SGA area. It’s…

    Read more

    Starting and Stopping an instance in RAC Environment

    tuanlpSeptember 25, 2023291 views

     Check database is Administrative and policy managed in RAC Administrative: DBA manages each instance of the database by defining specific instances to run on specific nodes in the cluster.Policy: DBA…

    Read more

    Check Session Wait Event information in Oracle

    tuanlpSeptember 25, 2023313 views

     Check session in waiting and how much time from its waiting COLUMN event FORMAT A30COLUMN wait_class FORMAT A15COLUMN sid format 9999select sid, seq#, EVENT, WAIT_CLASS, SECONDS_IN_WAIT from v$session_wait ORDER BY…

    Read more

    Hard parse elapsed time wait in Oracle

    tuanlpSeptember 25, 2023309 views

     Hard Parses If session execute the SQL statement that not present in the shared pool then Oracle need following steps to placed in memory:1. Allocate memory for the statement from…

    Read more

    Soft Parses wait in Oracle

    tuanlpSeptember 25, 2023418 views

      Soft Parses wait in Oracle Soft ParseSession executes a statement that exists in shared pool is refered to Soft Parse. Note: General high “parse call” (> 10/sec.) indicates that…

    Read more

    Purge the RECYCLEBIN in Oracle

    tuanlpSeptember 25, 2023277 views

      Purge the RECYCLEBIN in Oracle RECYCLEBIN feature is enabled by default. It is used for the recover purpose if you table is dropped accidentally. Check the table present in…

    Read more

    Script for move partition stats of previous to next month automatic in Oracle

    tuanlpSeptember 25, 2023324 views

      Script for move stats of previous to next month partition in Oracle In one of our customer is facing problems on first of every month due to no data…

    Read more

    Posts navigation

    1 … 35 … 37
    View Desktop Version

    Powered by PenciDesign

    Back To Top