Blog / People and Culture Blog
Applying Redhat patching
- This is for applying redhat patches and after reboot the server
- login to the server
- sudo yum update -y
- sudo yum check -update | wc -l
- the count should be below 10
- sudo /bin/sync && /sbin/reboot
Blog / People and Culture Blog

Introduction Oracle Data Guard plays a pivotal role in ensuring business continuity by maintaining synchronized standby databases that can seamlessly take over…
Introduction SQL Server Query Store is enabled to assist in monitoring query performance and identifying query plan regressions. Query Store captures a history…
Introduction In SQL Server, the tempdb system database can grow significantly due to heavy workloads, temporary objects, or large queries. Sometimes, even after…