Blog / People and Culture Blog
command to check log file size more than 1 gb
find / -size +1G -mtime +180 -type f -print
Blog / People and Culture Blog
find / -size +1G -mtime +180 -type f -print

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…