Monday, July 28, 2025
How to list the postgres processes running on your server and what their jobs are
Minimalistic Oracle: How to list the postgres processes running on your...: A neet little trick I learned from the series " Mirage of memory, part 2: PSS " ps -fu postgres | grep $(pgrep -f postmaster) p...
Subscribe to:
Comments (Atom)
Bryan's Oracle Blog: Automating cloning of your Exadata Database Servic...
Bryan's Oracle Blog: Automating cloning of your Exadata Database Servic... : One of the questions I often get from customers is ...
-
Minimalistic Oracle: How to detach an ORACLE_HOME to an existing inventory : I want to detach an existing oracle_home from my inventory. No...
-
Bryan's Oracle Blog: Oracle Database Encryption (TDE) : Oracle TDE (Transparent Data Encryption) is a critical piece of data protection,...
-
To see EXADATA machine information of OCI cloud, follow below method. 1) Log in to EXACS/EXACC compute (db server) node with ROOT user. 2)...