Skip to content
Saturday, June 07, 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 (44)
  • Postgres (92)
  • postgresql (8)
  • SQL (16)
  • Windows (7)

Tag: oracle

Oracle SQL

Finding Empty Tablespaces in Oracle

Bulent Soylu January 9, 2023 oracleperformancetablespaces

I’m given a task to find the empty tablespaces.I’ve checked dev server and majority of the tables’ stats were locked.This solution takes time but works.…

View More Finding Empty Tablespaces in Oracle
Linux performance SQL

Understanding IOPS vs. throughput

Bulent Soylu January 9, 2023 linuxoracleperformance

Input/output operations per second (IOPS) and data throughput are two popular performance characteristics of any storage system. In the early days of computer technology, when…

View More Understanding IOPS vs. throughput
Oracle Postgres SQL

Selectivity vs Cardinality

Bulent Soylu December 19, 2022 oracleperformanceSQL

What is selectivity? Selectivity is the estimated proportion of the rows that will return from our query based on the total rows of that table.…

View More Selectivity vs Cardinality
Oracle

Enable or Disable Table Locks in Oracle Database

Bulent Soylu August 28, 2022 oracleOracle 11gtable_lock

Table Locks are an important part of Oracle Working Mechanism as they provide security from unwanted deletion or modification of table’s data which can sometimes…

View More Enable or Disable Table Locks in Oracle Database
Oracle

Column Histograms in Oracle 11g

Bulent Soylu August 17, 2022 frequency histogramsheight-balanced histogramshistogramsoracleperformance

Data skew in a column can make it difficult for the optimizer to accurately estimate the cardinality of an operation. Without a histogram it will…

View More Column Histograms in Oracle 11g
Oracle

Oracle Text Index

Bulent Soylu August 16, 2022 CTXCATCTXRULEIndexesoracleOracle TextOracle Text Index preferences

With Oracle text indexes (or Domain index), we can index text documents and search it based on contents using text patterns with specialized text query operators. Oracle…

View More Oracle Text Index
Oracle

Export Import statistics with dbms_stats in Oracle

Bulent Soylu March 14, 2022 DBMS_STATSoracleperformance

You can use the Oracle dbms_stats and export utilities to migrate schema statistics from your PROD instance to your TEST instance, so that your developers…

View More Export Import statistics with dbms_stats in Oracle
Oracle

Oracle Version Numbers

Bulent Soylu March 14, 2022 oracle

Something that always comes up when discussing Oracle versions is that I am not always sure which number is the Major Database Release and which is the Database…

View More Oracle Version Numbers
Oracle

Find password for database link (<= 11.2.0.2)!

Bulent Soylu March 14, 2022 Database Linkoracleoracle 10gOracle 11g

when we need to recreate a database link for some reason and we do not happen to have the password handy, we’re usually stuck. However,…

View More Find password for database link (<= 11.2.0.2)!
Oracle

How to check progress of a long running statistics gathering job

Bulent Soylu March 14, 2022 long running joboracle

If you have a long-running statistics job running, you can check it from v$session_longops: For example, you execute: Check progress with:

View More How to check progress of a long running statistics gathering job

Posts navigation

Previous page Page 1 … Page 6 Page 7 Page 8 Page 9 Next page
Log in

oracle (86)postgres (51)performance (37)postgresql (32)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

  • π—¦π—€π—Ÿ π—€π˜‚π—²π—Ώπ˜† π—˜π˜…π—²π—°π˜‚π˜π—Άπ—Όπ—» 𝗒𝗿𝗱𝗲𝗿!
  • TABLE FRAGMENTATION IN ORACLEΒ DATABASE
  • Configuring Huge Pages for MySQL Server on Red Hat Linux
  • HUGE PAGES AND POSTGRESQL
  • How to configure HugePages for Oracle Database Server

Archives

  • 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