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

    Increase the size of SGA in Oracle

    by tuanlp September 27, 2023
    by tuanlp September 27, 2023

     Steps to increase the size of SGA memory in Oracle Check the SGA parameter which show the size of SGA allocated in Oracle SQL> show parameter sga_ NAME TYPE VALUE …

  • Linux

    Configure SSH Keys authentication connectivity in Oracle Linux

    by tuanlp September 27, 2023
    by tuanlp September 27, 2023

    Configure SSH keys connectivity for RAC Environment Oracle Install the yum package. (Run on both nodes) yum install openssh-server Start the SSH service. (Run on both nodes) service sshd start …

  • OracleTroubleshoot

    ORA-65096: invalid common user or role name

    by tuanlp September 27, 2023
    by tuanlp September 27, 2023

    Cause: An attempt was made to create a common user or role with a name that was not valid for common users or roles. Error: While creating a user in the …

  • OraclePerformance Tuning

    Check the number of CPU & cores with SQL statement in Oracle

    by tuanlp September 27, 2023
    by tuanlp September 27, 2023

     Check the count of CPU count with SQL in Oracle SQL> SELECT value CPU_COUNT FROM v$system_parameter2 WHERE LOWER(name) = ‘cpu_count’; CPU_COUNT ———— 8 Check the count of CPU present with …

  • OraclePerformance Tuning

    Count the number of sessions from the application in Oracle

    by tuanlp September 27, 2023
    by tuanlp September 27, 2023

    Check which application cause more number of sessions and processes in Oracle —Check the count of session for particular applications SELECT s.program,count(*) “noofsessions” from v$session s group by s.program; –Check …

  • OraclePerformance TuningTroubleshoot

    Check maximum utilization of open cursor in Oracle

    by tuanlp September 27, 2023
    by tuanlp September 27, 2023

     For error: ORA-01000: maximum open cursors exceeded ORA-00604: error occurred at recursive SQL level 1 Check the session which causes the issue: select a.value, s.username, s.sid, s.serial# from v$sesstat a, …

  • OraclePerformance Tuning

    Check the memory usage for PDB database in Oracle

    by tuanlp September 27, 2023
    by tuanlp September 27, 2023

    Monitor and manage the Memory Usage of PDBs databases in Oracle. Check the memory usage of PDB databases COLUMN PDB_NAME FORMAT A10 SELECT r.CON_ID, p.PDB_NAME, r.SGA_BYTES, r.PGA_BYTES, r.BUFFER_CACHE_BYTES, r.SHARED_POOL_BYTES FROM …

  • OraclePerformance Tuning

    Find uncommitted transaction in Oracle

    by tuanlp September 27, 2023
    by tuanlp September 27, 2023

    Find the uncommitted or incomplete transaction in Oracle Query with V$transaction give result which transaction is not commited yet. set lines 250 column start_time format a20 column sid format 999 …

  • 1
  • …
  • 24
  • 25
  • 26
  • 27
  • 28
  • …
  • 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