Skip to content
Monday, August 18, 2025

DBA Notes

DBA Notes
  • AWS
  • Oracle
  • Postgres
  • Linux
  • Docker
  • MySQL
  • mongodb
DBA Notes

Categories

  • AWS (9)
  • Docker (7)
  • General (4)
  • Linux (14)
  • mongodb (1)
  • MySQL (10)
  • notepad++ (2)
  • Oracle (90)
  • performance (45)
  • Postgres (93)
  • postgresql (9)
  • SQL (16)
  • Windows (7)

Author: Bulent Soylu

Oracle SQL

Throughput, latency, concurrency

Bulent Soylu January 21, 2022 concurrencylatencyoracleperformancethroughput

The difference between making a good and a bad decisions often comes down to the quality of the pre-defined metrics. If the metric is poor…

View More Throughput, latency, concurrency
Oracle

CURSOR_SHARING(EXACT/FORCE/SIMILAR) In ORACLE

Bulent Soylu January 21, 2022 cursor sharingoracleperformance

How CURSOR_SHARING works in ORACLE?CURSOR_SHARING determines what kind of SQL statements can share the same cursors. The possible values are EXACT which is the default value and…

View More CURSOR_SHARING(EXACT/FORCE/SIMILAR) In ORACLE
Linux Postgres

Adding postgres as SUDOERS in centos

Bulent Soylu January 18, 2022 linuxpostgressudoers

Login as root: :wq!

View More Adding postgres as SUDOERS in centos
Postgres

How to Configure SCRAM and MD5 Authentication in Pgpool-II

Bulent Soylu December 26, 2021 AESauthenticationmd5pg_encpg_md5pgpool

scram-sha-256 Authentication Configuration To perform the password-based authentication, Pgpool-II requires a password file which contains a list of database users and passwords in format username:password. The…

View More How to Configure SCRAM and MD5 Authentication in Pgpool-II
Postgres

Schema vs User (Role) in Postgres

Bulent Soylu December 25, 2021 postgresqlread-only userread-write userschemaschema vs roleuser vs role

In Postgres and Oracle schemas and users (roles) are different entities. When you create a user in Oracle it is a schema at the same…

View More Schema vs User (Role) in Postgres
Postgres

Non-Superuser kill own session in PostgreSQL

Bulent Soylu December 11, 2021 non-superuserpg_cancel_backend

How to kill long running queries or IDLE queries of a user or another session of user itself. you can create one function and assign…

View More Non-Superuser kill own session in PostgreSQL
Linux

How to Configure and Use PAM in Linux

Bulent Soylu November 26, 2021 linuxpam

Linux-PAM (short for Pluggable Authentication Modules which evolved from the Unix-PAM architecture) is a powerful suite of shared libraries used to dynamically authenticate a user to applications (or…

View More How to Configure and Use PAM in Linux
Postgres

PostgreSQL Replication Slots

Bulent Soylu November 13, 2021 postgresreplication slots

Back in the days when “Replication Slots” were not yet introduced, managing the WAL segments were a challenge. In standard streaming replication, the master has…

View More PostgreSQL Replication Slots
Postgres

Vacuum problems solving

Bulent Soylu November 13, 2021 postgresvacuum

Why VACUUM?Whenever rows in a PostgreSQL table are updated or deleted, dead rows are left behind. VACUUM gets rid of them so that the space…

View More Vacuum problems solving
Postgres

PostgreSQL 14 Streaming Replication (Sync / Async) on CentOS 7

Bulent Soylu November 13, 2021 asyncmasterpg_basebackuppostgresprimaryreplicationslavestandbysync

Using High Availability is a requirement for companies all over the world. Streaming replication allows a standby server to stay more up-to-date than is possible…

View More PostgreSQL 14 Streaming Replication (Sync / Async) on CentOS 7

Posts navigation

Previous page Page 1 … Page 14 Page 15 Page 16 … Page 21 Next page
Log in

oracle (86)postgres (52)performance (38)postgresql (33)index (11)upgrade (9)linux (9)multitenant (7)pdb (6)partitioning (6)docker (6)windows (5)memory (5)mysql (5)replication (5)execution plan (5)aws (5)sql profiles (4)tuples (4)SQL (4)

Recent Posts

  • PostgreSQL® EXPLAIN – What are the Query Costs?
  • 𝗦𝗤𝗟 𝗤𝘂𝗲𝗿𝘆 𝗘𝘅𝗲𝗰𝘂𝘁𝗶𝗼𝗻 𝗢𝗿𝗱𝗲𝗿!
  • TABLE FRAGMENTATION IN ORACLE DATABASE
  • Configuring Huge Pages for MySQL Server on Red Hat Linux
  • HUGE PAGES AND POSTGRESQL

Archives

  • July 2025 (1)
  • October 2024 (1)
  • August 2024 (1)
  • March 2024 (3)
  • January 2024 (3)
  • December 2023 (7)
  • October 2023 (17)
  • September 2023 (6)
  • August 2023 (23)
  • July 2023 (10)
  • June 2023 (4)
  • May 2023 (11)
  • April 2023 (15)
  • March 2023 (6)
  • February 2023 (2)
  • January 2023 (11)
  • December 2022 (1)
  • August 2022 (3)
  • March 2022 (10)
  • February 2022 (2)
  • January 2022 (6)
  • December 2021 (3)
  • November 2021 (7)
  • October 2021 (51)
  • September 2021 (4)

DBA Notes | Designed by: Theme Freesia | WordPress | © Copyright All right reserved