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

    Copy password file from primary to standby in RAC Environment

    by tuanlp September 25, 2023
    by tuanlp September 25, 2023

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

  • OraclePerformance Tuning

    Tuning Buffer Cache and DBWR process for performance

    by tuanlp September 25, 2023
    by tuanlp September 25, 2023

     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 …

  • OracleRac

    Starting and Stopping an instance in RAC Environment

    by tuanlp September 25, 2023
    by tuanlp September 25, 2023

     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 …

  • OraclePerformance Tuning

    Check Session Wait Event information in Oracle

    by tuanlp September 25, 2023
    by tuanlp September 25, 2023

     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 …

  • OraclePerformance Tuning

    Hard parse elapsed time wait in Oracle

    by tuanlp September 25, 2023
    by tuanlp September 25, 2023

     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 …

  • OraclePerformance Tuning

    Soft Parses wait in Oracle

    by tuanlp September 25, 2023
    by tuanlp September 25, 2023

      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 …

  • Oracle

    Purge the RECYCLEBIN in Oracle

    by tuanlp September 25, 2023
    by tuanlp September 25, 2023

      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 …

  • Oracle

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

    by tuanlp September 25, 2023
    by tuanlp September 25, 2023

      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 …

  • 1
  • …
  • 33
  • 34
  • 35
  • 36
  • 37

About Me

About Me

Freelance Sys Admins

My name is Tuanlp, freelance Sys Admins in HaNoi, VietNam. Welcome to my internet journal where I started my learning journey.

Popular Posts

  • SQL message: ORA-00600: internal error code, arguments: [kdsgrp1], [], [],

    October 2, 2023
  • Tìm kiếm file và thư mục theo dung lượng

    October 1, 2023
  • Oracle Client: INS-32025: The chosen installation conflicts with software already installed in the given Oracle home

    October 1, 2023
  • Buffer busy wait in Statspack report Oracle

    September 25, 2023
  • How to install Mattermost on RHEL 8

    November 3, 2023

Categories

MySQL (1) Ubuntu (2) Uncategorized (2) SQL Server (2) Other (4) Monitoring (5) Windows (5) VMware (9) Backup&Recovery (13) Rac (14) Web Application (16) AlmaLinux (21) PostgreSQL (21) Dataguard (27) Linux (33) Performance Tuning (39) Troubleshoot (77) Oracle (180)
  • Home
  • Downloads
  • Privacy Policy
  • Contact

@2023 - All Right Reserved. Designed and Developed by Tuanlp