Skip to content
Friday, May 27, 2022

DBA Notes

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

Categories

  • AWS (2)
    • EC2 (1)
  • Docker (7)
  • General (2)
  • Linux (7)
  • MySQL (3)
  • notepad++ (2)
  • Oracle (19)
  • Postgres (53)
    • Index (9)
      • Bloom (1)
      • BRIN (1)
      • BTree (1)
      • GIN (1)
      • GIST (1)
      • Hash (1)
      • RUM (1)
      • SP-Gist (1)
    • pgpool (1)
  • SQL (8)
  • WSL (2)

Oracle

Drop Objects in Oracle

Bulent Soylu February 15, 2022 drop proceduredrop table

The best and most efficient way is to catch the “table not found” exception: this avoids the overhead of checking if the table exists twice;…

View More Drop Objects in Oracle
Oracle

SQL Developer autocommit on/off

Bulent Soylu February 1, 2022 autocommitsql developer

Click the checkbox to turn it on. Here’s what the setting does: Value Impact Checked Autocommit is on. SQL statements that change data will have…

View More SQL Developer autocommit on/off
Linux

How to Configure Virtual IP Address (VIP) on CentOS

Bulent Soylu January 27, 2022 centoslinuxvirtual ip

As its name suggests, Virtual IP address (VIP) is an IP address that doesn’t have an actual physical network interface. Incoming packets are sent to…

View More How to Configure Virtual IP Address (VIP) on CentOS
Oracle

Resource limit of sessions and processes in Oracle

Bulent Soylu January 26, 2022 procsessessessions

Check the resource limit of session and processes in Oracle With help of V$RESOURCE_LIMIT view, we can see the current utilization and MAX utilization of…

View More Resource limit of sessions and processes in Oracle
Oracle

Oracle GoldenGate vs Oracle Data Guard

Bulent Soylu January 25, 2022 data guardgolden gateoracle

The configuration of Oracle GoldenGate / Data Guard has the purpose of synchronizing data between two or more systems . The basic features of the…

View More Oracle GoldenGate vs Oracle Data Guard
Oracle SQL

Throughput, latency, concurrency

Bulent Soylu January 21, 2022 concurrencylatencythroughput

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 sharing

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
pgpool 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

Posts navigation

Previous page Page 1 Page 2 Page 3 … Page 9 Next page
Log in

postgres (44)index (10)linux (6)docker (6)oracle (5)tuples (4)vacuum (3)aws (2)notepad++ (2)wsl (2)vim (2)SQL (2)CTE (2)access methods (2)sequential scan (2)concurrency (2)mvcc (2)isolation (2)performance (2)tuple (2)

Recent Posts

  • Export Import statistics with dbms_stats in Oracle
  • Oracle Version Numbers
  • Find password for database link (<= 11.2.0.2)!
  • How to check progress of a long running statistics gathering job
  • Gather Schema Stats using DBMS_STATS.GATHER_SCHEMA_STATS

Archives

  • March 2022 (10)
  • February 2022 (2)
  • January 2022 (6)
  • December 2021 (3)
  • November 2021 (7)
  • October 2021 (51)
  • September 2021 (4)

[s2Member-Security-Badge v="2" /]

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